

/*              -=Updated style classes =-               */
/*-----------------------------------------------------------*/

/*NavigationTop class is used for the top navigation style*/
.NavigationTop
{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000080;
	font-weight: bold;
}
.NavigationTop:hover
{
	color: #336699;
	text-decoration: none;
}

/*NavigationSub class is used for the sub navigation titles under the top navigation*/
.NavigationSub
{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000080;
	font-weight: bold;
	
}
.NavigationSub:hover
{
	color: #336699;
	text-decoration: none;
}

/*BodyText class is used for the main body copy*/
.BodyText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	text-decoration: none;
	list-style-type: disc;
	list-style-position: outside;
}
.BodyText:link
{
	color: #000080;
	text-decoration: underline;
}
.BodyText:visited
{
	color: #336699;
	text-decoration: underline;
}
.BodyText:hover
{
	color: #336699;
	text-decoration: underline;
}

/*BodyTextHead class is used for headings within the main body content*/
.BodyTextHead
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000080;
	text-decoration: none;
}

/*TextSubHead1 class is used for lower level titles*/
.TextSubHead1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000080;
	text-decoration: none;
}

/*TextSubHead2 class is used for lower level titles*/
.TextSubHead2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000080;
	text-decoration: none;
}

/*TextFooter class is used for page footer copy*/
.TextFooter
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Black;
	text-decoration: none;
}
.TextFooter:link
{
	color: #000080;
	text-decoration: none;
}
.TextFooter:visited
{
	color: #336699;
	text-decoration: none;
}
.TextFooter:hover
{
	color: #000080;
	text-decoration: underline;
}

/*TextPhoto class is used for formatting photo captions*/
.TextPhoto
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	color: #000080;
	text-decoration: none;
}

/*TextDate class is used for formatting the date of last updating a page*/
.TextDate
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	color: #000080;
	text-align: left;
}