body {
    font-family: Arial, Helvetica, Verdana, sans-serif;
	  font-size: 11px;
	  color: #000000;
}
p {
    font-family: Arial, Helvetica, Verdana, sans-serif;
	  font-size: 11px;
	  color: #000000;
}
td {
    font-family: Arial, Helvetica, Verdana, sans-serif;
	  font-size: 11px;
		color: #000000;
}
.head	{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.textboxBold {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

.lblSummaryBold {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}	
a:hover {
	text-decoration: none;
	color: #000000;
}
.blue	{
	color: #003366;
}
.red	{
	color: #cc0000;
}
.white	{
	color: #FFFFFF;
}
a.white:link {
	text-decoration: underline;
}
a.white:visited {
	text-decoration: underline;
}	
a.white:hover {
	color: #000000;
	text-decoration: underline;
}
.consumer	{
	color: #804000;
}
.consumerhead	{
	font-weight: bold;
	font-size: 12px;
	color: #804000;
}	
textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

input {
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
select {
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.PrimaryLink
{
	color: #999999;
	font-family: Arial;
	font-size: 20px;
	text-decoration: none;
}
.RegularText
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
}