A:link {color: #000000;}        /* specificity = 1,1 */
	A:active {color: #000000;}       /* specificity = 1,1 */
	A:hover {color: #000000;}    /* specificity = 1,1 */
	A:visited {color: #000000;}   /* specificity = 1,1 */

.brownheader {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CC8B45;
}
.blacktext {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 6px;
}
.brotext {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #CC8B45;
	margin: 6px;
}
.blackbold {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: Bold;
	color: #000000;
	margin: 6px;
}


.blackheader {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC8B45;
}

.whiteheader {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.textbox {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	margin: 5px
}