/* 
$Id: styles.css 22 2009-10-08 02:36:35Z scott_auge $
$HeadURL: file:///users/scott_auge/svn_rep/witherbees/survey/styles.css $
*/

.commenting {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.Welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}
.WelcomeTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}
.TDSurveyArea {
	background-color: #CCCCCC;
	border: thin solid #000000;
	padding-left: 1%;
	padding-right: 1%;
}
body {
	background-color: #FFFFFF;
}
.CompanyHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #000000;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.TDSurveyQuestion {
	background-color: #FFFFFF;
	padding-left: 5%;
	padding-right: 5%;
}
.SurveyQuestion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
.SurveyAnswer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
}
.SurveyQuestionNumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	font-style:italic;
}