BODY	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #191970;
	font-size: 12pt;
	background-color: #EEFFFE;
	margin-left: 5px;
	margin-top: 5px;	
	margin-right: 5px;
	margin-bottom: 5px;	
	}
	
H1	{
	font-size: 18pt;
	font-weight: bold;
	}	

H2	{
	font-size: 16pt;
	font-weight: bold;
	}

H3	{
	font-size: 14pt;
	font-weight: bold;
	}

H4	{
	font-size: 12pt;
	font-weight: bold;
	}
	
H5	{
	font-size: 10pt;
	font-weight: bold;
	}
	
H6	{
	font-size: 8pt;
	font-weight: bold;
	}

A.page:link { color: #191970;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
	 }
A.page:visited { color: #191970;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
	}
A.page:active { color: #336600;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
	 }			
A.page:hover { color: #336600;
	background: transparent;
	text-decoration:underline;
	font-weight: bold;
	font-style: italic;
	 }
		 
PRE	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	}

UL, OL	{
	font-size: 10pt;
	} 

.s	(
	font-weight: bold;
	)

.italic	(
	font-style: italic;
	)

.bc	{
	 border-collapse: collapse; 
	 }
	 	 
.hilite	{
	color: #66DDFF;
	background-color: transparent;
	}

