body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #000000 url('../images/bg.jpg') repeat-x fixed center top;
}

a[href] {
	color: #000;
	text-decoration: underline;
}

a[href]:hover {
	color: #D09802;
	text-decoration: underline;
}

a.menuLink {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

a:hover.menuLink {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

a.size12Link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.size12Link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.CCCLink {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover.CCCLink {
	color: #CCCCCC;
	text-decoration: underline;
}

a.FFFLink {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.FFFLink {
	color: #FFFFFF;
	text-decoration: underline;
}

a.FFFLinkbold {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover.FFFLinkbold {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.anylinkcss{
position: absolute;
visibility: hidden;
}

.anylinkcss a{
display: block;
}

a.subMenuLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover.subMenuLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.CCC {
	color: #CCCCCC;
}

.FFF {
	color: #FFF;
}

.FFFbold {
	color: #FFF;
	font-weight: bold;
}

.FFF14bold {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

.yellowbold {
	color: #F0AF03;
	font-weight: bold;
}

.size14 {
	font-size: 14px;
}

fieldset { 
	border: 1px solid #CCC; 
}

div.grayedOut {
	position: fixed;
 	top: 0px; 
	left: 0px;
 	z-index: 10;
	display: none;
	width: 100%;
	height: 100%;
	background: #333;
	filter:alpha(opacity=80); 
	-moz-opacity:0.8;
}

div.popup {
	position: fixed;
 	top: 35%;
    left: 35%;
	width: 300px;
	height: 200px;
	background: #FFF;
	border: 1px solid #000;
	z-index: 30;
	display: none;
}

