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

body {
	background-color: #666633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	color:#333333;
} 

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #555500;
}
a:active {
	text-decoration: underline;
	color: #808080;
}
.footer {
	color: #FFFFFF;
	letter-spacing: 1pt;
	font-family: Arial, Helvetica, sans-serif;
}
.heading {
	font-size: 16pt;
	font-weight: bolder;
	color: #000066;
}
