.homepage, TD .homepage, TD.homepage, BODY {
	font-family: Arial;
	font-size:9pt;
	color: #192C58;

	
}

body, TD {
	font-family: Arial;
	font-size:9pt;
	color: #192C58;

	
}

.listheading {
	font-family: Arial;
	font-size:9pt;
	color: #3399CC;
	font-weight:bold;
	margin-left:20px;
	
}


A {
	color: #D6731B;
	font-family: Arial;
	font-size:10pt;
	text-decoration: none;
}

A:hover {
	color: #E3CD14
}

#logohidden {
	position:absolute;
	left:300px;
	top:30px;
	visibility:hidden;
	z-index:90;
}

.tableHeader {
	color: #ffffff;
	padding: 2px;
	text-decoration: none;
}
.tableHeaderYellow {
	color: #000000;
	padding: 4px;
	text-decoration: none;
}

.orange {
	color:#D6731B;
}








.error {
	background-color: #ffffff;
	color: red;
	
}




/* Form elements */

.shortTextBox {
	width:40px;
	font-family: Arial;
	font-size: 8pt;
}

.mediumTextBox {
	width:100px;
	font-family: Arial;
	font-size: 8pt;
}

.standardTextBox {
	width:190px;
	font-family: Arial;
	font-size: 8pt;
}

.wideTextBox {
	width:438px;
	font-family: Arial;
	font-size: 8pt;
}

.standardTextArea {
	width:190px;
	height:112px;
	font-family: Arial;
	font-size: 8pt;
}

.wideTextArea {
	width:390px;
	height:112px;
	font-family: Arial;
	font-size: 8pt;
}

.standardDropDown {
	font-family: Arial;
	font-size: 8pt;
}


.standardFormLabel {
	font-weight:bold;
	color:#319ACE;
}

.blackFormLabel {
	font-weight:bold;
	color:#000000;;
}







