h1 {
	color: #193580;
	font-size:14px;
	display: inline;
}

.datalabel {
	background-color: #dddddd;
	text-align: right;
	vertical-align: top;
	color:#000000;
	font-weight: bold;
}

.datalabelReq {
	background-color: #dddddd;
	text-align: right;
	vertical-align: top;
	color:#990000;
	font-weight: bold;
}

.datafield {
	background-color: #eeeeee;
	font-weight: bold;
}

.rowhead {
	background-color: #3a5292;
	color: #fff;
	font-size:14px;
	font-weight: bold;
}

.evenrow {
	background-color: #dddddd;
}

.oddrow {
	background-color: #eeeeee;
}

TABLE.border {
	background-color: #3a5292;	
}

.hint {
	color: #990000;
	font-size: 10px;
}

.submitBtn {
	text-align: center;
	background-color: #eee;
}

A, A:visited {
	text-decoration:underline;
	color:#0000CC;
}

A:hover {
	text-decoration:none;
	color:#0099FF
}

a.rightLink {
	text-decoration:none;
	color:#0000CC;
	font-weight:bold;
}

a.rightLink:hover {
	text-decoration:underline;
	color:#0000CC;
	font-weight:bold;
}

input.back {
	font-family:"Times New Roman", Times, serif;
	color:#000066;
	font-size:24px;

}

.boldtext {
	font-weight: bold;
}

a.jobs {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a.jobs:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

.whitebold {
	color:#fff;
	font-weight:bold;
}

.redbold {
	color:#990000;
	font-weight:bold;
}

.greybold {
	color:#666;
	font-weight:bold;
}

.blackbold {
	color:#000;
	font-weight:bold;
}

a.footer {
	text-decoration:none;
}

a.footer:hover { 
	text-decoration:none;
}