@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color:#333333;
	font-size:12px;
}

tr.odd {
	background-color: #CBD7E4;
}

td.header{
 	border-bottom: 4px  solid #4A6A90;
	height: 140px;
}
td.descrip {
	border-top: 10px  solid #000000;
	border-left: 1px  solid #4A6A90;
	border-right: 1px  solid #4A6A90;
	padding: 15px;
}
td.questions {
	border-left: 1px  solid #4A6A90;
	border-right: 1px  solid #4A6A90;
	border-bottom: 2px  solid #4A6A90;
	background: no-repeat url(images/ttwslogan.jpg) bottom left;
}
td.copyright {
	border-top: 8px  solid #000000;
	padding: 15px;
	color:#666666;
	font-size:10px;
	text-align:center;
}
td.buttoncell {
	vertical-align:middle;
	text-align:center;
	width: 100px;
}
td.results {
	border-left: 1px  solid #4A6A90;
	border-right: 1px  solid #4A6A90;
	border-bottom: 2px  solid #4A6A90;
	background: no-repeat url(images/ttwslogan.jpg) bottom left;
	padding: 15px;
}
table.answers {
	color:#333333;
	font-size:11px;
	width: 363px;
	float:right;
	border: 1px  solid #4A6A90;
	margin-left: 20px;
}