body,td,th {
	font-family: Century Gothic, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #999999;
	margin-top: 2px;
	margin-left: 2px;
}
html {
height: 100%; /* Forces scrollbar in firefox */
margin-bottom: 1px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #CFCFCF;
}

.heading {
	font-family: Century Gothic, Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.smalltext {
	font-family: Century Gothic, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.headinglarge {
	font-family: Century Gothic, Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.underline {
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 12px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.rightline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
