body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 15px;
}

A:link {
	text-decoration: underline; 
	color: #000000;
}
A:visited {
	text-decoration: underline;
	color: #000000;
}

td {
	font-size: 12px;
}
th {
	font-size: 12px;
}

.StatusMessageErr  {  
	color: #FF0000;
	font-weight : bold;
	font-size: 12px;
	text-align : center;
}

.StatusMessage  {  
	font-weight : bold;
	font-size: 12px;
	text-align : center;
}

th.FieldTitle {
	font-weight : bold;
}

td.FieldTitle {
	font-weight : bold;
}

td.FieldData {
}

table.Questions {
	background : #FFFFFF;
}

td.QLine1 {
	background: #EBF5E9;
}

td.QLine2 {
	background: #FFFFFF;
}

.FieldErrorText {
	color: #FF0000;
}

.FieldHelpText {
	font-size: 70%;
}

.OptionFieldText {
	font-size: 10px;
}

.ErrorAsterisk {
	color: #FF0000;
	font-size: 140%;
	font-weight: bold;
}
.MandatoryAsterisk {
	color: #000000;
	font-size: 120%;
	font-weight: bold;
}

td.QDesignerMenu {
	font-size: 70%;
	background : #BDDFB4;
}

td.QCategory {
	font-size: 90%;
	font-weight: bold;
	background : #BDDFB4;
}

td.QPageNo {
	font-size: 90%;
	font-weight: bold;
	background : #BDDFB4;
}

td.ProgressBarSelected {
	font-size: 90%;
	color: #FFFFFF;
	font-weight: bold;
	background : #588851;
}

td.ProgressBar {
	font-size: 90%;
	font-weight: bold;
	background : #BDDFB4;
}


.hdrBarColor1 {
	background-color: #90C784;
}

.hdrBarColor2 {
	background-color: #3D65A6;
}

.hdrBarColor3 {
	background-color: #EBF5E9;
}
.hdrBarColor4 {
	background-color: #BDDFB4;
}


