BODY {
	background-color: white;
	font-family: Arial,Helvetica,sans-serif;
}

P,H1,H2,H3,TH,TD,INPUT,SELECT,FORM,TEXTAREA,UL {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

.answer {
	background: #FFFFCC;
}

.question {
	background: #99DDFF;
}

.silver {
	background: silver;
} 

.subsection {
	background: #FFCC99;
}

.red {
	color: red;
}

.inverse {
	background: #000000;
	color: #FFFFFF;
}

.lb {
	background: #99DDFF;
}

.Granted {
	background: green;
	color: #FFFFFF;
}

.Suspended {
	background: red;
	color: #FFFFFF;
}

.Pass {
	color: green;
}

.Fail {
	color: red;
}

.headerlight {
	background: #0099CC;
	font-size: 18px;
	font-weight: bold;
}

.headerdark {
	background: #006699;
	color: white;
	font-weight: bold;
}

.footer {
	background: #006699;
	color: white;
	text-align: center;
}

A.fl:link {
	TEXT-DECORATION: underline;
	color: #CCCCFF;
}

A.fl:visited {
	TEXT-DECORATION: underline;
	color: #CCCCFF;
}

A.fl:hover {
	TEXT-DECORATION: underline;
	color: #CCCCFF;
}

.small {
	font-size: 10px;
}

.elecdetails {
	text-align: center;
	background: silver;
	font-weight: bold;
}