@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--
#navigation ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-indent: -2.5em;
	list-style: none;
	text-decoration: none;
	text-align: right;
	line-height: 2.8em;
}

#navigation li {
list-style: none;
}

#navigation ul a:hover{
color: #CC0000
}


#navigation2 ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-indent: -2.5em;
	list-style: none;
	text-decoration: none;
	text-align: left;
	line-height: 2.8em;
	
	}
	
#body h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	}
	
#body h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	}
	
	#body p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	}
	
	#body a{
	color: #000033;
	}

	#body a:hover{
	color: #CC0000;
	}


-->
</style>

