.text
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	color:#333333;
}

.header1black
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	font-weight: bold;
	color:#000000;
}

.header2red
{
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 18px; 
	line-height: 24px;
	color:#990000;
}


p {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	color: #000000;
}

li {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	color: #000000;
}

a:link 
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px
	font-style: bolder;
	text-decoration: none;
	color:#000000;
}
a:visited {text-decoration: none; color:#000000}
a:hover {text-decoration: underline; color:#000000}
a:active {text-decoration: underline; color:#000000}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color:#FFFFFF;
	text-align: center;

}


.imgLeft
{
	float: right;
	padding-left: 10px; 
	padding-bottom: 10px;
}
