/* $Id: survey.css,v 1.3 2005/05/24 17:29:55 tony Exp $ */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#centercontent {
	font-family:Arial, Helvetica, sans-serif;
	width: 80%;
	left: 20%;
	padding-left: 10%;
	
	
	}
	

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
	text-align: center;
}
.question {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	margin-bottom: -0.5em;
}
.radiorate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	background-color: #FFFFEA;
	margin: 6px 6% 6px 6px;
	padding: 6px;
	border: 2px solid #B7DBB7;
	width: 260px;
	height: 30px;
}
.question2 {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.spacer1 {
        margin-right: 6px;
}



