<style>

a {text-decoration: none;}
a:link {
	color: #CC3366;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	text-decoration: underline;
	color: #CC3300;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
P {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
}
.BIGNUMBERS {font-size: 18pt}
.SMALLCAPS {font-size: 16pt}

.style2 {font-size: 7pt}
.style4 {font-size: 10pt}
.style8 {
	font-size: 10pt;
	color: #663300;
	font-weight: bold;
}
.style10 {font-size: 8pt; color: #CC6600; 
}
.style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 9pt;
}
.style12 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10pt;
}
.style13 {
	font-size: 18pt;
	font-weight: bold;
}

body,td,th {
	color: #8C3300;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 00px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: circle;
	list-style-image: url(arrow.gif);
}

</style>

