a.one:link {
	color: #FFF;
	text-decoration: none;
}
a.highlight { font-weight: bold; color: red; }
a.link {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	font-size: x-small;
}
.smallblacktype {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: x-small;
	text-decoration: none;
}
.whitetypeunderline {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: x-small;
	text-decoration: underline;
}


.orangeBG {
	background-color: #EEA81B;
	border: 8px solid #FFF;
	text-align: left;
}
.whitetype {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: small;
}
.orangeheader {
	font-family: Verdana, Geneva, sans-serif;
	color: #EEA81B;
}
.redtype {
	color: #CB3234;
}
.horizontalwhiteline {
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.tinyfont {
	font-size: x-small;
	font-weight: bold;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
.thickborder {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.subhead {
	color: #CA3333;
}

