body {
	background-color: #cccccc;
}

p,td {
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000000;
	font-weight: normal;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 12pt;
}

a {
	text-decoration: underline;
	color: #669999;
}
a:hover {
	text-decoration: underline;
	color: #009966;
}

#footer {
	height: 25;
	background-color: #669999;
	color: #ffffff;	
	text-align: center;
}
#footer a {
	color: #ffffff;
	font-weight: bold;
}