body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(resources/bkg-main2.jpg);
	background-repeat: repeat-y;
	background-position:center;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.footerText {
	font-size: 10px;
	color: #013917;
}
a:link {
	color: #06275B;
	text-decoration: none;
}
a:visited {
	color: #364372;
	text-decoration: none;
}
a:hover {
	color: #890B00;
}
a.set2:link {
	color: #013917;
	text-decoration: none;
}
a.set2:visited {
	color: #363C38;
	text-decoration: none;
}
a.set2:hover {
	color: #890B00;
	text-decoration: none;
}
.mainHeader {
	font-size: 18px;
	font-weight: bold;
	color: #013917;
}
.subHeader {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
}
.pHeaders {
	font-size: 12px;
	font-weight: bold;
	color: #06275B;
}
.repText {
	font-size: 10px;
	background-color: #CCCCCC;
}
.repText2 {
	font-size: 10px;
	background-color: #E7E7E7;
}
.repHeader {
	font-size: 12px;
	font-weight: bold;
}
.smallText {
	font-size: 10px;
}


/* PRODUCT NAV */

#pn0 {
	position: relative;
	width:100px;
	height:10px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#FFFFFF;
	color:#333333;
	float:left;
	margin-right: 2px;
}

.pNavOff {
	position: relative;
	width:20px;
	height:10px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#999999;
	color:#333333;
	float:left;
	border-right: 1px solid #FFFFFF;
	cursor: pointer;
}

.pNavOn {
	position: relative;
	width:20px;
	height:10px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#990000;
	color: #FFFFFF;
	float:left;
	border-right: 1px solid #FFFFFF;
	cursor: pointer;
}
