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

body {
	font-family: Myriad, Arial, Sans Serif;
	color: #000000;
	font-size: 12px;
	margin: 0px;
	line-height: 16px;
	bgcolor: #FFFFFF;
	background: #FFFFFF; 
}

.dark_blue {
	color: #0055a4;
}

.light_blue {
	color: #0491c7;
}

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

h1 {
	color: #0055a4;
	font-size: 18px;
}
	
h2 {
	color: #0055a4;
	font-size: 14px;
}
	
h3 {
	color: #0055a4;
  	font-size:12px;
   }

a:link, a:visited {
	color: #0055a4;
	text-decoration: none;
	border-bottom:1px solid;
}    

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

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

a.nav:hover {
	color: #0055a4;
	text-transform: uppercase;
	font-size: 13px;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: 0px;
}

a.nav55:link {
	color: #ffffff;
	font-size: 10px;
	border-bottom: 0px;
	font-weight: bold;

}

 a.nav55:visited {
	color: #ffffff;
	font-size: 10px;

	border-bottom: 0px;
	font-weight: bold;

}
a.nav55:hover {
	color: #00ffff;
	font-size: 10px;
text-decoration:none;
}

a.nav2:link {
	color: #0491c7;
	font-size: 11px;
	border-bottom: 0px;
}

a.nav2:hover, a.nav2:visited {
	color: #0055a4;
	font-size: 11px;
	border-bottom: 0px;
}
a.nav3:link, a.nav3:visited {
	color: #0491c7;
	font-size: 10px;
	border-bottom: 0px;
}

a.nav3:hover {
	color: #0055a4;
	font-size: 10px;
	border-bottom: 0px;
}
.footer {
	color: #999999;
	font-size: 10px;
}

a.footerlink:link, a.footerlink:visited {
	color: #999999;
	font-size: 10px;
	border-bottom: 0px;
}

a.footerlink:hover {
	color: #0491c7;
	font-size: 10px;
	border-bottom: 0px;
}

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

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