/* CSS Document */

body {
	background: transparent url("../images/bg_gradient.jpg") top left repeat ; 
	margin: 0px 0 0 0 ;
	font: 11px Arial, sans-serif ;
	color: #999999 ;
}

div#container {
	border: 1px solid #000000;
}

	A { color: #003366; text-decoration:none }
	A:link		{ color: #003366; text-decoration: none; } 
	A:visited	{ color: #003366; text-decoration: none; } 
	A:active	{ color: #003366;  } 
	A:hover		{ color: #660000;  } 

div#flash  {
	background-image: url(../images/main_01.jpg) ;
	background-repeat: no-repeat;
	}


.off {
 background-color: #000000;
 color: #CCCCCC;
  font-weight: bold;
}
 
.on {
 background-color: #333333;
 color: #CCCCCC;
 font-weight: bold;
}


.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	text-transform: uppercase;
	letter-spacing: 2pt;
	font-weight: bold;
}

	A.navigation:link		{ color: #999999; text-decoration: none;  font-weight: bold;} 
	A.navigation:visited	{ color: #999999; text-decoration: none; font-weight: bold; } 
	A.navigation:active		{ color: #999999; font-weight: bold;  } 
	A.navigation:hover		{ color: #999999; font-weight: bold;  } 



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	margin: 45px 0 0 -25px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-transform: uppercase;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #003366;
	text-align: justify;
	padding-top: 20px;
}
.body {
	padding: 0px 35px 0px 50px;
}


ul,li {
	list-style: square;
	line-height: 18px;
	color: #003366;
	text-align: left;
	font-size: 12px;
}

a.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#666666;
	letter-spacing: 1pt;
	text-transform: uppercase;
}
	A.footer:link		{ color: #666666; text-decoration: none; } 
	A.footer:visited	{ color: #666666; text-decoration: none; } 
	A.footer:active		{ color: #cc9900;  } 
	A.footer:hover		{ color: #cc9900;  } 



.subnavtop {
	border-top: 5px solid #B9C9D2;
	border-bottom: 1px solid #B9C9D2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-transform: uppercase;
	letter-spacing: 3pt;
	padding: 10px 2px 0px 5px;

}
.subnavtable {
	border-bottom: 1px solid #B9C9D2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-transform: uppercase;
	letter-spacing: 3pt;
	padding: 10px 2px 0px 5px;
}

hr {
 color: #333333;
 }