body {
	font-family : Georgia;
	font-size : 12px;
	background-color : #FFFACD;
}
p, ol, ul {
	font-family : Georgia;
	font-size : 12px;
}

a.HdrNav {
	font-size : 11px;
	text-decoration : none;
	color : White;
}
A:HOVER.HdrNav {
	background-color : #aa6400;
	color : Yellow;
}

A {
	color : #006400;
}
A:HOVER {
	background-color : #006400;
	color : Yellow;
}
h1 {
	font-family : Georgia;
	font-size : 15px;
	font-variant : small-caps;
	font-weight : normal;
	background-color : #006400;
	color : #FFFFFF;
	text-indent : 5px;
	padding-bottom : 2px
}
h2 {
	font-size : 13px;
	font-variant : small-caps;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #006400;
	color : #006400;
}
h3 {
	font-size : 13px;
	color : #006400;
	text-decoration : underline;
	font-variant : small-caps;
	
}

h4 {
	font-size : 13px;
	
	text-decoration : underline;
	font-variant : small-caps;
	
}
table {
	border-collapse : collapse;
}


.footer {
	font-size : 11px;
	color : White;
	background-color : #006400;
}