@charset "UTF-8";
/* CSS Document */

tr, td {

	vertical-align: top;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

.oneColFixCtrHdr #footer a {

	font-size: 14px;
	color: #666666;
	cursor: pointer;
	padding: 0.3em 0.75em;
	text-decoration: none;

}

.oneColFixCtrHdr #footer a:hover {

	color: #990000;
	cursor: pointer;
	text-decoration: none;

}

.contentCell {

	padding: 0 20px 20px 0px;
}

.pageTitle {
	font: 24px Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
	padding-bottom: 20px;
	display: block;
}

.subTitle {
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
	padding: 10px 0px;
	display: block;
}

.boldtext {

	font-weight: bold;
	
}

.smalltext {

	font-size: 10px;
}

.section  {

	margin-bottom: 20px;
}

.menuSection {
	
	padding-top: 40px;
}

.messageStyle {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px;
	font-weight: bold;
	text-align: center;
	background-color: #f5feba;
	border: 1px solid #fdd16b;
}

.formTbl th, .formTbl td {

	padding: 3px;
	
}

.formTbl th {

	text-align: right;
}


.layout #contentSection .section {

	padding: 5px 20px;
}