body,table
{
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	margin: 0;
}

a img { border: 0; }

.divHead
{
	background-image: url(images/head_back.jpg);
}

.divHeadContent
{
	height: 144px;
	background-image: url('images/head_back_content.jpg');
	background-repeat: no-repeat;
}

.BigTitle
{
	width: 520px;
	font-weight: bold;
	font-size: 18pt;
}

.tdTitle
{
	height: 100px;
	padding-left: 160px;
	vertical-align: bottom;
}

.divMain { height: 100%; }

.divFoot
{
	background-image: url(images/foot_back.jpg);
}

.tableFootContent
{
	width: 779px;
	height: 72px;
	background-image: url(images/foot_back_content.jpg);
	background-repeat: no-repeat;
	font-size: 9pt;
	color: #333333;
}

.tableFootContent td
{
	vertical-align: bottom;
	padding: 10px;
}

.tdFootPad
{
	width: 40px;
}

.correct { font-weight: bold; color: #008800; }
.incorrect { font-weight: bold; color: #880000; }

.box
{
	background-color: #DDDDDD;
	margin: 20px;
	padding: 5px;
	-moz-border-radius: 10px;
}

.box_title
{
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
}

.even { background-color: #CCCCCC; }
.odd { background-color: #C4C4C4; }

.question_sep
{
	height: 1px;
	background-color: #CCC;
	margin: 20px;
}

.row_1
{
	background-color:#dddddd;
}

.row_2
{	
	background-color:#b4b4b4;
}

.quiz_table
{
	margin:10px;
}

.quiz_table td
{
	padding-left:15px;
	padding-right:15px;
	/*border-left:1px solid #000000;
	border-right:1px solid #000000;*/
	border:solid 1px #000000;
	font-size:12px;
}

.quiz_table_head
{
	background-color:#d5807c;
}

form
{
	margin:0px;
}

