body {
	background: #aaaaaa;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	text-align: left;
	
}

table#maintable {
	padding: 0px;
	margin: 0px;
	border: solid 1px #666666;
	background: #ffffff;
	text-align: left;
}

a:link
{
	color: #666666;
	text-decoration:none;
	border-bottom: 1px dashed;

}

a:visited
{
	color: #444444;
	text-decoration: none;
	border-bottom: 1px dashed;
}
a:hover, a:active
{
	color: #888888;
	border-bottom: 1px dashed;
/*	text-decoration: underline; */
}
