<style type="text/css">
<!--

/* START MANDATORY STYLES*/
html { /* for everything not specifically named below */
	font-family: Arial, Verdana, sans-serif; font-size: 14px; color: black;
}
body {
	background-color: white; margin: 2px; padding: 2px;
	FONT-SIZE: 14px; COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: white;
}

.formholder { /* for postal.cfm form */
	color: black;
	font-size: 12px;
}

select, input, option { /* for all forms in the theme */
	color: black; font-weight: normal; font-size: 14px;
}

#disc, #disc p{
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
	font-size: 9px;
	color: #888888;
	font-weight: normal;
}
#disc a {
	color: #888888;
}

.error { /* for error messages ("invalid email") */
	color: red;
	font-size: 14px;
}

.alert { /* for warning messages ("invalid", etc.) */
	color: red;
	font-size: 10px;
}

#bottomform { /* for forms loaded into displayform.cfm */
	background-color: white; color: black;
}

#bottomform strong, {
	color: red;
	font-weight: bold;
}

#bottomform .contrastbk { /* for highlighting cells in loaded forms */
	background-color: yellow;
}

tr.highlight { /* for displayform.cfm highlights */
	padding: 10px; background-color: #ffffcc; height: 40px; width: 100%; FONT-SIZE: 13PX; 
}

td.question { /* for displayform.cfm top question rows */
	background-color: #ffffcc; font-size: 12px;
	background-image: url("arrow.gif");
	background-repeat: no-repeat;
	height: 40px;
	background-position: center left;
}

.df { /* for displayform.cfm headlines */
	width: 100%; background-color: #EA0000; color: black;
	text-align: center; font-weight: bolder; font-size: 25px; padding: 10px;
}

h2 { /* for headlines */
	FONT-WEIGHT: bold; FONT-FAMILY: "Verdana"; FONT-SIZE: 17px;
	padding: 0px; margin: 0px;
}

div.step1 {
	background: url(step1.gif) no-repeat center;
	padding: 15px 0 40px;
}
div.step2 {
	background: url(step2.gif) no-repeat center;
	padding: 15px 0 40px;
}
div.step3 {
	background: url(step3.gif) no-repeat center;
	padding: 15px 0 40px;
}
span.text {
	font-size: 14px;
	font-weight: bold;
	display: none;
}
span.text em, strong {
	font-size: 16px;
	color: red;
}

/* START SELF TEMPLATES MANDATORY DEFINITIIONS */
.coreg_y_n {
	font-weight: bold;
}
.coreg_q1 {
	padding: 5px 0px 5px 0px;
	background-color: #EA0000;
}
.coreg_q2 {
	padding: 5px 0px 5px 0px;
	background-color: #04107D;
}
.coreg_txt {
	padding: 5px 10px 5px 0px;
}
/* END SELF TEMPLATES DEFINITIONS */

/* START RECOMMENDED STYLES */
strong {
	color: red; font-weight: bolder;
}

em {
	color: red; font-weight: bolder;
}

sup {
	font-size: 0.75em; line-height: 0.5em
}
/* END RECOMMENDED STYLES */

A:link {
	FONT-WEIGHT: normal; COLOR: #0000d0; TEXT-DECORATION: underline
}	

.sp {
	FONT-SIZE: 9px; MARGIN: 20px; TEXT-ALIGN: center; color: #666666;
}

.sp a:visited {
	color: #666666;
	}

-->
</style>