<HTML>
<HEAD>
<TITLE>StyleSheets</TITLE>
<style type="text/css">
<!--
BODY {		
		font-family: Arial, Tahoma, Helvetica;
		font-size: 8pt;
}
TD {
		font-family: Tahoma, Arial, Helvetica;
		font-size: 10pt;
}

a {		font-family: Arial, Tahoma, Helvetica;
		
}
a:link {	text-decoration: none;
		color: #003399;
}
a:visited {	text-decoration: none;
		color: #003399;

}
a:active {	text-decoration: underline;
		color: #000000;
}
a:hover {	text-decoration: underline;
		color: #003399;
}

a.menu:link {	text-decoration: none;
		color: #666666;
		font-size: 10pt;
}

a.menu:visited {text-decoration: none;
		color: #666666;
		font-size: 10pt;
}

a.menu:active {	text-decoration: underline;
		color: #000000;
}
a.menu:hover {	text-decoration: underline;
		color: #003399;
}


.ten {		font-family: Arial, Tahoma, Helvetica;
		text-decoration: none;
		font-size: 10pt;
}

		
.eleven {	font-family: Arial, Tahoma, Helvetica;
                text-decoration: none;
		font-size: 11pt;
}

.twelve {	font-family: Arial, Tahoma, Helvetica;
                font-weight: bold;
		text-decoration: none;
		font-size: 12pt;

}
.eight {	font-family: Tahoma, Arial, Helvetica;
		text-decoration: none;
		font-size: 8pt;
}

.eight_menu {	font-family: Tahoma, Arial, Helvetica;
		text-decoration: none;
		font-size: 8pt;
		color: #330066;
}

.seven {	font-family: Tahoma, Arial, Helvetica;
		text-decoration: none;
		font-size: 7pt;
}

.darkest {	
                font-family: Tahoma, Arial, Helvetica;
		text-decoration: none;
		background-color: #330066;
}

.light {	
                font-family: Tahoma, Arial, Helvetica;
		text-decoration: none;
		background-color: #e4e4d3;
}

.shadow {
	font-size: 13pt;	
	position: relative;
	color: #666666;

}

.shadow span {position: absolute; top: 1px; left: -2px; color: black;}

.shadow1 span {position: absolute; top: 2px; left: 70px; color: black;}

.shadow a:link {	text-decoration: none;
		color: #666666;
}

.shadow a:visited {text-decoration: none;
		color: #666666;
}

.shadow a:active {	text-decoration: none;
		color: #000000;
}
.shadow a:hover {	text-decoration: none;
		color: #003399;
}



-->
