body {
	background-color: #C0C0C0;
	background-image: url('../graphics/boh_bkgrnd.gif');
	background-attachment: fixed;
	font-family: Tahoma;
}
sup {
	font-size: 6pt;
}
input, select, textarea {
	font-family: Tahoma;
	font-size: 8pt;
}
hr {
	height: 1px;
	width: 90%;
	background-color: #663300;
	border: 0px;
}
.specialText {
	font-family: Brush Script MT, Brush Script, Brush455 BT, Brush738 BT, BrushScript BT;
	font-size: 14pt;
	color: #000099;
	text-align: center;
}
.spaced td {
	padding-left: 5px;
	padding-right: 5px;
}
.searchCell {
	font-size: 8pt !important;
}
.navMenu {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFEE00;
	font-size: 8pt;
	font-weight: Bold;
	text-align: center;
}
	.navMenu a:link, .navMenu a:visited {
		text-decoration: None;
		color: #000000;
	}
	.navMenu a:hover, .navMenu a:active {
		text-decoration: Underline;
		color: #C1242C;
	}
.copyright {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFEE00;
	font-size: 9pt;
}
.headerCell {
	padding: 5px;
	background-color: #FFFFCC;
	font-weight: Bold;
	font-size: 12pt;
}
.mainCell {
	padding: 5px;
	background-color: #FFFFFF;
	font-size: 11pt;
}
.mainCell td {
	font-size: 11pt;
}
	.mainCell a:link, .mainCell a:visited {
		text-decoration: None;
		color: #000099;
		border-bottom: 1px dashed #000099
	}
	.mainCell a:hover, .mainCell a:active {
		text-decoration: None;
		color: #000000;
		border-bottom: 1px solid #000000
	}
.noBorder {
		border: 0px !important;
	}
.bcbsBlue {
	color: #0000CC;
}