/* CSS Document */

ol ul {
line-height: 22px; }

a {color:#648E3C;
text-decoration:none;}

a:hover {color:#98C254;
text-decoration:underline;}

a:visited  {color:#648E3C;
text-decoration:none;}

a:active  {color:#98C254;
text-decoration:none;}

.blue a {color: #0033CC;
text-decoration:none;}

.blue a:hover {color: #0033CC;
text-decoration:underline;}

.blue a:visited  {color:#0066FF;
text-decoration:none;}

.blue a:active  {color:#0066FF;
text-decoration:none;}

.navtxt {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11.5px;
	color:#4E3B32;
	text-align:left;
	}
	
	.navtxt a {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11.5px;
	color: #4E3B32;
	text-align:left;
	text-decoration:none;
	}
	

	
	.txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: 4E3B32;
	text-align:left;
	line-height: 16px;
	}
	
		.txtalt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: 4E3B32;
	text-align:left;
	line-height: 16px;
	background-color:#eeeeee;
	}
	
.txtitalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	color: 4E3B32;
}
.greenhdr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #648E3C;
	margin-bottom: 5px;
}

.headers {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #4E3B32;
}

	
	.topnavtxt {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:11.5px;
	color: #FFFFFF;
	text-align:left;
	}
	
		.topnavtxt a {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11.5px;
	color: #FFFFFF;
	text-align:left;
	text-decoration:none;
	}
	
		.topnavtxt a:hover{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11.5px;
	color: #EEEEEE;
	text-align:left;
	text-decoration:none;
	}