a:link
{
	color: #000000; 
}

a:visited
{
	color: #000000; 
} 
a:active 
{
	color: rgb(255,51,0);
}
.body
{
	font-family: Verdana, Arial, Helvetica;
	font-size:10pt
}


table
{
	table-border-color-light: rgb(255,255,102);
	table-border-color-dark: rgb(0,0,0); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: #FFFFFF; 
	font-size:16pt; 
	font-weight:bold;
	margin-bottom:2;
	margin-top:2
}
h2	{
	color: rgb(0,0,0);
	font-size:12pt; 
	font-weight:bold;
	margin-bottom: 5	
	}

h3	{	color: rgb(204,51,0);
		font-size:11pt; 
		font-weight:bold;
		margin-bottom:2
	}
h4
{
	color: #FF6666;
}

.BusinessInfo { font-family: Verdana;
				font-size: 7pt; 
				color: #FFFFFF; 
				font-weight: bold; 
                text-align: center; 
                margin-top: 4; 
                margin-bottom: 4; 
                text-transform:uppercase; letter-spacing:1 
                }
                
p             { font-family: verdana; 
			    font-size: 10pt; 
			    line-height: 130%; 
			    margin-top: 0; 
                margin-bottom: 0 }
                
.SmallBoldHeadingGrey 
			  { font-family: tahoma;
			    font-size: 10pt; 
				color: #666666; 
				text-transform:uppercase 
               }
               
.SmallBoldHeadingBlack 
			  { font-family: Verdana;
			    font-size: 8pt; 
				color: #000000; 
				font-weight: bold; 
				text-transform:uppercase;
				text-align: center 
               }     
               
.DbResultsHeadingRed
	{	color: rgb(204,51,0);
		font-size:10pt; 
		font-weight:bold;
		margin-top:5;
		margin-bottom:5
	}
.DbResultsDesc
			{ font-family: verdana; 
			    font-size: 10pt; 
			    line-height: 130%; 
			    margin-top: 4; 
                margin-bottom: 0; 
                text-align:left; 
                margin-left:4; 
                margin-right:4 
                }