/* CSS Document */
body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;


}
.border-solid {
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;


}
.question-box {
	overflow: scroll;
	height: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	width: 430px;





}
td {
	font-size: 12px;
}
.border {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.border-bottom {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;




}
#bottom-links {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;

}
#bottom-links a:link {
	color: #FFFFFF;
	text-decoration: none;

}
#bottom-links a:hover {
	color: #999999;
	text-decoration: underline;

}
#bottom-links a:visited {
	color: #FFFFFF;
	text-decoration: none;

}

.answer-count {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}
.answer-count-error {
	font-family: Arial, Helvetica, sans-serif;
	color: #dd0000;
	font-size: 10px;
}

