@charset "utf-8";
.skins {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFC;
}
.tableheader {
	background-color: #6F0;
}
.tableheader2 {
	background-color: #6F3;
}
.tableheader3 {
	background-color: #3F3;
}
.tableheader4 {
	background-color: #FC0;
}
.tableheader5 {
	background-color: #CCC;
}
.tableheader6 {
	background-color: #FFFF33;
}
.tableheader7 {
	background-color: #F60;
}
.tableheader8 {
	background-color: #F90;
}
.tableheader9 {
	background-color: #F99;
}
.tableheader10 {
	background-color: #F33;
}
.total {
	background-color: #99FF00;
}
.highlight:hover {
	background-color:#FF3;
}
.select:hover {
	background-color:#FF0;
}
.driver {
	color:#66CC00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFC;
}
.normal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFC;
}
.item {
	color:#99CC66;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFC;
}

.h2 {
	font-family:Felix Titling;
	font-size: 18px;
}

.h3 {
	font-family:Felix Titling;
	font-size: 16px;
}

a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: grey;
  background-color: transparent;
  text-decoration: none;
}