.PollStyle {
	background-color: white;
}

.QuestionStyle {
	font-size : 10pt;
	font-family : arial;
	font-weight : bold;
	color : #000000;
}

.Answer {
	font-size : 8pt;
	font-family : verdana;
	font-weight : normal;
	color : #000000;
	padding-left: 10px;
	padding-right: 10px;
}

.SubmitButton {
	cursor: hand;
	background-image: url(../../../imgs/submit.gif);
	width: 76px;
	height: 18px;
}

.formContainer {
	width: 565px;
	background-color: #BDCBD7;
	border-right : 1px solid Black;	
	border-bottom : 1px solid Black;		
	border-top : 1px solid Black;	
	border-left : 1px solid Black;
}

.formBackground {
	background-color: ##BDCBD7;
}

.headingBlue {
	background-color: #0863A6;
	color : #FFFFFF;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : normal;
}

.buttonHead {
	background-color: #BDCBD7;
	color : #000000;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : normal;
	padding-left: 4px;
	padding-top: 2px;	
	padding-bottom: 2px;
	border-right : 1px solid Black;	
	border-bottom : 1px solid Black;		
	border-top : 1px solid white;	
	border-left : 1px solid white;		
}

.grayBack{
	background-color: #BAC7C7;
	color : #000000;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : normal;
	padding-left: 4px;
	padding-top: 2px;	
	padding-bottom: 2px;		
}

.lightBack{
	background-color: #F7F7E7;
	color : #000000;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : normal;
	padding-left: 4px;
	padding-top: 2px;	
	padding-bottom: 2px;	
}

.lightBack0{
	background-color: #F7F7E7;
	color : #000000;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : normal;
	padding-left: 4px;
	padding-top: 2px;	
	padding-bottom: 2px;	
}

.lightBack1{
	background-color: #EBEAD8;
	color : #000000;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : normal;
	padding-left: 4px;
	padding-top: 2px;	
	padding-bottom: 2px;	
}

.lightBackOn{
	background-color: #123981;
	color : #FFFFFF;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight : normal;
	padding-left: 4px;
	padding-top: 2px;	
	padding-bottom: 2px;	
	cursor: hand;
}

.headingSection {
	background-color: #8CA1A1;
	color : #FFFFFF;
	font-size : 12px;
	font-family : verdana, arial;
	font-weight : normal;
	padding-left: 4px;
	padding-top: 2px;	
	padding-bottom: 2px;	
}

BODY {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10pt;
}

INPUT { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
}

TEXTAREA {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
}

TD {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
}

.tdsize {
	font-size : 12px;
}

