/* CSS Document */

body,p,div,span,th,td {
	font-size: 12px; 
	font-family: "Verdana", "Arial";
}

A {
	text-decoration: underline; 
	color: #065d33; 
}
A:link {
	text-decoration: underline; 
	color: #065d33;
}
A:vlink {
	text-decoration: underline; 
	color: #010091;
}
A:active {
	text-decoration: underline; 
	color: #065d33;
}
A:hover {
	text-decoration: none; 
	color: #726a4c;
}

A.smlink {
	text-decoration: underline; 
	color: #065d33; 
	font-size: 10px;	
}
A.smlink:link {
	text-decoration: underline; 
	color: #065d33;
	font-size: 10px;
}
A.smlink:vlink {
	text-decoration: underline; 
	color: #065d33;
	font-size: 10px;
}
A.smlink:active {
	text-decoration: underline; 
	color: #065d33;
	font-size: 10px;
}
A.smlink:hover {
	text-decoration: none; 
	color: #726a4c;
	font-size: 10px;
}

A.nav {
    font-size: 14px;
	text-decoration: none; 
    font-weight: normal;
	color: #065d33; 
}
A.nav:link {
    font-size: 14px;
	text-decoration: none;
    font-weight: normal; 
	color: #065d33;
}
A.nav:vlink {
    font-size: 14px;
	text-decoration: none;
    font-weight: normal; 
	color: #065d33;
}
A.nav:active {
    font-size: 14px;
	text-decoration: none;
    font-weight: normal; 
	color: #065d33;
}
A.nav:hover {
    font-size: 14px;
	text-decoration: none;
    font-weight: normal; 
	color: #726a4c;
}
.navtext {
    font-size: 14px;
	text-decoration: none;
    font-weight: bold; 
	color: #726a4c;
}


A.leftnav {
	text-decoration: underline; 
	color: #065d33; 
}
A.leftnav:link {
	text-decoration: underline;
	color: #065d33;
}
A.leftnav:vlink {
	text-decoration: underline;
	color: #065d33;
}
A.leftnav:active {
	text-decoration: underline;
	color: #065d33;
}
A.leftnav:hover {
	text-decoration: none;
	color: #726a4c;
}

A.creditlk {
	font-family: "Verdana", "Arial";
	text-decoration: underline; 
	color: #7a839d; 
	font-size:10px;
}
A.creditlk:link {
	font-family: "Verdana", "Arial";
	text-decoration: underline; 
	color: #7a839d;
	font-size:10px;
}
A.creditlk:vlink {
	font-family: "Verdana", "Arial";
	text-decoration: underline; 
	color: #7a839d;
	font-size:10px;
}
A.creditlk:active {
	font-family: "Verdana", "Arial";
	text-decoration: underline; 
	color: #7a839d;
	font-size:10px;
}
A.creditlk:hover {
	font-family: "Verdana", "Arial";
	text-decoration: none; 
	color: #7a839d;
	font-size:10px;
}

.greenOutline { 
	border-left: 1px solid #065d33; 
	border-right: 1px solid #065d33;
	border-top: 1px solid #065d33;
	border-bottom: 1px solid #065d33;
}
.greenUnderline { 
	border-bottom: 1px solid #065d33;
}

.button {
	font-family: "Verdana", "Arial";
	font-weight: 700;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #065D33;
}
.buttons {
	font-family: "Verdana", "Arial";
	font-weight: 700;
	font-size: 10px;
	color: #726a4c;
	background-color: #A2DEFD;
}

.title {
	font-family: "Verdana", "Arial";
	font-size: 20px;
	font-style: italic;
	color: #065D33;
}
.pagetitle {
	font-family: "Verdana", "Arial";
	font-size: 17px;
	font-weight: bold;
	color: #065D33;
}
h1 {
	font-family: "Verdana", "Arial";
	font-size: 17px;
	font-weight: bold;
	color: #065D33;
}
.subtitle {
	font-family: "Verdana", "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #065D33;
}
h2 {
	font-family: "Verdana", "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #065D33;
}
.greentext {
	font-family: "Verdana", "Arial";
	font-size: 12px;
	color: #065D33;
}
.copyright {
	font-family: "Verdana", "Arial";
	font-size:12px;
	color: #3E814B;
	font-weight: bold;
}
.smallcopyright {
	font-family: "Verdana", "Arial";
	font-size:10px;
	color: #3E814B;
	font-weight: bold;
}
.small {
	font-family: "Verdana", "Arial";
	font-size: 10px;
	color: #000000;
}
.error {
	font-family: "Verdana", "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.orangetext {
	font-family: "Verdana", "Arial";
	font-size: 12px;
	color: #F04F26;
}
.credit {
	font-family: "Verdana", "Arial"; 
	font-size:10px; 
	color: #7a839d;
}

.highlight { 
	border: 1px solid red; 
}
.label {
	font-family: "Verdana", "Arial"; 
	font-weight: bold; 
	font-size: 11px;
}