TD, P {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: 854B07;
	line-height: 20px;
}

A{
	text-decoration: underline;
	color: #7895AA;
}

A:hover{
	text-decoration: none;
}


.footer {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: 999999;
}


.subNav{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #41738C;
	text-decoration: underline;
}

.subNav:hover{
	text-decoration: none;
}

.subNavSelected{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #774C17;
	font-weight: bold;
}

.title{
	font-family: Verdana, Arial, Helvetica;
	font-size: 17px;
	color: #774C17;
	font-weight: bold;
}


TD.rowError{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #CC0000;
	background: #FFFFCC;
}

TD.tableHeader{
	background: #990000;
	font-weight: bold;
	color: #FFFFFF;
}

TD.tableFooter{
	background: #990000;
}

TD.tableRowUnselected{
	background: #FFFFFF;
}

TD.tableRowSelected{
	background: #FFFFCC;
}

TD.tableRowInactive{
	background: #CCCCCC;
}

TD.tableFieldValue{
	background: #FFFFFF;
}

TD.tableFieldTitle{
	background: #FFFFCC;
}

.tableBorder{
	background: #000000;
}