body
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 10pt;
	color: #000;
	padding: 10px; 
	margin: 0;
	background-color: #fff;
}
h1, .heading1
{
	font-weight: bold;
	font-size: 12pt; 
	color: #000;
	display: inline;
	
}
h2, .heading2
{
	font-weight: bold; 
	font-size: 10pt; 
	color: #000000;
	
}
h3, .heading3
{
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	text-transform: uppercase;
	
}
.introduction
{
	font-weight: bold;
}
.imagetext 
{
	font-style: italic; 
	
}
.red
{
	color: #CC0000;
	
}
hr
{
	height: 1pt;
	color: #ddd;
}
a
{
	color: Black;
}

a:visited
{
	color: Black;
}

a:hover
{
	color: Black;
}

p a
{
    color: Black;
}

.PageBreaker    
{
	page-break-before:always;    
}  