.Title
{
	font-weight: bold;
	font-size: 14pt;
	color: #FFFF00;
	font-family: Arial, Verdana;
	background-color: #006600;
}


.Header1
{
	font-size: 16pt;
}
.address
{
	font-weight: bold;
	font-size: 8pt;
	color: #FFFF00;
	font-family: Arial, Verdana;
}
A.address:link
{
	font-weight: bold;
	font-size: 8pt;
	color: #FFFF00;
	font-family: Arial, Verdana;
}
A.address:visited
{
	font-weight: bold;
	font-size: 8pt;
	color: #FFFF00;
	font-family: Arial, Verdana;
}
A.address:active
{
	font-weight: bold;
	font-size: 8pt;
	color: #FFFF00;
	font-family: Arial, Verdana;
}
A.address:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: #FFFF00;
	font-family: Arial, Verdana;
}


.HorizontalNavBar
{
	font-weight: bold;
	font-size: 10pt;
	color: #FFFF00;
	font-family: Arial, Verdana;
	background-color: #006600;
}
.headerbackground
{
	background-color: #006600;
}
.horizontalnavlink
{
	font-size: 10pt;
	color: white;
	font-family: Arial, Verdana;
	background-color: #006600;
	text-decoration: none;
}
.FooterText
{
	font-size: 8pt;
	color: white;
	font-family: Arial, Verdana;
	background-color: #006600;
}
.verticalnav
{
	font-size: 10pt;
	color: white;
	font-family: Arial, Verdana;
	background-color: #006600;
}
.verticalnavlink
{
	font-size: 10pt;
	color: white;
	font-family: Arial, Verdana;
	background-color: #006600;
	text-decoration: underline;
}
.bodytext
{
}
.whitespace
{
	background-color: white;
}












/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color:white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:white;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:white;
}

/* Main Menu */

.MainMenu_MenuContainer
{
	background-color: #006600;
}

.MainMenu_MenuBar {
	height: 18px;
}

.MainMenu_MenuItem {
	color: white; 
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 8pt; 
	border-left: gainsboro 0px solid; 
	border-bottom: gainsboro 0px solid; 
	border-top: gainsboro 0px solid; 
	border-right: gainsboro 0px solid;
}

.MainMenu_MenuIcon {
	background-color: gainsboro; 
	border-left: gainsboro 1px solid; 
	border-bottom: gainsboro 1px solid; 
	border-top: gainsboro 1px solid; 
}

.MainMenu_SubMenu {
	background-color: gainsboro; 
	/* filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; */
	border-bottom: gainsboro 1px solid; 
	border-left: gainsboro 1px solid; 
	border-top: gainsboro 1px solid; 
	border-right: gainsboro 1px solid;
}

.MainMenu_MenuBreak {
	border-bottom: gainsboro 1px solid; 
	border-left: gainsboro 0px solid; 
	border-top: gainsboro 1px solid;  
	border-right: gainsboro 0px solid; 
	background-color: gainsboro; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: gainsboro; 
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 8pt; 
	font-weight: bold;
	color: white; 
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	border-right: gainsboro 1px solid; 
	border-bottom: gainsboro 1px solid; 
	border-top: gainsboro 0px solid;
	color: white;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: white;
}

