a { text-decoration:none }
a:hover { text-decoration: underline; }
a:visited { color: #9f8445; }
a:link { color: #9f8445; }


body {
	background-color: #d6dbdd;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.maintable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
}

h1 {
	font-size: 15px;
	padding: 0px;
	margin: 0px;
}
