.mainText
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

.mainText A
{
	color: #0066cc;
	text-decoration: none;
}

.mainText A:Hover
{
	text-decoration: underline;
}

.blueText
{
	font-family: Arial;
	font-size: 12px;
	color: #3d7aa1;
}

.blueText A
{
	color: #0066cc;
	text-decoration: none;
}

.redHeadings A
{
    color: #964738;
    font-family: Tahoma, Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    }
    
.redHeadings A:hover
{
    color: #000000;
    text-decoration: underline;
    }

.blueText A:Hover
{
	text-decoration: underline;
}

.greenText
{
	font-family: Arial;
	font-size: 12px;
	color: #b6b635;
}

.greenText A
{
	color: #0066cc;
	text-decoration: none;
}

.greenText A:Hover
{
	text-decoration: underline;
}

.subHeaderNoBold
{
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}

.subHeader
{
	font-family: Arial;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.subHeaderBlue
{
	font-family: Arial;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}
.subHeaderBlue A
{
	color: #0066cc;
	text-decoration: none;
}
.subHeaderBlue A:Hover
{
	color: #0066cc;
	text-decoration: underline;
}

