/* footer.css */

#PageFooter1{
	width: 800px; height: 64px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 7px;
	margin: 5px;
	border: 1px solid #CCCCCC;
	clear: both;
}
#PageFooter2{
	width: 780px; height: 44px;
	text-align: center;
	margin: 5px;
	font-size: 10pt;
	font-family: Courier New, monospace;
	border: 1px dotted #000000;
	clear: both;
}
a.footer:link, a.footer:visited {
	color: #336633;
	text-decoration: underline;
	font-family: Courier New, monospace;
}
a.footer:hover {
	color: #33AC33;
	text-decoration: underline;
	font-family: Courier New, monospace;
} 
