/* Colors 
blue = #7295BD
grey = #979898
green = #849E56
red = #AB3B44
light brown = #AB8E63
dark brown = #654223
*/

/* Common */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p,td,tr,ul,li,ol,input,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Links */
a {color: #7295BD; font-weight:bold;}

a.footerNav {color: #7295BD;}

a.footerNav:hover {text-decoration:none;}

/* Layout */
td.footerNav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#979898;
	text-align: center;
	height: 20px;
	vertical-align: middle;
}

.subheadGreen {
	color: #849E56;
	font-weight: bold;
	font-size: 12px;
}

.subheadRed {
	color: #AB3B44;
	font-weight: bold;
	font-size: 12px;
}

.subheadBlue {
	color: #7295BD;
	font-weight: bold;
	font-size: 12px;
}

.subheadLightBrown {
	color: #AB8E63;
	font-weight: bold;
	font-size: 12px;
}

.subheadDarkBrown {
	color: #654223;
	font-weight: bold;
	font-size: 12px;
}

.question {
	color: #7295BD;
	font-weight: bold;
	font-size: 11px;
}
.required {
	color: #FF0000;
	font-weight: bold;
	font-size: 9px;
}
.txtFld {
	width: 200px;
}