/* Body Styles ----------  */
html, body
{
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
}

H1, H2, H3
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 200%;
	text-decoration: none;
}

H2 { font-size: 150%; }
H3 { font-size: 125%; }

/* Major Tag Styles ----------  */
A:link
{
	color: #00F;
	text-decoration: underline;
}

A:visited
{
	color: #006;
	text-decoration: underline;
}

A:hover
{
	color: #F00;
	text-decoration: none;
}

A:active
{
	color: #F00;
	text-decoration: none;
}

.darkbg
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #CCCCCC;
	background-color: #003366;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

A.darkbg:link
{
        color: #FFFFFF;
        text-decoration: underline;
}
A.darkbg:visited
{
        color: #CCCCCC;
        text-decoration: underline;
}

A.darkbg:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

A.darkbg:active
{
	color: #FFFFFF;
	text-decoration: none;
}


TD
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	text-decoration: none;
}

TH
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
}


ul
{
	margin-left: 10px;
	padding-left: 10px;
}

li
{
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.bodyGeneric
{
	color: #0000CC;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

A.bodyGeneric:link
{
	color: #00F;
	text-decoration: none;
}

A.bodyGeneric:visited
{
	color: #006;
	text-decoration: none;
}

A.bodyGeneric:hover
{
	color: #F00;
	text-decoration: underline;
}

A.bodyGeneric:active
{
	color: #F00;
	text-decoration: underline;
}

.bodySubhead
{
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

.bodyText, .bodyTextBold, .bodyTextItal, .bodyTextTitle, .bodyTextSmall, .bodyTextTiny, .bodyTextDB
{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

.bodyTextSmall
{
	font-size: 10;
}

.bodyTextDB
{
	font-size: 10;
	color: #003366;
}

.bodyTextTiny
{
	font-size: 9;
	font-weight: normal;
}


.bodyText
{
	line-height: 1.4;
	font-weight: normal;
}

.required
{
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}

.bodyTextItal
{
	font-weight: normal;
	font-style: italic;
}

A.bodyText:link
{
	color: #00F;
	text-decoration: underline;
}

A.bodyText:visited
{
	color: #006;
	text-decoration: underline;
}

A.bodyText:hover
{
	color: #F00;
	text-decoration: none;
}

A.bodyText:active
{
	color: #F00;
	text-decoration: none;
}

.bodyTitle
{
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
}

.bodySubtitle
{
	font-size: 14px;
	margin: 10px;
	padding: 10px;
}

.header
{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	white-space: nowrap;
	background-color: #999999;
	vertical-align:top;
	padding-left: 7px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
}

A.header:link
{
	color: #FFFFFF;
	text-decoration: none;
    padding: 0px 0px 0px 0px;
}

A.header:visited
{
	color: #FFFFFF;
	text-decoration: none;
    padding: 0px 0px 0px 0px;
}

A.header:hover
{
	color: #FFCC00;
	text-decoration: none;
    padding: 0px 0px 0px 0px;
}

A.header:hover
{
	color: #FFCC00;
	text-decoration: none;
    padding: 0px 0px 0px 0px;
}

.headerWhite
{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}


