/* General */

UL		  				{ font-family:Verdana, Arial, Helvetica;
		   				  font-size:10pt;}

P		  				{ font-family:Verdana, Arial, Helvetica;
		     			  font-size:10pt;}

H1		  				{ font-family:Verdana, Arial,sans-serif;
						  font-size:24pt;
						  font-weight:bold; }

H2		  				{ font-family:Verdana, Arial,sans-serif;
						  font-size:18pt;
						  font-weight:bold; }

A		  				{ text-decoration:none;
						  font-weight:bold; }
A:link	  				{ color:#0000FF; }
A:visited 				{ color:#800080; }
A:active  				{ color:#C000C0; }
A:hover	  				{ color:#C000C0; }

body
{
	font-family: Verdana, Arial;
	font-size: 10 pt; 
	font-weight: regular; 
	background-color: #0105C3;
	color: #000000;
}
Normal
{
	font-family: Verdana, Arial;
	font-size: 10 pt; 
	font-weight: regular; 
	color: #000000;
}

/* Includes */

.bodycopy
{
	font-family: Verdana, Arial;
	font-size: 8 pt; 
	font-weight: regular; 
	color: #000000;
}
.homepagecopy
{
	font-family: Verdana, Arial;
	font-size: 16 pt; 
	font-weight: bold; 
	color: #ffcc00;
}

.normalhomepage
{
	font-family: Verdana, Arial;
	font-size: 10 pt; 
	font-weight: regular; 
              padding-right: 8px;
	color: #FFFF101;
}

.normalinterpage
{
	font-family: Verdana, Arial;
	font-size: 10 pt; 
	font-weight: regular; 
              padding-right: 10px;
	color: #000000;
}

.caption
{
	font-family: Verdana, Arial;
	font-size: 8 pt; 
	font-weight: bold; 
	color: #000000;
}

.listingheading
{
	font-family: Verdana, Arial;
	font-size: 18 pt; 
	font-weight: bold; 
	color: #000000;
}

.justified
{
	font-family: Verdana, Arial;
	font-size: 10 pt; 
	font-weight: regular; 
              text-align: justify;
	color: #000000;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: #FF0000;
	size: 24pt; 
	font-weight: bold; 
}
h2
{
	color: #FF0000; 
	size: 18pt; 
	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);
}

