A.menu:ACTIVE { color: yellow; }
A.menu:VISITED { color: white; }
A.menu:LINK { color: white; }
A.menu:HOVER { color: white; }

A.menu { text-decoration: underline; }
A { text-decoration: none; }

A:ACTIVE { color: red }
A:VISITED { color: blue }
A:LINK { color: blue }
A:HOVER { color: red }

.body { font-family: verdana, arial, helvetica; font-size: 9pt; color: black; }
.bodyb { font-family: verdana, arial, helvetica; font-size: 9pt; color: black; font-weight: bold; }
.bodyrev { font-family: verdana, arial, helvetica; font-size: 9pt; color: white; }
.bodyrevb { font-family: verdana, arial, helvetica; font-size: 9pt; color: white; font-weight: bold; }
.news { font-family: verdana, arial, helvetica; font-size: 10pt; color: black; }
.newsb { font-family: verdana, arial, helvetica; font-size: 10pt; color: black; font-weight: bold; }
.newsrev { font-family: verdana, arial, helvetica; font-size: 10pt; color: white; }
.newsrevb { font-family: verdana, arial, helvetica; font-size: 10pt; color: white; font-weight: bold; }
.header { font-family: verdana, arial, helvetica; font-size: 14pt; color: black; }
.headerrev { font-family: verdana, arial, helvetica; font-size: 14pt; color: white; }
.tiny { font-family: verdana, arial, helvetica; font-size: 7pt; color: black; }
.tinyrev { font-family: verdana, arial, helvetica; font-size: 7pt; color: white; }
.subbie { font-family: verdana, arial, helvetica; font-size: 8pt; color: black; }
.input { font-size: 8pt; background-color: white; }
.button { font-family: verdana, arial, helvetica; font-size: 8pt; background-color: black; font-weight: bold; color: white; }

.tableL { font-family: verdana, arial, helvetica; font-size: 9pt; background-color: #757575; color: white; font-weight: bold; vertical-align: middle; text-align: right;}
.tableR { font-family: verdana, arial, helvetica; font-size: 9pt; background-color: #DDDDDD; color: black; font-weight: normal; vertical-align: middle; text-align: left; }
.tableB { background-color: #BBBBBB; color: black; font-weight: normal; vertical-align: middle; text-align: center; }
.tabletopper { background-color: black; font-family: verdana, arial, helvetica; font-size: 9pt; color: white; font-weight: bold; }

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: ;
}