/* ------ Common Styles ------ */
body
{
	margin: 0px;
	padding: 0px;
}

a
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

.Copyright
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

.InnerCopyright
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

/* ------ Primary Nav Styles ------ */
.MenuText, a.MenuText
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #ffffff !important;
	text-decoration: none;
	font-weight: normal;
}

a.MenuText:Hover
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #000000 !important;
	text-decoration: none;
	font-weight: normal;
}

.MenuTextSel
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #000000 !important;
	text-decoration: none;
	font-weight: normal;
}

.MenuSep
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

/* ------ Footer Nav Styles ------ */
.FooterText
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	padding-right: 30px;
}

a.FooterText:Hover
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	padding-right: 30px;
}

/* ------ Home Styles ------ */
.HomeH1
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #FF601B;
}

.HomeH2
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.HomeText
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	line-height: 18px;
}

.HomeTextWhite
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

/* ------ Sub Styles ------ */
.SubH1
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #04077C;
	display: block;
}

.SubH2
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
}

.SubText
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	line-height: 18px;
}

.SubTextBold
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	line-height: 18px;
}