/* CSS Document */
.toprow {
	color: #cccccc; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif 
}

.toprow A:link, .toprow A:visited { 
	color: #ffffff; 
	text-decoration: none 
}

.toprow A:active, .toprow A:hover { 
	color: #BCC6DD; 
	text-decoration: none 
}

.banner {
	font-weight: bold; 
	font-size: 15px; 
	color: #061161; 
	font-family: Verdana 
}

.divider { background: #D9DAE3 }

.copyright { 
	color: #B4B6C7; 
	font-size: 10px; 
	font-family: verdana 
}

td.infobox { 
	border: solid 1px #000000; 
	color: #000000; 
	background: #D9DAE3; 
	font-size: 11px; 
	font-family: verdana 
}

th.infobox { 
	border: solid 1px #000000; 
	color: #101E82; 
	font-weight: bold; 
	background: #D9DAE3 ; 
	font-size: 11px; 
	font-family: verdana 
}

hr { 
	height: 1px; 
	color: #D9DAE3 
}

body { 
	font-family: Verdana, Arial, Helvetica; 
	background-image: url('bg.gif'); 
	font-weight: normal; 
	text-align: none; 
	font-style: normal; 
	font-size: 10pt; 
	vertical-align: none  
} 

fieldset { 
	border-bottom-width: 1pt; 
	font-family: Arial, Helvetica; 
	border-top-width: 1pt; 
	border-left-width: 1pt; 
	font-style: normal; 
	border-right-width: 1pt; 
	border-bottom-style: solid; 
	border-top-style: solid; 
	border-left-style: solid; 
	font-size: 8pt; border-right-style: solid;  
} 

h1 { 
	font-family: Arial, Helvetica; 
	color: #000000; 
	font-weight: bold; 
	font-size: 14px;  
}

h2 { 
	font-style: italic; 
	font-weight: bold; 
	color: #000000; 
	font-size: 14px; 
	font-family: Arial, Helvetica;  
} 

h3 { 
	font-weight: bold; 
	color: #000000; 
	font-family: Arial, Helvetica; 
	font-size: 12px;  
} 

h4 { 
	font-size: 12px; 
	font-family: Arial, Helvetica; 
	font-style: italic; 
	font-weight: bold; 
	color: #000000;  
} 

h5 { 
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; color: #000000;  
} 

h6 { 
	font-family: Arial, Helvetica; 
	font-weight: bold; 
	font-style: italic; 
	color: #000000; 
	font-size: 11px;  
} 

p { 
	font-family: Verdana, Arial, Helvetica; 
	color: #333333; 
	font-size: 11px;  
} 

table { 
	font-weight: normal; 
	text-align: none; 
	font-style: normal; 
	vertical-align: none; 
	font-family: Trebuchet MS, Verdana, Helvetica;  
} 

textarea { 
	border-style:solid; 
	font-style: normal; 
	font-size: 8pt; 
	font-family: Arial, Helvetica;   
} 

th { 
	font-size: 8pt; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #818181; 
	font-weight: bold;  
} 

ul { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10pt;  
} 

legend { 
	font-style: Normal; 
	font-family: Arial, Helvetica; 
	font-size: 8pt;  
} 
	
marquee { 
	font-size: 14pt; 
	font-family: Arial, Helvetica;  
}

			/* NAVIGATION BUTTONS */
			.cssnav	{
						position:relative;
						font-family: arial, helvetica, sans-serif;
						background-image:  url(../includes/vertical_hover.gif);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 200px;
						height: 20px;
						margin: 0; 
						padding: 0; 
						font-size: 11px;
						
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 200px;
						height: 20px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
			}

			.cssnav img {width: 200px; height: 20px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
						position: absolute;
						left: 14px;
						top: 3px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 170px;
						height: 14px;
						text-align: center;
			}
			/* END OF NAVIGATION */

			/* NAVIGATION BUTTONS - Horizontal*/
			.menu {
						height: 18px;
						width: 650px;
						vertical-align: bottom;
			}
			.cssnav_h	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(../includes/horizontal_hover.gif) no-repeat;
						width: 105px;
						height: 18px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav_h a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 100px;
						height: 18px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav_h a:hover {
						color: #000000;
			}
			

			.cssnav_h img {width: 100px; height: 18px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav_h a:hover img{visibility:hidden}

			.cssnav_h span {
					    position: absolute;
					    left: 1px;top: 2px;
					    text-align: center;
					    width: 98px;
					    cursor: pointer;   
						font-size: 11px;
						font-family: arial, helvetica, sans-serif;
			}
			/* END OF NAVIGATION - Horizontal*/

.style1 {font-size: 14px}
.style2 {font-size: 16px}
.style3 {color: #FFFFFF}
.style4 {color: #FF0000}







