body {
	background: #000;
}
A {
	color: #99CCFF;
	text-decoration: none;
	}
A:link 	{ color:#99CCFF; text-decoration:none; }
A:visited	{ color:#99CCFF; text-decoration:none; }
A:active	{ color:#99CC66; }
A:hover		{ color:#fc0; }

#banner {
	font-family: verdana, arial, sans-serif;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	
	background: #000;
	padding: 15px;
	text-transform: lowercase;
	letter-spacing: .3em;
	}
#navigation {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 10px;
	}
.title {
	font-family: verdana, arial;
	font-size: 10px;
	color: #D35BD3;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .2em;
	padding-bottom:10px;
	}

.text { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: normal; color: #FFF; }
.small { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 9px; font-weight: normal; color: #FFF; }
.done {font-size:9px; color:#999999;}
HR { color: #999; }



.bold { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold; color: CCFFFF; background-color: 000066;}
.heading { font-family: Helvetica, Arial, sans-serif; font-size: 15px; font-weight: bold; color: CCFFFF; background-color: 000066; }

.reverseHeading { font-family: Helvetica, Arial, sans-serif; font-size: 15px; font-weight: bold; color: White; background-color: Navy; padding: 2; }

