<!--
/*
Main Style sheet
By Steven Meyer, 1/15/2001
*/
BODY {
	background-image : ;	
	font-family : Arial, sans-serif, Helvetica;
	color : Black;
	font-size : 10pt;
	background-color : White;
	margin-left : 16px;
	margin-top : 4px;
}
H1.title{
	color : #FF0000;
	font-size : 20pt;
}
.menu, .menu:active{
	color : #0000FF;
	font-weight : bold;
	text-decoration : none;
	font-size : 14px;
}
.menu:Hover{
	color : #FF0000;
}
.caption {
	color : #0000FF;
	font-size : 9pt;
	font-style : italic;
}
.title1 {
	color : #EE1818;
	font-weight : bold;
	font-size : 14pt;
}
.LSFcolor{
	background-color : #41F8F8;
}
-->