body {
	font-family: Arial, Verdana, sans-serif;
	margin: 0px;
	color: #000000;
	background-image:url('../images/Pink_bg_img.gif');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:right bottom;
	background-color: #C16554;	
	text-align: center;
	font-size: 13px;
	
}

h1 {
	font-weight: bold;
	font-size: 180%;
	color: #FFFFFF;
	margin: 10px 0 10px 0;
}

h2 {
	font-size: 150%;

}


p, td, span {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	/*text-align: left;*/
}
td.samesize {
	font-size: 100%;
	padding: 0px;
}
.nomargin {
	padding:0px;
	margin:0px;
}
small {
	font-size: 80%;
}

.colorBand {
	/*background-color: #603493;*/
	color: #FFFFFF;
	font-size: 80%;
	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;
}

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 {
	
	padding: 0px;
	
}

input.clickable {
	
	color: #000000;

}

.copyright {
	font-size: smaller;
}

a:link { color: #02496D; text-decoration: none; }      
a:visited { color: #02496D; text-decoration: none; }  
a:hover { color: #FFFFFF;text-decoration: none;}

/* 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 }
*/

