.bg {
	background-attachment: fixed;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #454248;
}

a {
	color: #F90;
	text-decoration: underline;
}

a:link {
	color: #F90;
	text-decoration: underline;
}

a:visited {
	color: #Ff9900;
	text-decoration: underline;
}

a:active {
	color: #fff;
	text-decoration: none;
	background: #F90;
}

a:hover {
	color: #fff;
	text-decoration: none;
	background: #F90;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #888888;
	line-height: 22px;
}

.fine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #888888;
	line-height: 18px;
}

.boldbluecopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bolder;
	color: #3B6289;
	line-height: 22px;
}

.headHp {
	font-size: 14pt;
	color: #3B6289;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 36px;
}

.headSub {
	font-size: 14pt;
	color: #FF9900;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.headSmall {
	font-size: 8pt;
	color: #FF9900;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	padding: 10px;
}