BODY {
	background : #800000;
	margin : 10;
}
table.outer {
	border: 10pt ridge navy;
	width: 760;
	height: 580;
	background-color : White;
}
TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-color : White;
}

A:ACTIVE {
	color : Navy;
	font-weight : bold;
}
A:HOVER {
	color : Navy;
	text-decoration : underline;
	font-weight : bold;
}
A:LINK {
	color : Navy;
	text-decoration : none;
	font-weight : bold;
}
A:VISITED {
	color : Navy;
	font-weight : bold;
	text-decoration : none;
}

HR {
	color : Navy;
	height : 2px;
	width: 97%;
}
H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Navy;
}
H1.Printer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 25px;
	color : #800000;
}

.style1 {
	font-size: 9px
}

.style2 {	
	font-size: 9px;
	font-weight: bold;
	color: Navy;
}
input.textbox{
	background : white;
	border : 1pt solid #800000;
	font : 10px Verdana,  Arial, Helvetica, sans-serif;
}

input.checkbox{
	background : white;
	border : 1pt ridge #800000;
}

textarea{
	background : white;
	border : solid #800000 1pt;
	font :  10px Verdana, Arial, Helvetica, sans-serif;
}
select {
	border : solid #800000 1pt;
	font :  10px Verdana, Arial, Helvetica, sans-serif;
}
input.submit{
	background : #800000;
	border : outset 1pt navy;
	font :  10px Verdana, Arial, Helvetica, sans-serif;
	color : White;
	width : 80px;
}