/* CSS Document */


.link1 {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003300;
	text-decoration: none;
}
.link1:hover {
	font-family: Arial, Verdana, Helvetica, Trebuchet MS;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #FF3300;
}

.link2 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #B32400;
	text-decoration: none;
}
.link2:hover {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006633;
	text-decoration: underline;
}

.link3 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3F7256;
	text-decoration: none;
}
.link3:hover {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #990000;
	text-decoration: none;
}

.linkW {
	font-family:  Arial, Verdana,  Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #E1ECF4;
	text-decoration: none;
}
.linkW:hover {
	font-family: Arial,   Helvetica, Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFF00;
	text-decoration: none;
}
.linkG {
	font-family: Arial, Verdana, Helvetica;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #37714B;
	text-decoration: none;
}
.linkG:hover {
	font-family: Arial, Verdana, Helvetica;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #009797;
	text-decoration: none;
}
ul.menuV {
width:100%;
list-style:none;
/*color: white;*/
padding-left:0px;
margin-left: 0;
padding-top:5px;
margin-top:0;
/*background: #17a;
border-bottom: 0.2em solid #17a;
border-right: 0.2em solid #17a;*/


}

 ul.menuV li {

/*background-position:bottom;*/
margin: 0;
font-size:12px;

}
UL.menuV li 
{ 

list-style:none;
 height:auto;
display: block;
text-decoration: none;
margin-top: 0.01em;
color:#005500;
border-bottom: 1px solid #D3DFA4;
padding: 0.25em 0.3em 0.4em 0.75em;
width: 170px;
margin-left:0;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

UL.menuV li.lienB 
{ 
font-size:12px;
list-style:none;
 height:auto;
display: block;
text-decoration: none;
margin-top: 0.01em;
color:#005500;
border-width: 1px;
border:0;
padding: 0.25em 0.3em 0.4em 0.75em;
width: 170px;
margin-left:0;
}
