body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #91937c;
}
body {
	background-color: #2f3430;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #91937B;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #91937c;
}
a:hover {
	text-decoration: none;
	color: #cccccc;
}
a:active {
	text-decoration: underline;
	color: #91937B;
}.darkgreybackground {
	background-color: #1b1d1a;
}.orangebackground {
	background-color: #ff6600;
}
.lightgreybackground {
	background-color: #383e3a;
}
.gridbackground {
	background-image: url(../images/background.gif);
}
.whitetext {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.whitetextbold {
	font-weight: bold;
	color: #FFFFFF;
}
.formtext {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.headingtext {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.subtext {
	font-size: 10px;
}
.mandatory {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.formtable {
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 91957a;
	border-right-color: 91957a;
	border-bottom-color: 91957a;
	border-left-color: 91957a;
}
.smallwhitetext {
	font-size: 10px;
	color: #FFFFFF;
}
.largetext {
	font-size: 24px;
	color: #FFFFFF;
}
.blackbackground {
	background-color: #000000;
}
.redbackground {
	background-color: #d20202;
}

