body {
	font-family: Verdana, sans-serif;
	margin: 0px;
	color: #000000;
	/*background-color: #DDDDDD;*/ /*reset to white*/
	background-color: #FFFFFF;
	text-align: center;
	font-size: 13px;
}

h1{
	font-weight: bold;
	font-size: 125%;
	color: #EE2F7F;
	margin: 10px 0 10px 0;
}

p, td, span {
	font-size: 90%;
	/*text-align: left;*/
}
td.samesize {
	font-size: 100%;
	padding: 0px;
}
.nomargin {
	padding:0px;
	margin:0px;
}
small {
	font-size: 80%;
}

.colorBand {
	background-color: #EE2F7F;
	color: #DDDDDD;
	font-size: 105%;
	font-weight: bold;
	text-align: left;
}

.indent {
	padding-left: 20px;
	padding-right: 20px;
}

.label {
	/*font-style: italic;*/
	font-weight: bold;
	/*color: #FF6600;*/
}

.question {
	font-weight: bold;
	/*color: #FF6600;*/
}

.titleBlock, .detailsBlock, .finalBlock, .questionBlock {
	margin: 10px 0px 10px 0px;
	background-color: #FFFFFF;
	/* center table with auto margin */
	margin-left: auto;
	margin-right: auto;
}
.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: 90%;
	background-color: #FFFFCC;
}

.questionBlock input {
	padding: 0px;
}

input.radio {
	border: none;
	padding: 0px;
	background-color: transparent;
}

input.clickable {
	background-color: #EE2F7F;
	color: #DDDDDD;
	font-weight: bold;
	padding: 2px;
	cursor: pointer;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EE2F7F;
	border-right-color: #EE2F7F;
	border-bottom-color: EE2F7F;
	border-left-color: #EE2F7F;
}

.copyright {
	font-size: smaller;
}

a:link { color: #EE2F7F;  }      
a:visited { color: #EE2F7F;  }  
a:hover { color: #EE2F7F; 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 }
*/
