BODY, TD, TH {
	color : #BBBBBB;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	background : #000000;
}

P {
	color : #BBBBBB;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	background : transparent;
}

H1  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 16pt;
}

H2  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 15pt;
}

H3  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 14pt;
}


.reddashedline {
	border-top: red dashed thin;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.reddashedbottom {
	border-bottom: red dashed thin;
	border-top: none;
	border-left: none;
	border-right: none;
}

.header  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
}

.tblborder {
	background: #555555;
	color: inherit;
}

.highlight  {
	background: #353535;
}

.center  {
	text-align : center;
}

.alert {
	color: #FF0000;
	background : transparent;
}

.titleheader {
	font-size : 18pt;
	font-weight : bold;
	border: red ridge thin;
	padding: 4px;
	width: 390px;
	position:relative;
	left:100px;
}

.biggest {
	font-size : 18pt;
	font-weight : bold;
/*	border: red ridge thin; */
	padding: 4px;
	position:relative;
	left:100px;
	width:400px;
}

.bigger {
	font-size : 12pt;
	font-weight : bold;
}

.right {
	text-align : right;
}

.small {
	font-size : 9pt;
}

.smaller {
	font-size : 8pt;
}

a.bigger { font-size: 14pt; font-weight: bold; color: green; }
a.indented { position: relative; left: 100px; }
a:link, a:active { color: #ffb019; font-weight: bold; }
a:visited { color: #d38d01; font-weight: bold; }
a:hover { color: white; }

.red { color: #ff0000; }

.wowcolor { color: #ffb019; font-weight: bold; }

/* .root {
	color: #FF0000;
	background : transparent;
	font-size : 11pt;
}*/

.gameroot {
	color: #00FF00;
	background : transparent;
	font-size : 11pt;
}

.yellow {
	color : #000000;
	background : #BBBB00
}

.bgred {
	color : #000000;
	background : #CC0000
}

.bggreen {
	color : #000000;
	background : #00CC00	
}

.blue {
	color : #3333FF;
	background : #000000	
}

