/* GLOBAL */

html, body, #bg, #bg table, #bg td, #cont {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-image: url(images/bkgs/gradBKG.jpg);
	color: #ffffff;
	margin: 0;
	padding: 0;
	border: 0;
	}

p {
	margin: 0;
	padding: 0;
	}

a {
	color: inherit;
	text-decoration: none;
	}

a:hover {
	color: #fefefe;
	text-decoration: none;
	outline: none;
	}

a:active, a:focus { outline: none; }



/* BACKGROUNDS */

#bgHolder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	}

#bg td {
	vertical-align: middle;
	text-align: center;
	}

#bgImage {
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
	}

#bgImage img {
	min-width: 100%;
	min-height: 100%;
	}



/* text */

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
	text-align: right;
}
.bodybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
	text-align: right;
}
.bodybold_Red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
	text-align: right;
}
.bodybold_Red_Link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: underline;
	text-align: right;
}
.nav_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
.nav_hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: right;
}
.footerbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-align: right;
}
.footerlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
}
