body 
{
	margin: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
}

.clear {
	clear:both;
	height: 0px;
}

.mainTable
{
	border-color: #555555;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
}

.insideTable
{
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: #AAAAAA;
	border-collapse: collapse;
}

.insideTable td 
{
	border-width: 1px 1px 1px 1px;
	padding: 0px;
	border-style: solid solid solid solid;
	border-color: #AAAAAA;
	-moz-border-radius: 0px 0px 0px 0px;
}

.noBorder,
.noBorder td
{
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
}

p,
engText,
select
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

ol,
.tdPadded,
.tdTextAreaPadded
{
	margin: 0px;
	margin-left: 25px;
	padding: 5px;
	font-size: 12px;
}

.tdTextAreaPadded 
{
	margin-left: 12px;
}


h1
{
	color: #555555;
	font-size: 12px;
	padding-top: 4px;
}

.commentText,
.introText
{
	color: #555555;
	font-size: 12px;
}

.commentText
{
	color: #000000;
	margin-left: 17px;
}

a
{
	font-size: 12px;
	color: #666666;
	text-align: left;
	text-decoration: none;
}

.sectionHeadingRow
{
	background-color: #BDA573;
}

.sectionText
{
	color: #FFFFFF;
	padding-left: 8px;
	text-align: left;
	font-weight: bold;
}

.thankYou
{
	color: #0066CC;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
}

.sectionRatings
{
	text-align: center;
}

.radioOptions
{
	padding: 2px 5px 2px 5px;
}

.sectionHeading
{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 7px;
}

.otherLink,
.nextLink
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}

.otherLink 
{
	color: #AB001D;
}


.nextLink
{
	color: #BDA573;
	padding-right: 10px;
}

.nextSectionTitle
{
	color: #555555;
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
}

.prevLink
{
	color: #BDA573;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}

.prevSectionTitle
{
	color: #555555;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
}

.tdLeft
{
	text-align: left;
	vertical-align: top;
}

.tdRight
{
	text-align: right;
	vertical-align: top;
}

.tdCenter
{
	text-align: center;
	vertical-align: top;
}

.grayLine
{
	background-image: url(/images/graypixel.gif);
	background-position: center top;
	background-repeat: repeat-y;
}

.extrDissatisfied
{
	font-size: 9px;
	white-space: nowrap;
	text-align: left;
	color: #A61B33;
}

.extrSatisfied
{
	font-size: 10px;
	white-space: nowrap;
	text-align: right;
	color: #A61B33;
}

.mandatory
{
	color: #FF0000;
}


.selectMenu,
.selectMenuLarge,
.radioOption,
.textFields,
.textAreaFields,
.checkFields {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	width: 155px;
	line-height: 12px;
	margin: 3px 5px 4px 10px;
}

.radioOption,
.textFields,
.checkFields {
	height: 13px;
}

.radioOption[class],
.textFields[class],
.checkFields[class] {  
	height: 13px;
}

.selectMenu 
{  
	width: 160px;
	height: 18px;
}

.selectMenu[class]
{  
	width: 160px;
	height: 18px;
}

.selectMenuLarge
{  
	width: 225px;
	height: 18px;
}

.selectMenuLarge[class]
{  
	width: 225px;
	height: 18px;
}

.textAreaFields {
	width: 300px;
}

.textAreaFields[class] {
	width: 300px;
}

.radioOption,
.checkFields 
{  
	width: 15px;
	vertical-align: middle;
}

.radioOption[class],
.checkFields[class]
{  
	width: 15px;
	vertical-align: middle;
}

#resultBlue, 
#resultGreen, 
#resultOrange, 
#resultRed 
{
	width: 25px;
	height: 25px;
	float: left;
	margin: 2px 0 0 0;
	background-color: #0000FF;
}

#resultGreen {
	background-color: #00FF00;
}

#resultOrange {
	background-color: #FFAA00;
}

#resultRed {
	background-color: #FF0000;
}
