body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color:#ffffff;
	background : #000000;
}

a:link {
	text-decoration : none;
	color : #3399ff;
}

a:visited {
	text-decoration : none;
	color : #3399ff;
}

a:hover {
	text-decoration : underline;
	color : #3399ff;
}

a:active {
	text-decoration : none;
	color : #3399ff;
}

.activelink {
	text-decoration : underline;
	color : #3399ff;
}

b {
	font-weight: bold; 
}

.b {
	font-weight: bold; 
}

td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

td.whiteBg {
	background : #FFFFFF;
}

td.darker {
	background : #EDEBEB;
}

td.darkest {
	background : #999999;
}

td.merlot {
	background: #990000;
}

tr.darker {
	background : #EDEBEB;
}

tr.darkest {
	background : #999999;
}

td.re {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.center { 
	text-align:center
}

.bigger {
	font-size : 15px;
}

.title {
	font-size : 18px;
	font-weight: bold; 
	color : #FF9900;
}

.smaller {
	font-size : 10px;
}

.form {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.error {
	color: red;
	font-weight: bold;
}

.red {
	color: red;
}

.green {
	color: #186321;
}

.white {
	color: white;
}

.blue {
	color: blue;
}

.navy {
	color: navy;
}

.orange {
	color : #FF9900;
}

.merlot {
	color : #990000;
}

.messageboard {
	color : #B6B6B6;
	background : #353535;
}
