a:link {
    color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
a:hover {
	color: #A8E5FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.sub:link {
    color: #A8E5FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
a.sub:visited {
	color: #A8E5FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
a.sub:hover {
	color: #A8E5FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A8E5FF;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.smallbluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A8E5FF;
}
.maincellSPL {
	background-color: #020303;
}
.maincell {
	background-color: #020303;
	background-image: url(images/main-back.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rightcell {
	background-color: #CCCCCC;
	background-image: url(images/right-fill.jpg);
	background-repeat: repeat-y;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #020303;
}
.dashed-sep {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}
