<STYLE TYPE="TEXT/CSS" >
<!--

A:link{ 
	text-decoration: none; color:#0000FF;              /* normal blue */
	}

A:visited{ 
	text-decoration: none; color:#0070DF;              /* lighter blue */ /*another option is #6666FF*/
	}

A:active{
	text-decoration: none; color: gold;              /* browser's gold */
	}

A:hover{
	color: gold; text-decoration: none;	              /* browser's gold */ /* "overline underline" is cool!*/
	}

A:hover.navlink{									/* NOT IN USE */
	background: #BBBBBB;
	}

BODY{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: justify;
	color:#808080;	              /* normal grey */
	}

@media print{
	BODY{
		color: black;
		}
	A:link{
		text-decoration: underline;
		}
	A:visited{
		text-decoration: underline;
		}
	A:active{
		text-decoration: underline;
		}
	}

.title{
	font-family: impact,verdana, arial, helvetica, sans-serif;
	font-size: 24pt;
	font-weight:bold;
	color: #606060;              /* darker grey */
	}

.smalltitle{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold, heavy;
	color: #606060;              /* darker grey */

	}

.subtitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #606060; 
	}

.nolink{
	text-decoration: underline;
	}

.emphasize{
/*	Font-weight: bolder;*/
	color: #404040;
	}

TD.norm{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	text-align: justify;
	color:#808080;	              /* normal grey */
	}

TD.right{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	text-align: right;
	color: #808080;	              /* normal grey */
	}

HR.short {
	width:75%;
	}

//-->
</STYLE>