.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.bgbottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/bottom-footer.gif);
	background-repeat: no-repeat;
	background-position: left top;

}
.mainbg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	background-image: url(images/bg-body.gif);
	background-repeat: repeat-y;
	background-position: left top;

}
.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.adc a{
	color:#AF662B;
	text-decoration:none;
}
.adc a:hover{
	color:orange;
}
.adc ol{
	padding-left:15px;
	margin-left:15px;
}
.adc span
{
	padding-left:5px;
}
.sel
{
	font: normal 8pt Tahoma,sans-serif;
	border:1px solid #666;
	padding:3px;
	display:inline;
	overflow:hidden;
}
.passed
{
	display:inline;
	background-color:#78AF78;
	border:1px solid green;
	color:white;
	cursor:pointer;
	overflow:hidden;
}
.current
{
	display:inline;
	background-color:#FFD46F;
	color:black;
	cursor:pointer;
	overflow:hidden;
	border:1px solid #FFC22F;
}