body {
	background-color: #CC6600;
}
.OPACheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
}
.tagLine {font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; }
.tabs {
	font-size: 18px;
	text-decoration: underline;
	background-color: #CCCCCC;
	color: #0000FF;
}
.tabs:hover {
	font-size: 18px;
	text-decoration: none;
	background-color: #00FFFF;
	color: #000000;
}
.currentTab {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.textHead {

	font-size: 18px;
	text-decoration: underline;
	background-color: #ECE9D8;
	color: #000000;
}
.address {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
.error{
	color: #FF0000;
	background-color:#000000;
	display:none;
	font-size: 18px;
}
