html, body {
        font-family:    Verdana, Arial, Helvetica, sans-serif;
        font-size:      14px;
        text-decoration: none;
        background-color: white;
	color:		black;
}

a:link, a:visited {
	color:		blue;
	text-decoration: underline;
}
a:hover {
	color:		red;
	background:	rgb(255,255,255);
	text-decoration: underline;
}

table {
	text-align:	center;
}

.border1 {
	border-color:	black;
        text-align:	center;
	border-width:	5px;
}

.border2 {
	border-top: thin solid blue;
	border-right: thin solid blue;
	border-bottom: thin solid blue;
	border-left: thin solid blue;

}

.fblack {
	color:		black;
}

.fred {
	color:		red;
}

.fineprint {
	font-size:	12px;
	text-decoration: none;
        text-align:	center;
}

.label {
	font-size:	14px;
	font-weight:	bold;
	color:		maroon;
	text-align:	right;
}
.legend {
	font-size:	12px;
	font-weight:	bold;
	color:		black;
	text-align:	center;
        vertical-align: text-top;
}
.inform {
        font-size:	14px;
	font-weight:	bold;
	color:		blue;
	text-align:	center;
}
.warn {
	font-size:	14px;
	font-weight:	bold;
	font-style:	italic;
	color:		red;
	text-align:	center;
}
.tabletest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #0000FF;
	margin: auto;
	clear: none;
	float: none;
	height: auto;
	width: auto;
	border: thin solid #0000FF;
}
.leftnav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #0000FF;
	margin: auto;
	clear: none;
	float: none;
	height: auto;
	width: auto;
	border: thin solid #0000FF;
}
.boxer-red{
background: #fff;
border: none;
float: inherit;
font-family: Elephant, Impact, serif;
font-size: 3em ;
color: #900;
padding: 2px 5px 2px 5px;
}
