.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #996633;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #996633;
	text-decoration: underline;
}

.border {
	border: thin solid #999999;
}

.bc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.bcTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.bcUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC9933;
	font-weight: bold;
	text-decoration: underline;
}
.bcbig {
	font-size: 12px;
}


a:link { color:#CC9933; text-decoration:underline; font-weight: bold; background:transparent}
a:visited { color:#CC9933; text-decoration:underline; font-weight: bold; background:transparent}
a:hover { color:#CC9933; text-decoration:underline; font-weight: bold; cursor:hand; background:transparent}
a:active { color:#CC9933; text-decoration:underline; font-weight: bold; background:transparent}


table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;

}
table.sample th {
	border-width: 0px;
	padding: 1px;
	border-style: outset;
	border-color: gray;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 0px;
	padding: 1px;
	border-style: outset;
	border-color: gray;
	-moz-border-radius: ;
}