
body { font: normal 12pt arial;
} 

.bgvert{ 
background-image: url(images/bgvert.jpg); 
background-repeat: repeat-x; 
background-position: top left; 
}

table.floatright { 
    float: right; 
    margin: 5px; 
    border-width: 1px;
	border-style: solid;
	border-color: 336633;
	border-collapse: separate;
	background-color: white;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
li {
	float: left;
	position: relative;
	width: auto;
	text-align: left;
	vertical-align: baseline;
	cursor: default;
	background-color: white;
	border: none;
	border-width: none;
	margin: 2;
}



li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: #006666;
	padding: 0em 0em 0em 0em;
	}


li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 1;
}

li:hover ul, li.over ul {
	display: block;
}


.horizLine {
       border-top: 1px dotted #009900; padding: 2px; margin: 0px;
       }
.vertLine {
       border-right: 1px dotted #009900; padding: 0px; margin: 0px;
       }
.vertLine2 {
       border-left: 1px dotted #009900; padding: 0px; margin: 0px;
       }
.h1{
	font-family: "arial";
	font-size: 10pt;
	font-style: normal;
	color: #000000;
}
.h2{
	font-family: "arial";
	font-size: 10pt;
	font-style: normal;
	color: #336633;
}
.header{
	font-family: "arial";
	font-size: 16;
	font-style: normal;
	color: #336633;
}
.copy{
	font-family: "arial";
	font-size: 7.5pt;
	font-style: normal;
	color: #999999;
}
.copy2{
	font-family: "arial";
	font-size: 7.5pt;
	font-style: normal;
	color: #FFFFFF;
}
.green{
	font-family: "arial";
	font-size: 10pt;
	font-style: normal;
	color: #336633;
	text-decoration: none;
}
a:link {
	font-family: "arial";
	font-size: 10pt;
	font-style: normal;
	color: #009900;
	text-decoration: none;

}
a:visited {
	font-family: "arial";
	font-size: 10pt;
	font-style: normal;
	color: #006600;
	text-decoration: none;

}
a:hover{
	font-family: "arial";
	font-size: 10pt;
	font-style: normal;
	color: #006600;
	text-decoration: none;

}

A.nav:link {
	font-family: "arial";
	font-size: 10pt;
	font-style: normal;
	color: #003300;
	text-decoration: none;

}
A.nav:visited {
	font-family: "arial";
	font-size: 10pt;
	font-style: normal;
	color: #336633;
	text-decoration: none;

}
A.nav:hover{
	font-family: "arial";
	font-size: 10pt;
	font-style: normal;
	color: #336633;
	text-decoration: underline;

}

A.nav2:link {
	font-family: "arial";
	font-size: 10pt;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal
}
A.nav2:visited {
	font-family: "arial";
	font-size: 10pt;
	font-style: normal;
	color: #EFEFEF;
	text-decoration: none;
	font-weight: normal

}
A.nav2:hover{
	font-family: "arial";
	font-size: 10pt;
	font-style: normal;
	color: #EFEFEF;
	text-decoration: underline;
	font-weight: normal

}

A.green:link {
	font-family: "arial";
	font-size: 10pt;
	font-style: normal;
	color: #336633;
	text-decoration: none;

}
A.green:visited {
	font-family: "arial";
	font-size: 10pt;
	font-style: normal;
	color: #336633;
	text-decoration: none;

}
A.green:hover{
	font-family: "arial";
	font-size: 10pt;
	font-style: normal;
	color: #336633;
	text-decoration: underline;

}
A.copy:link {
	font-family: "arial";
	font-size: 7.5pt;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;

}
A.copy:visited {
	font-family: "arial";
	font-size: 7.5pt;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;

}
A.copy:hover{
	font-family: "arial";
	font-size: 7.5pt;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;

}


