@charset "utf-8";
/* CSS Document */

body {
	font-family:Calibri, Arial, Verdana;
}

.col1 {
	width:245px;
	float:left;
	background-image: url(images/header.gif);
	background-repeat:no-repeat;
	padding-top:0px;
	margin-right:3px;
}

.input {
	padding-left:5px;
	width:155px;

}

.options_body {
	height:115px;
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-y;
}

.bottom {
	background-image:url(images/bottom.gif);
	background-repeat:no-repeat;
	height:9px;
	
}

.heading {
	font-size:36px;
	padding-left:20px;
	margin-top: -20px;
}

.headings{
	height:33px;
	font-size:22px;
}

.number {
	font-size:26px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:12px;
	padding-right:20px;
}

.clear {
	clear:both;
}

.choice_wrapper {
width:1000px;
float:left;
}

th {
	background-image:url(images/th_bg.gif);
	background-repeat:repeat-x;
}

td {
	background-color: #e7e5e5;
}
