/* General */

UL		  				{ font-family:Arial, Helvetica;
		   				  font-size:10pt;}

P		  				{ font-family:Arial, Helvetica;
		     			  font-size:10pt;}

H1		  				{ font-family:Arial,geneva,sans-serif;
						  font-size:14pt;
						  font-weight:bold; }

H2		  				{ font-family:Arial,geneva,sans-serif;
						  font-size:12pt;
						  font-weight:bold; }

A		  				{ text-decoration:none;
						  font-weight:bold; }
A:link	  				{ color:#0000FF; }
A:visited 				{ color:#800080; }
A:active  				{ color:#FF0000; }
A:hover	  				{ color:#FF0000; }

body
{
	font-family: Arial, Helvetica;
	font-size: 10 pt; 
	font-weight: regular; 
	background-color: #384f7b;
	color: #000000;
}
Normal
{
	font-family: Arial, Helvetica;
	font-size: 10 pt; 
	font-weight: regular; 
	color: #000000;
}

/* Includes */

.bodycopy
{
	font-family: Arial, Helvetica;
	font-size: 10 pt; 
	font-weight: bold; 
	color: #000000;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Helvetica;
}
h1
{
	color: #FF0000;
	size: 14pt; 
	font-weight: bold; 
}
h2
{
	color: #FF0000; 
	size: 12pt; 
	font-weight: bold; 
}
h3
{
	color: rgb(0,0,0); 
	size: 10pt; 
	font-weight: bold; 
}
h4
{
	color: rgb(0,0,0);
}
h5
{
	color: rgb(0,0,0);
}
h6
{
	color: rgb(0,0,0);
}
a.fix:link	  				{ color:#0000FF; text-decoration: underline;}
a.fix:visited 				{ color:#0000FF; text-decoration: underline; }
a.fix:active  				{ color:#FF0000; text-decoration: underline; }
a.fix:hover	  				{ color:#FF0000; text-decoration: underline; }

.quotebox { background: #CEDEFD; padding: 10px; border: 1px solid #CCCCCC; }
.quotebox2 { float: left; }
.quotebox3 { float: right; }