BODY{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
A:LINK{
	text-decoration: none;
}
A:VISITED{
	text-decoration: none;
}
A:HOVER{
	color: Blue;
	text-decoration: underline;
}
CAPTION{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}
TD{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: bold;
	font-weight: bold;
	color: Maroon
}
H2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	font-weight: bold;
	color: DarkBlue
}
#border{
	border-style: solid;
	border-width: thin;
	border-color: #336699;
	padding:.15in .15in .15in .05in;
	margin-top:0em;
}