
a:link
{
	color: #FF3300; 
}
a:visited
{
	color:  #800080; 
} 
a:active 
{
	color: #CC0000;
}
a:hover 
{
	color: #FF0000;
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: #FFCC99;
	font-size: 10pt;
}

h1
{
	font-family: Arial, Verdana; 
	color: #800000;
	font-size: 18pt;
	
}

h2
{
	font-family: Arial, Verdana;
	color: #FF3300;
	font-size: 16pt;
	
}

.title {
	color: #FF3300;
	font-family: Verdana, Arial, Helvetica;	
	font-weight: bold; 
	font-size: 10pt;
}

.text {
	color: #990000;
	font-family: Verdana, Arial, Helvetica;	
	font-weight: bold; 
	font-size: 10pt;
	
}

.note {
	font-family: Arial, Verdana, Helvetica;	
	font-size: 11pt;
	font-weight: bold;
}

.footer {
	font-family: Verdana, Arial, Helvetica;	 
	font-size: 8pt;
	
}

.formatTable {
	background-image: url('bg.jpg');
	float: right;
	width: 99%;
		
}

.formatTable2 {
	background-image: url('bg.jpg');
	width: 80%;
	white-space: nowrap;
	
	
}

.formatTable3 {
	background-image: url('bg.jpg');
	width: 100%;
	white-space: nowrap;
	
}

td, th {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	
	
}

