@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F1FFC5;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F1FFC5;
}
.style1 {
	font-size: 36px;
	font-weight: bold;
	color: #7F9E17;
}
.style2 { 
    font-size: 36px;
	font-weight: bold;
    color: #1B2025}
.style3 {
	font-size: 16px;
	color: #C0F800;
}
.style4 {color: #C0F800}
.style6 {font-size: 16px; color: #C0F800; font-weight: bold; }
.style8 {color: #C0F800; font-weight: bold; }
a:link {
	color: #C0F800;
}
a:visited {
	color: #C0F800;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #C0F800;
}
.style14 {
	color: #1A2024;
	font-weight: bold;
}

.class1 A:link { color: #144D84; font-size: 16px; border-bottom: 1px #393939 dotted; text-decoration: none;}
.class1 A:visited { color: #144D84; font-size: 16px; border-bottom: 1px #393939 dotted; text-decoration: none}
.class1 A:active { color: #144D84; font-size: 16px; border-bottom: 1px #393939 dotted; text-decoration: none}
.class1 A:hover {color: #393939; font-size: 16px; border-bottom: 1px #144D84 dotted; text-decoration: none}

.class2 A:link { color: #1B2025; border-bottom: 1px #799D00 dotted; text-decoration: none;}
.class2 A:visited { color: #1B2025; border-bottom: 1px #799D00 dotted; text-decoration: none}
.class2 A:active { color: #1B2025; border-bottom: 1px #1B2025 dotted; text-decoration: none}
.class2 A:hover {color: #799D00; border-bottom: 1px #799D00 dotted; text-decoration: none}

.class3 A:link { color: #144D84; font-size: 13px; border-bottom: 1px #144D84 dotted; text-decoration: none;}
.class3 A:visited { color: #144D84; font-size: 13px; border-bottom: 1px #144D84 dotted; text-decoration: none}
.class3 A:active { color: #144D84; font-size: 13px; border-bottom: 1px #144D84 dotted; text-decoration: none}
.class3 A:hover {color: #393939; font-size: 13px; border-bottom: 1px #393939 dotted; text-decoration: none}

.footer A:link { color: #f4f4f4; font-size: 11px; border-bottom: 1px #ABCDEF dotted; text-decoration: none;}
.footer A:visited { color: #f4f4f4; font-size: 11px; border-bottom: 1px #ABCDEF dotted; text-decoration: none}
.footer A:active { color: #f4f4f4; font-size: 11px; border-bottom: 1px #ABCDEF dotted; text-decoration: none}
.footer A:hover {color: #ffffff; font-size: 11px; border-bottom: 1px #f4f4f4 dotted; text-decoration: none}

h1 { 
font-family: Verdana; 
color: #C0F800; 
font-size: 30px; 
font-weight: bold; 
line-height: 40px; 
margin-top: 0px; 
margin-bottom: 0px;
border-bottom: 2px solid #C0F800; } 

h2 { 
font-family: Verdana; 
color: #C0F800; 
font-size: 30px; 
font-weight: bold; 
line-height: 40px; 
margin-top: 0px; 
margin-bottom: 0px;
border-bottom: 2px solid #C0F800; } 

h3 { 
font-family: Verdana; 
color: #C0F800; 
font-size: 16px; 
font-weight: bold; 
line-height: 20px; 
margin-top: 0px; 
margin-bottom: 0px; } 

h4 { 
font-family: Verdana; 
color: #2a2a2a; 
font-size: 16px; 
font-weight: bold; 
line-height: 20px; 
margin-top: 0px; 
margin-bottom: 0px; } 

.itnav{
	width: 225px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #000000;
	border-size: 0px;
	border-width: 0px;
}

.itnav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.itnav li a{
	font: bold 11px Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/it-nav.gif) 100% 0;
    height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.itnav li a:link, .itnav li a:visited {
	color: #2a2a2a;
}

.itnav li a:hover{
	color: #000000;
	text-decoration: none;
	background-position: 100% -64px;
}

	
.itnav li a.active{
	color: #000000;
	background-position: 100% -64px;
}

img
{  border-style: none;
}
 