.pageTitle
{
	font-family: Arial;
	font-size: 18px;
	color: #55BB11;
	font-weight: bold;
	padding-bottom: 6px;
	line-height: 20px;
}

.introPara
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	line-height: normal;
}

.functionLabel
{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	line-height: 14px;
}

.prominent2Label
{
	font-family: Arial;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	line-height: 15px;
}

.prominentLabel
{
	font-family: Arial;
	font-size: 14px;
	color: Black;
	font-weight: bold;
	line-height: 15px;
}

.errorLabel
{
	font-family: Arial;
	font-size: 12px;
	color: Red;
	font-weight: bold;
	line-height: 14px;
}

.minorSectionHeading
{
	font-family: Arial;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	padding-top: 6px;
	line-height: 14px;
}

.errorText
{
	font-size: 12px;
	color: Red;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 6px;
	line-height: 14px;
}

.whiteText
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 14px;
}

.majorSectionHeading
{
	font-family: Arial;
	color: #55BB11;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
}


A:link
{
	font-family: Arial;
	font-size: 12px;
	color: #0055BB;
	font-weight: normal;
	text-decoration: underline;
}

body
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 6px;
	line-height: 14px;
}

.backgroundColor1
{
	background-color:#D8E0EB;
}
.backgroundColor2
{
	background-color:#55BB11;
}
.backgroundColor3
{
	background-color:#CCCCCC;
}
.backgroundColor4
{
	background-color:#FFFFFF;
}
.backgroundColor5
{
	background-color:#E7E7E7;
}