@charset "utf-8";
a:link {
	color: #6f3428;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #6f3428;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #6f3428; 
	text-decoration: underline;
	font-weight:bold;
	}
a:active {
	color: #6f3428;
	font-weight:bold;
	text-decoration: underline;
}

#yellowlink a:link {
	color: #ffff00;
	font-weight:bold;
	text-decoration: none;
}
#yellowlink a:visited {
	color: #ffff00;
	font-weight:bold;
	text-decoration: none;
}
#yellowlink a:hover {
	color: #ffff00; 
	text-decoration: underline;
	font-weight:bold;
	}
#yellowlink a:active {
	color: #ffff00;
	font-weight:bold;
	text-decoration: underline;
}
				   		   
.whiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.formElements {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.yellowBorder {
	border: 1px solid #ffffcc;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}
