<style TYPE-"type/css">  
  <!--
  BODY  {
	margin-left : 0;
	margin-top : 0;
	font : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A:link  {
	color : #0000FF;
}

A:visited  {
	color : #0000FF;
}

A:hover  {
	text-decoration : italic;
	color : #000000;
}

.smallfont 
{
    font-family : Arial;
    font-size: 8pt;
}

.bigfont {
    font-family : Arial;
	font : 14pt;
}

.headingfont {
	font : bold 15pt;
}
.titlefont {
    font-family : Arial;
    font-size: 18pt;
}

.smallcentered {
	font : 9pt;
	text-align : center;
}

.smallitalic {
	font : italic 9pt;
}

.classPageBreak { page-break-after: always } 

.fakelink { cursor: hand; text-decoration: underline; color: blue }


