/* CSS Document */

body, th, td {
	/*font-family: verdana; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#0e4d6e;
	margin-left:0;
	margin-top:0;
	line-height: 14px;
}
body {
	/*background-color:#ececed;*/
	background-color:#0e4d6e; /* dark blue */
}
a:link{
	color:#007cba; /* light blue */
	text-decoration:underline;
}
a:hover{
	color:#34be50; /* mid green */
	text-decoration:underline;
}
a:active{
	color:#007cba;
	text-decoration:underline;
}
a:visited{
	color:#007cba;
	text-decoration:underline;
}

a.white_link:link{
	color:#FFFFFF; /* white */
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	
}
a.white_link:hover{
	color:#FFFFFF; /* white */
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
a.white_link:active{
	color:#FFFFFF; /* white */
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
a.white_link:visited{
	color:#FFFFFF; /* white */
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}


.titles{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#0e4d6e; /* dark blue */
}
.subtitles{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#000000; 
}
.intro_text{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
	letter-spacing:1px; /* adds space between sentence lines */
	color:#007cba; /* light blue */
}
.footer_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#0e4d6e;
}
.contact_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#ffffff;
}
.special_borders{
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-top-style:solid;
	border-color:#0e4d6e;
}
.footer_border{
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:0px;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-top-style:solid;
	border-color:#34be50;
}
.content_border{
	border-bottom-width:0px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-top-style:solid;
	border-color:#34be50;
}

.super_borders{
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-top-style:solid;
	border-color:#000000;
}

/* top navigation */
.topnav{
	font-family: "Humanst521 Cn BT", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	letter-spacing: 1px;
}
.topnav:hover{
	font-weight:bold;
	color:#0e4d6e;
	text-decoration:none;
}
.topnav:active{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.topnav:visited{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.wyo_med{
	font-family: Lucida Bright, Times New Roman, Times;
	font-size: 12px;
	font-weight:bold;
	color:#000000;
}
.small_red_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#cc0000;
}
.white_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:#FFFFFF;
}
.red_point_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#cc0000; 
	font-style:italic;
}
.blue_point_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#007cba; 
	font-style:italic;
}
.green_point_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#34be50; 
	font-style:italic;
}
.roux-en-y{
	font-size: 12px;
	font-weight:bold;
	color:#34be50; 
}
.marquee{
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
}
