A.menu { font-family: arial, helvetica; font-size: 8pt; color: white; text-decoration: none; }

A.menu:ACTIVE { color: red; }
A.menu:VISITED { color: white; }
A.menu:LINK { color: white; }
A.menu:HOVER { color: blue; }

A { text-decoration: none; }

A:ACTIVE { color: red }
A:VISITED { color: blue }
A:LINK { color: blue }
A:HOVER { color: red }

.body { font-family: arial, helvetica; font-size: 9pt; color: black; }
.bodyb { font-family: arial, helvetica; font-size: 9pt; color: black; font-weight: bold; }
.bodyrev { font-family: arial, helvetica; font-size: 9pt; color: white; }
.bodyrevb { font-family: arial, helvetica; font-size: 9pt; color: white; font-weight: bold; }
.news { font-family: arial, helvetica; font-size: 10pt; color: black; }
.newsb { font-family: arial, helvetica; font-size: 10pt; color: black; font-weight: bold; }
.header { font-family: arial, helvetica; font-size: 14pt; color: black; }
.headerrev { font-family: arial, helvetica; font-size: 14pt; color: white; }
.menuheader { font-family: arial, helvetica; font-size: 12pt; color: black; font-weight: bold; }
.menuheader2 { font-family: arial, helvetica; font-size: 10pt; color: black; font-weight: bold; }
.menutext { font-family: arial, helvetica; font-size: 8pt; color: black; }
.menutext2 { font-family: arial, helvetica; font-size: 7pt; color: black; }
.tiny { font-family: arial, helvetica; font-size: 7pt; color: black; }
.tinyrev { font-family: arial, helvetica; font-size: 7pt; color: white; }
.input { font-size: 8pt; background-color: white; }
.input2 { font-size: 7pt; background-color: white; }
.button { font-family: arial, helvetica; font-size: 8pt; background-color: black; font-weight: bold; color: white; }

.linker { border-color: black; }

.tableL { font-family: arial, helvetica; font-size: 9pt; background-color: #00427a; color: white; font-weight: bold; vertical-align: middle; text-align: right;}
.tableR { font-family: arial, helvetica; font-size: 9pt; background-color: #DDDDDD; color: black; font-weight: normal; vertical-align: middle; text-align: left; }
.tableB { background-color: #cccccc; color: black; font-weight: normal; vertical-align: middle; text-align: center; }
.tabletopper { background-color: black; }

table.automatic {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: #000000;
	border-collapse: separate;
	background-color: #ffffff;
}
table.automatic th {
	border-width: 0px;
	border-style: inset;
	border-color: #000000;
	-moz-border-radius: ;
}
table.automatic td {
	border-width: 0px;
	border-style: inset;
	border-color: #000000;
	-moz-border-radius: ;
}