body 
{
	background-color: #FFFFFF;
	text-align: left;
}
input 
{margin: 0px;
	border: 1px solid #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
textarea
{
	margin: 0px;
	border: 1px solid #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
select
{
	margin: 0px;
	border: 1px solid #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A9C13;
}
.CheckboxSeparator 
{
	width: 4px;
}
.SurveyHeader 
{
	background-color: #ffffff;
}
.SurveyHeaderSeparator1 
{
	background-color: #ffffff;
	height: 5px !important; 
}
.SurveyHeaderSeparator2 
{
	background-color: #ffffff;
	height: 7px !important; 
}
.SurveyTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000; 
	text-decoration: none;
}
.SurveyTitleNotes {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-style : normal; 
	line-height : normal; 
	font-weight : bold; 
	font-variant : normal; 
	text-transform : none; 
	color : #ffffff; 
	text-decoration : none;
}
.SurveyFooter 
{
	background-color: #DDDDDD;
}
.SurveyFooterSeparator 
{
	background-color: #579614;
	height:10px !important; 
}

.SurveyButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 4169E1;
	background-color: #FFA500;
	font-weight: bold;
	width: 120px
} 

.PageHeader 
{
	background-color: #ffffff;
	height: 30px;
}

.PageTitle {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 13px; 
	font-style : normal; 
	line-height : normal; 
	font-weight : bold; 
	font-variant : normal; 
	text-transform : none; 
	color : #4169E1; 
	text-decoration : none; 
} 

.PageSubTitle {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-style : normal; 
	line-height : normal; 
	font-weight : normal; 
	font-variant : normal; 
	text-transform : none; 
	color : #000000; 
	text-decoration : none; 
} 

.PageBackground 
{
	background-color: #EEEEEE;
	height:10px !important; 
}

.QuestionTitle 
{
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-style : normal; 
	line-height : normal; 
	font-weight : bold; 
	font-variant : normal; 
	text-transform : none; 
	color : #000000; 
	text-decoration : none; 
	padding-bottom: 6px; 
	padding-top: 4px;
}

.QuestionSubTitle 
{
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-style : normal; 
	line-height : normal; 
	font-weight : normal; 
	font-variant : normal; 
	text-transform : none; 
	color : #000000; 
	text-decoration : none; 
}

.QuestionText 
{
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-style : normal; 
	line-height : normal; 
	font-weight : normal; 
	font-variant : normal; 
	text-transform : none; 
	color : #000000; 
	text-decoration : none; 
}

.QuestionBackground 
{
	background-color: #BBBBBB;
}

.QuestionAlternateBackground 
{
	background-color: #BBBBBB;
}
.MatrixDropDowns {
        width: 100px;
}