/* CSS Document */
h1, h2, h3, h4, h5, h6, p, blockquote, table, td, th, li, a, ul, ol, dd, dl, dt,
	form, button, fieldset, label, div.foot1, span.date {
  		font-family: Arial, Helvetica, sans-serif; 
	}
div.center, * html div.center {
		margin-left: 5px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 10px;
		width: auto;
		float: none;
	}

/* Quiz bg */
#introbg {
	width:600px;
	height:350px;
	background-image: url(../../images/gr_intro_f.jpg);
	background-repeat: no-repeat;	
}
#contentbg {
	width:600px;
	height:350px;
	background-image: url(../../images/gr_question_f.jpg);
	background-repeat: no-repeat;	
}
#contentbg_an {
	width:600px;
	height:350px;
	background-image: url(../../images/gr_answer_f.jpg);
	background-repeat: no-repeat;
}
#conclusion {
	width:600px;
	height:350px;
	background-image: url(../../images/gr_conclusion_f.jpg);
	background-repeat: no-repeat;
}
div.btn_start {
	padding-top:200px;
	padding-left:380px;
}
div.questionumbers {
	width:600px;
	height:34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.813em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 100px;
	padding-left:50px;
	float:left;
}
#questions {
	width:244px;
	height:157px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #000000;
	float: left;
	padding-left: 50px;
}
#answers {
	width:230px;
	height:152px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #000000;
	float: left;
	padding-left:25px;
	
}
#answer_large {
	width:492px;
	height:126px;
	float: left;
	padding-left:50px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #000000;
}
#conclusion_answer {
	width:492px;
	height:130px;
	float: left;
	padding-left:50px;
	padding-top:124px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #000000;
}
.textsize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #000000;
}
.conclu_answer {
	width:243px;
	height:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	background-image: url(../../images/bg_answer.png);
	background-repeat: no-repeat;
	margin-left:120px;
}
div.nextbutton {
	padding-left:400px;
}
p.t_aligncenter {
	text-align: center;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif; 
}
.correctAnswer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FF9900;
}
.qAnswer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.813em;
	font-weight: normal;
	color: #FFFFFF;
}
