﻿
body{
	background-color: #8A9B74
}



table        
{ 
	background-color: #FFFFFF; 
	font-size:10pt 
}




body{
	margin:0px; font-family:Tahoma;
	font-size:8pt; 
	color:#000000
}




/* Hyperlinks */


a:link {
	color : #800000;
	text-decoration: none;
}

a:visited{
	color : #800000;
	text-decoration : none;
}

a:hover, a:visited:hover{
	color : #800000;
	text-decoration : underline;
}


a:hover      
{ 
	text-decoration: underline 
}





/* Headings */


h1           
{ 
	color: #808080; 
	font-size:12pt; 
	font-weight:bold; 
	text-transform:uppercase 
}


h2           
{
	color: #800000;
	font-size: 11pt;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 8px;
}
h3           
{
	color: #800000;
	font-size: 11pt;
	font-weight: bold;
	text-transform: capitalize;
}


h4           
{ 
	color: #000000; 
	font-size:8pt; 
	font-weight:bold; 
	font-variant:small-caps}
	
	
h5           
{ 
	color: #000000; 
	font-size:8pt; 
	font-weight:bold; 
	text-transform:uppercase; 
	text-decoration:underline}



h6           
{ 
	color: #000000; 
	text-transform:uppercase; 
	font-size:8pt 
}



ul           
{ 
	list-style-image:url('images/bullet.gif') 
}