@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
	font-size:14px;
}

.question_area{
	height: 400px;
}

.heading1{
	font-size: 20px;
	color: #66CC33;
	font-weight: bold;
	text-decoration: none;
}

.choices{
	font-size: 13px;
	color: #3366CC;
	font-weight: normal;
	text-decoration: none;
}

.choices2{
	font-size: 13px;
	color: #3366CC;
	font-weight: normal;
	text-decoration: none;
}

.choices a{
	text-decoration: none;
}

.choices:hover{
	font-size: 13px;
	color: #FFFFFF;
	background-color:#3366CC;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

.choices a:hover{
	font-size: 13px;
	color: #FFFFFF;
	background-color:#3366CC;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

.heading2{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.frame {
	border:3px solid #326BA5;
}

.box {
	border:2px solid #73B7DE;
}

.normal_txt{
	color: #000000;
	font-weight: none;
	text-decoration: none;
}


.normal_txt2{
	color: #000000;
	font-weight: none;
	text-decoration: none;
}

.textbox{
	font-size: 12px;
	color: #333333;
	font-weight: none;
	text-decoration: none;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
	text-align: left;
	padding: 2px;
	height: 18px;
	border: 1px solid #999999;
	vertical-align: middle;
}

.normal_link{
	font-size: 16px;
	color: #3366CC;
	font-weight: none;
	text-decoration: none;
}

.normal_link:hover{
	font-size: 16px;
	color: #3366CC;
	font-weight: none;
	text-decoration: underline;
}

.faqs{
	vertical-align:top;
	font-size: 16px;
	color: #339933;
	font-weight: bold;
	text-decoration: none;
}

.numbers{
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.small{
	font-size: 12px;
	color: #339933;
	font-weight: bold;
	text-decoration: none;
}

.gcd{	
	font-size: 18px;
	text-align: left;	
	font-weight: bold;
	color: black;	
}

.above{
	border-top: solid 1px black;	
}
