@charset "UTF-8";
/* CSS Document */

A:link {
	text-decoration: none;
	color: #009900;
	text-decoration : underline;
}
A:visited {
	color: #009900;
}
A:active {
	text-decoration: none;
	color: #CC33CC;
}
A:hover {
	text-decoration: underline;
	color: #CC33CC;
	text-decoration : underline;
}
p {
	font-family:  Georgia, Times New Roman, Times, serif;
	font-size: 11pt;
	color: #336633;
} 
td {
	font-family:  Georgia, Times New Roman, Times, serif;
	font-size: 11pt;
	color: #336633;
} 
th {
	font-family:  Georgia, Times New Roman, Times, serif;
	font-size: 11pt;
	color: #336633;
} 
h1 {
	font-family:  Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	margin-top: 0px;
	padding-top: 0px;
} 
h2 {
	font-family:  Georgia, Times New Roman, Times, serif;
	font-size: 18px;
} 
h3 {
	font-family:  Georgia, Times New Roman, Times, serif;
	font-size:15px;
	margin-top: 0px;
} 
h4 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style : italic;
	line-height: 20px;
	margin-top: 0px;
} 
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
}
.nav {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.txt_body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #336633;
}
.small {
	font-size: 10px;
}
