.head1 {
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	color: #666666;
	font-weight: bold;
}
.head1:a {
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
.head1:hover, .head1:active, .head1:visited{
	text-decoration:underline;
}
.head2 {
	font-family: Arial;
	font-size: 20px;
	color: #77853F;
	line-height:22px;
}
.head3 {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	color: #77853F;
	font-weight: bold;
	line-height: 14px;
}
body {
	background-color: #77853F;
	font-family: Arial;
	font-size: 12px;	
	margin: 0px;
	line-height: 120%;	
}

a, a:link {
	color: #333399;
	text-decoration: underline;
}

a:visited {
	color: #4646C1;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}
.bodyText {
	font-family: Arial;
	font-size: 12px;
	line-height:120%;
}
.bodyTextSmall {
	font-family: Arial;
	font-size: 10px;
	line-height:12px;
}
.secondaryNav:link, .secondaryNav:visited, .secondaryNav:active {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
.secondaryNav:hover {
	color: #990000;
	text-decoration:none;
}
.secondaryNavTable {
	background-color: #cfd8ab;
	padding: 7px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;

}
.sectionContents:link, .sectionContents:visited, .sectionContents:active {
	font-family: Arial;
	font-size: 20px;
	color: #77853F;
	text-decoration:none;
}
.sectionContents:hover{
	color: #666666;
	text-decoration:none;
}
.imageAlignRight{
	margin:0px 0px 10px 10px;
	float: right;
}
.imageAlignLeft{
	margin:0px 10px 10px 0px;
	float: left;
}