body {
	font-family: Verdana, sans-serif;
	margin: 0px;
	color:#666666;
	/*background-color: #DDDDDD;*/ /*reset to white*/
	background-color: #BABCBE;
	text-align: center;
	font-size:110%;
}

h1 {
	/*font-weight: bold;*/
	font-size: 135%;
	color: #900026;
	margin: 10px 0 10px 0;
}
tr{
margin:10px 10px 10px 10px;

}
p, td, span {
	font-size: 85%;
	border-spacing:2px;
	
	/*font-family: Verdana, sans-serif;*/
	/*text-align: left;*/
}
pSecond {
	font-size: 40%;

}
checkquestion {
	font-size:12px;
	font-family: Verdana, sans-serif;
	/*text-align: left;*/
}
td.samesize {
	font-size: 100%;
	padding: 0px;
}
.nomargin {
	padding:0px;
	margin:0px;
	font-size: 100%;
}
.small {
	font-size: 160%;
	padding: 0px;
	font-family: Verdana, sans-serif;
}

small {
	font-size: 85%;
}

.colorBand {
	background-color: #transparent;
	color: #000000;
	font-size: 105%;
	font-weight: bold;
	text-align: left;
}

.indent {
	padding-left: 20px;
	padding-right: 20px;
}

.label {
	/*font-style: italic;*/
	font-weight: bold;
	font-size:80%;
	/*color: #FF6600;*/
	font-family: Verdana, sans-serif;
	margin:80pt 80pt 80pt 80pt;
}

.question {
	font-weight: bold;
	/*color: #FF6600;*/
}

.titleBlock, .detailsBlock, .finalBlock, .questionBlock {
	margin: 10px 0px 10px 0px;
	background-color: #E9E9EA;
	/* center table with auto margin */
	margin-left: auto;
	margin-right: auto;
	font-size:100%;
	color:#666666;
	
}
.titleBlock {
	margin-top: 0px;
	text-align: center;
}

input, select {
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 1px;
	font-size: 100%;
	background-color: #FFFFCC;
	font-family: Verdana, sans-serif;
	background-color:#FFFFFF;
}

.questionBlock input {
	padding: 0px;
	font-size:100%;
	font-family: Verdana, sans-serif;
}

input.radio {
	border: none;
	padding: 0px;
	background-color: transparent;
}

input.clickable {
	background-color: #D4D0C8;
	color: #58595B;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #767471;
	padding: 1px;
	cursor: pointer;
	font-size:100%;
}

.copyright {
	font-size: smaller;
}

a:link { color: #900026;  }      
a:visited { color: #900026;  }  
a:hover { color: #900026; background-color: #DDDDDD; }

/* standard blue, hover: underline
a:link { color: #003C80; text-decoration: none }      
a:visited { color: #003C80; text-decoration: none }  
a:hover { color: #003C80; text-decoration: underline }
*/
