/* General */

UL		  				{ font-family:Arial, Helvetica;
		   				  font-size:10px;}

P		  				{ font-family:Arial, Helvetica;
						  font-size:12px;}

TD		  				{ font-family:Arial, Helvetica;
						  font-size:10px;
						  color:#333333; }

H1		  				{ font-family:verdana,geneva,sans-serif;
						  font-size:16px;
						  font-weight:bold; }

H2		  				{ font-family:verdana,geneva,sans-serif;
						  font-size:14px;
						  font-weight:bold; }

A		  				{ text-decoration:none;
						  font-weight:bold; }
A:link	  				{ color:rgb(255,0,0); }
A:visited 				{ color:rgb(255,0,0); }
A:active  				{ color:rgb(0,0,255); }
A:hover	  				{ color:#FF0000; }

body
{
	font-family: Arial, Helvetica;
	font-size: 10px; 
	font-weight: regular; 
	background-color:#4D5A4B;
	color: rgb(0,0,128);
}
Normal
{
	font-family: Arial, Helvetica;
	font-size: 12px; 
	font-weight: regular; 
	color: rgb(0,0,128);
}

/* Includes */

.bodycopy
{
	font-family: Arial, Helvetica;
	font-size: 10 pt; 
	font-weight: bold; 
	color: rgb(0,0,128);
}
table
{
	table-border-color-light: rgb(0,0,0);
	table-border-color-dark: rgb(0,0,0); 
	background-color: rgb(255,255,255); 
}
.tableheading
{
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-color: rgb(0,0,160); 
}
.tabletext
{
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: regular; 
	font-color: rgb(0,0,160); 
}
.tabletitle
{
	font-family: Tahoma; 
	font-size: 12pt; 
	font-weight: bold; 
	font-color: rgb(0,0,160); 
}
.tablesubtitle
{
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-color: rgb(0,0,160); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: rgb(255,0,0);
	size: 18pt; 
	font-weight: bold; 
}
h2
{
	color: rgb(0,0,160); 
	size: 14pt; 
	font-weight: bold; 
}
h3
{
	color: rgb(0,0,0); 
	size: 12pt; 
	font-weight: bold; 
}
h4
{
	color: rgb(0,0,0);
}
h5
{
	color: rgb(0,0,0);
}
h6
{
	color: rgb(0,0,0);
}
