@charset "utf-8";
.bodyBG {
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
}
.SideLineRIGHT {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #D0EFF2;
}
a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #008095;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #FF9E1F;
	text-decoration: none;
}
.cpHEADING {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #336699;
	background-position: center center;
	border: 1px solid #666666;
}
.blueBRDR {
	border: 1px solid #00899E;
}
