@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background: url(images/bg.gif)  repeat-x;
	background-color: #005F02;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f4f4f4;
	text-align: left;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */
.nav{
margin: 0;
padding: 0;
float: left;
font: 13px arial;
font-weight: bold;
width: 900px;
overflow: hidden;
margin-bottom: 0px;
border: 1px solid #2a2a2a;
border-width: 1px solid #2a2a2a;
background: black url(images/nav.gif) center center repeat-x;
}

.nav li{
display: inline;
}

.nav li a{
float: left;
color: #ffffff;
padding: 7px 30px;
text-decoration: none;
border-right: 1px solid #2a2a2a;
}

.nav li a:visited{
color: #ffffff;
}

.nav li a:hover, .nav li .current{
color: #ffffff;
text-decoration: none;
background: transparent url(images/nav_over.gif) center center repeat-x;}


.class1 A:link { color: #2a2a2a; font-size: 16px; border-bottom: 1px #2a2a2a dotted; text-decoration: none;}
.class1 A:visited { color: #2a2a2a; font-size: 16px; border-bottom: 1px #2a2a2a dotted; text-decoration: none}
.class1 A:active { color: #2a2a2a; font-size: 16px; border-bottom: 1px #2a2a2a dotted; text-decoration: none}
.class1 A:hover {color: #2a2a2a; font-size: 16px; border-bottom: 0px #144D84 dotted; text-decoration: none}

.class2 A:link { color: #393939; font-size: 11px; border-bottom: 1px #144D84 dotted; text-decoration: none;}
.class2 A:visited { color: #393939; font-size: 11px; border-bottom: 1px #144D84 dotted; text-decoration: none}
.class2 A:active { color: #393939; font-size: 11px; border-bottom: 1px #144D84 dotted; text-decoration: none}
.class2 A:hover {color: #144D84; font-size: 11px; border-bottom: 1px #393939 dotted; text-decoration: none}

h1 { 
font-family: Arial; 
color: #144D84; 
font-size: 36px; 
font-weight: bold; 
line-height: 40px; 
margin-top: 0px; 
margin-bottom: 0px; } 

h2 { 
font-family: Arial; 
color: #144D84; 
font-size: 20px; 
font-weight: bold; 
line-height: 20px; 
margin-top: 0px; 
margin-bottom: 0px; } 

h3 { 
font-family: Arial; 
color: #144D84; 
font-size: 16px; 
font-weight: bold; 
line-height: 20px; 
margin-top: 0px; 
margin-bottom: 0px; } 

h4 { 
font-family: Arial; 
color: #2a2a2a; 
font-size: 16px; 
font-weight: bold; 
line-height: 20px; 
margin-top: 0px; 
margin-bottom: 0px; } 

img
{  border-style: none;
}

.style1 { font-size: 12px; color: #2a2a2a}
.style2 {font-weight: bold; font-size: 12px; color: #005F02 }
.style3 {
	font-size: 18px;
	font-weight: bold;
	color: #02A606;
}
 
