A.linkPDF {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	line-height: 10pt;
	color: #644509;
	text-decoration: underline;
}

A.linkPDF:link {
	color: #644509;
	text-decoration: underline;
}

A.linkPDF:visited {
	text-decoration: underline;
	color: #644509;
}

A.linkPDF:hover {
	text-decoration: none;
	color: #644509;
}

.tdSubnavitgation a {
	line-height: 15pt;
	padding: 3px 10px 3px 15px; 
	display:block;
	background-color: #D5C094;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #634421;
}

.tdSubnavitgation a:hover {
	background-color: #FCE4BE;
	text-decoration: none;
}

/*Form Validation */
.accepted {
	background-image: url(../images/accept.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.rejected {
	background-image: url(../images/reject.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #f3cec1;
}

.form_text { width: 200px;}

#outside { display: none;}

td input.error {
	background: #f8dbdb;
	border-color: #e77776;
}

td span.error {  
    color: #e46c6e;  
}
