@charset "utf-8";

.links {
    background-color: #000000;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
}
a:link {
    color: #666666;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #666666;
}
a:active {
    text-decoration: none;
    color: #666666;
}

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
    font-size: 12px;
}

.cellMain {
	background-color: #000000;
	color: #FFD645;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-position: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	vertical-align: top;
	background-attachment: fixed;
	font-weight: bold;
}

.cellHeading {
    background-color: #FFD645; 
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;  
    text-align: center;                       
}

.cellFixed {
	width: 1px;
	background-color: #000000;
}

.cellFooter {
	color: #000000;
	background-color: #FFD457;
	text-align: center;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.cellFooter p {
    font-size: 11px;
}

.cellBody {
	background-color: #000000;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
}
.siteBy {
    font-size: 10px;
    color: #666666;
}
