/* CSS Document */

a:visited { text-decoration: none; color: #000000}
a:link { text-decoration: none; color: #000000}
a:hover { color: #FFFFFF; background-color: #000000}
a:active {
	text-decoration: none;
	color: #000000;
	background-color: #000000;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	background-color: #CCCCCC;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
	vertical-align: top;
}

