.redbanner {
	color: #F86B43;
}
.blacktext {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}

.orangeline {
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F96B43;
	border-right-color: #F96B43;
	border-bottom-color: #F96B43;
	border-left-color: #F96B43;
}

.line {
}
.smallwhitetext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #E7423C;
	font-style: italic;
}
.smallheader {
	font-size: medium;
	color: #F00;
	font-weight: bold;
}
.whiteishBG {
	background-image: url(images/whiteBG.png);
	background-repeat: repeat;
}
.orangelinebottom {
	border-top-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F96B43;
	border-right-color: #F96B43;
	border-bottom-color: #F96B43;
	border-left-color: #F96B43;
	border-bottom-width: 2px;
}

