body
{
	background-attachment: fixed;
	background-image: url(images/homeBg.gif);
	background-repeat: repeat-x;
}


.standardText
{
	font-weight: normal;
	font-size: 11px;
	color: BLACK;
	font-family: Verdana, Arial;
}


.standardTextWhite
{
	font-family: Verdana, Arial;
	color: White;
	font-size: 11px;
	font-weight: normal;
}

.footerText
{
	font-family: Verdana, Arial;
	color: White;
	font-size: 10px;
	font-weight: normal;
}


.boldStandardTextWhite

{
	font-family: Verdana, Arial;
	color: White;
	font-size: 11px;
	font-weight: bold;
}

.boldStandardTextOffWhite

{
	font-family: Verdana, Arial;
	color: Silver;
	font-size: 11px;
	font-weight: bold;
}


.boldStandardText

{
	font-family: Verdana, Arial;
	color: Black;
	font-size: 11px;
	font-weight: bold;
}

.boldStandardHeading

{
	font-family: Verdana, Arial;
	color: F7931E;
	font-size: 11px;
	font-weight: bold;
}

.boldStHd14

{
	font-family: Verdana, Arial;
	color: F7931E;
	font-size: 14px;
	font-weight: bold;
}

.boldStHdPurple

{
	font-family: Verdana, Arial;
	color: 47184E;
	font-size: 11px;
	font-weight: bold;
}

.boldStHdPurple14

{
	font-family: Verdana, Arial;
	color: 47184E;
	font-size: 16px;
	font-weight: bold;
}

.boldArialHdPurple14

{
	font-family: Trebuchet MS;
	color: 47184E;
	font-size: 17px;
	font-weight: bold;
}

P
{
	margin-top: 9px;
	margin-bottom: 9px;
		
}


A
{
	color:Blue;
	text-decoration: none;
}

A:hover
{
	color:Blue;
	text-decoration: underline;
}


A:link
{
	color:Blue;
}

A.footerLink
{
	font-family: Verdana, Arial;
	color: FFBE72;
	font-size: 10px;
	font-weight: normal;
}


A.footerLink:hover

{
	font-family: Verdana, Arial;
	color: FFBE72;
	font-size: 10px;
	font-weight: normal;
	text-decoration:underline;
}

A.footerLink:Link
{
	font-family: Verdana, Arial;
	color: FFBE72;
	font-size: 10px;
	font-weight: normal;
}

UL
{
	text-align:left;
}

.divPad1
{
	padding-left: 10px;
	padding-right:10px;
	padding-bottom:10px;
}