@charset "utf-8";
/*-- HACP CSS File 1.0  | All Rights Reserved  --*/
/*Avoids any problem with scrollbars appearing and disappearing in a dynamic environment. */
html {
	overflow-y:scroll;
}
body {
	background-image:url(images/default/bg.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
}
body {
	margin-top: 16px;
	margin-bottom: 8px;
}
body, td, th, input, select, textarea, button, submit, password {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:22px;
	color: #000000;
}
input, select, textarea, button, submit, password {
	line-height:normal;
}
/*Default HTML Links*/
body a {
	color: #00C;
	text-decoration: underline;
}
body a:hover {
	color: #00C;
	text-decoration: none;
}
/*Top Navigation*/
.topNav a {
	color: #2fe6ff;
	text-decoration: none;
}
.topNav a:hover {
	color: #2fe6ff;
    text-decoration: underline;
}
/*Ad Space*/
.adSpace a {
	color: #000033;
	text-decoration: underline;
}
.adSpace a:hover {
	color: #000033;
	text-decoration: none;
}
/*Footer Link*/
.footer a {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.titlePage {
	color: #d59f0f;
	font-weight: bold;
	font-size: 18px;
	margin-top:16px;
	margin-bottom:6px;
}
.subHeading {
	font-weight:bold;
	color: #006699;
	font-size: 13px;
}
/*Back Grounds*/
.bodyBackgroundHighlight {
	background-color:#CCC;
	height:32px;
}
.altBackground {
	background-color:#F4F4F4;
}
.mainNav{
	font-size:12px;
	color:#FFF;
	line-height:15px;
}
.mainNav a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.mainNav a:hover{
	color:#e4b411;
	text-decoration:none;
}
.mainNav2{
	font-size:12px;
	color:#FFF;
	line-height:15px;
}
.mainNav2 a{
	color:#FF0;
	text-decoration:none;
	font-weight:bold;
}
.mainNav2 a:hover{
	color:#e4b411;
	text-decoration:none;
}

