/*
.f {color:#ffffff;font-size:12px;font-family:arial,san-serif;font-weight:bold;}
*/
.f {color:#ffffff;}
.g {color:yellow;font-size:17px;font-family:arial,san-serif;}
.h {color:#aaaaff;font-size:12px;font-family:arial,san-serif;}
.attrvalue {color:#000000;font-size:12px;font-family:arial,san-serif;}
.attrname {color:#000000;font-size:12px;font-family:arial,san-serif;}
.statsheader {color:#000000;font-size:12px;font-family:arial,san-serif;font-weight:bold}

.aclass:visited,
.aclass:active,
.aclass:link {
	color: #FFFFFF;
	text-decoration: none;
   color:#ffffff;
	font-size:12px;
	font-family:arial,san-serif;
	font-weight:bold;
}

.test{
	background: #000000;
}

.test:hover{
	background: #FFFFFF;

}

.aclass:hover{
	/*text-decoration : underline;*/
	color: #FFFFFF;
}

.option{
	color: #990000;
	margin-left: 3px;
	cursor: pointer;
	font-weight: bold;
}

td{
	font-size: 12px;
	font-family: arial,san-serif;
}

body {
	background-color:#ffffdd;
}

h1 {
	font-size: 20px;
	color: #990000;
	display: inline;
}

a:visited,
a:active,
a:link {	
	color : #990000;
	text-decoration : underline;
}

.header {
	text-align: right;
	font-weight: bold;
	color: #990000;
}

.smallheader {
	font-weight: bold;
	color: #ffffff;
	font-size: 8pt;
	text-align: center;
	background: #990000;
}

/* Sortable tables */
table.sortable a.sortheader {
	background-color:#990000;
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-size: 12px
}

table.sortable span.sortarrow {
	color: #ffffff;
	text-decoration: none;
}

#RightBar{
   background-color: #990000;
	font-weight: bold;
	font-size: 7pt;
	font-family: verdana;
	color: #ffffff;
	width: 100px;
}

#RightBar hr{
   color: #000000;

}

#RightBar h1{
   font-size:7pt;
	color: #ffff00;
}

