A:link { color: black; }
A:active { color: black; }
A:visited { color: black; }
A:hover { color: red; }

.bevel {
	border-style: solid;
	border-width: 1px;
	border-left-color: #e0e0e0;
	border-right-color: #9c9c9c;
	border-top-color: #e4e4e4;
	border-bottom-color: #939393;
}

.button {
	font: normal 11px/11px arial;
	border-style: solid;
	border-width: 1px;
	border-left-color: #e0e0e0;
	border-right-color: #9c9c9c;
	border-top-color: #e4e4e4;
	border-bottom-color: #939393;
}

.greybutton {
	font: normal 8pt/12pt arial;
	background-color: #c7c7c7;
	border-style: solid;
	border-width: 1px;
	border-left-color: #e0e0e0;
	border-right-color: #9c9c9c;
	border-top-color: #e4e4e4;
	border-bottom-color: #939393;
}

.header1 {font: bold 14pt arial;}
.header2 {font: bold 12pt arial;}
.normal {font: normal 11px arial;}
.large {font: normal 9pt/10pt arial; vertical-align: top;}
.tiny {font: normal 7pt/8pt arial;
}


.redtext {
	font: normal 12px arial;
	color:#ff0000;
}

.redtextsmall {
	font: normal 10px arial;
	color:#ff0000;
}

.whitetext {
	font: normal 12px arial;
	color:white;
}

.nolink {
	text-decoration: underline;
	color: white;
}