body {
	background-color : #595959;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
}

.plain {
	font-family : Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size : 13px;
	font-weight : normal;
	font-style : normal;
	color : #404040;
	line-height : 25px;
	text-decoration : none;
}

.error {
	font-family : Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size : 13px;
	font-weight : bold;
	font-style : normal;
	color : #FF0000;
	line-height : 25px;
	text-decoration : none;
}

.tableheader {
	font-family : Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size : 13px;
	font-weight : bold;
	font-style : normal;
	color : #FFFFFF;
	line-height : 25px;
	text-decoration : none;
}

.small {
	font-family : Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-style : normal;
	color : #404040;
	line-height : 20px;
	text-decoration : none;
}

.heading {
	font-family : Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size : 17px;
	font-weight : bold;
	font-style : normal;
	color : #000000;
	line-height : 14px;
	text-decoration : none;
}

.headingsmall {
	font-family : Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size : 15px;
	font-weight : bold;
	font-style : normal;
	color : #000000;
	line-height : 14px;
	text-decoration : none;
}

.footer {
	font-family : Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-style : normal;
	color : #404040;
	line-height : 16px;
	text-decoration : none;
}

a:link {
	color: #AA5000;
	text-decoration: none;
}

a:visited {
	color: #AA5000;
	text-decoration: none;
}

a:hover {
	color: #AA5000;
	text-decoration: underline;
}