body {
	background-image: url(../img/mainbg.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
}

.arialgrey {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.arial {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.footer{
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

.verdana {
	font-family: century gothic;
	font-size: 12pt;
	font-weight: normal;
	color: #585858;
}

.verdanabold {
	font-family: century gothic;
	font-size: 12pt;
	font-weight: bold;
	color: #585858;
}

.verdanawhtbold {
	font-family: century gothic;
	font-size: 12pt;
	font-weight: bold;
	color: white;
}

.verdanatitle {
	font-family: century gothic;
	font-size: 16pt;
	font-weight: bold;
	color: white;
}

a.headerlink:link {
	background-color: transparent;
	text-decoration: none;
	color: #585858;
}
a.headerlink:visited {
	background-color: transparent;
	text-decoration: none;
	color: #585858;
}

a.headerlink:hover {
	background-color: #transparent;
	text-decoration: none;
	color: #0033FF;
}

a.headerlink:active {
	background-color: transparent;
	text-decoration: none;
	color: #585858;
}

--> White Link
a.whitelink:link {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	}
a.whitelink:visited {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	}

a.whitelink:hover {
	color: #999999;
	background-color: transparent;
	text-decoration: underline;
	}

a.whitelink:active {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	}
	
#shadowframe {
	position:absolute;
	background-color: #000000;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	left:0;
	top:0;
	visibility:hidden;
	width:102%;
	height:100%;
}