@charset "utf-8";
/* CSS Document */

body {
	font-family: Myriad, Arial, Sans Serif;
	color: #000000;
	font-size: 14px;
	margin: 0px;
	line-height: 22px;
	background-color: #003c85;
}

.blue {
	color: #003c85;
	font-weight: bold;
}

.red {
	color: #a20000;
	font-weight: bold;
}

.white {
	color: #ffffff;
	font-weight: bold;
}


h1 {
	color: #003c85;
	font-size: 18px;
}
	
h2 {
	color: #003c85;
	font-size: 16px;
}
	
h3 {
  	color: #003c85;
	font-size:14px;
   }

a:link, a:visited {
	color: #003c85;
	text-decoration: none;
	border-bottom:1px dashed;
}    

a:hover {
	color: #a20000;
	text-decoration: none;
	border-bottom: 0px;
}

a.nav:link, a.nav:visited {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	margin-left: 20px;
	font-weight: bold;
	border-bottom: 0px;
}

a.nav:hover {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	margin-left: 20px;
	font-weight: bold;
	border-bottom: 1px dashed;
}

a.footerlink:link, a.footerlink:visited {
	color: #ffffff;
	font-size: 12px;
	border-bottom: 1px dashed;
}

a.footerlink:hover {
	color: #ffffff;
	font-size: 12px;
	border-bottom: 0px;
}

.footer {
color: #ffffff;
font-size: 12px;
}

a.img:link, a.img:visited {
	color: #ffffff;
	border-bottom: 0px;
}

a.img:hover {
	color: #ffffff;
	border-bottom: 0px;
}


.img_left {
	border: 0;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.img_right {
	border: 0;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}


