@charset "utf-8";
/* CSS Document */
* { margin:0;}
body { background:#00539f; font-family:tahoma;}

.bottom_text
{
    font-family: Tahoma, Verdana, Arial, helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}
.bottom_text a:link
{
    font-family: Tahoma, Arial, Verdana, helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #ffffff;
    text-decoration: underline;
}
.bottom_text a:active
{
    font-family: Tahoma, Arial, Verdana, helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #ffffff;
    text-decoration: underline;
}
.bottom_text a:visited
{
    font-family: Tahoma, Arial, Verdana, helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #ffffff;
    text-decoration: underline;
}
.bottom_text a:hover
{
    font-family: Tahoma, Arial, Verdana, helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #ff7d00;
    text-decoration: none;
}
.contentPane
{
    font-family: Tahoma, Verdana, Arial, helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
.contentPane a:link
{
    font-family: Tahoma, Arial, Verdana, helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #00ae42;
    text-decoration: none;
}
.contentPane a:active
{
    font-family: Tahoma, Arial, Verdana, helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #00ae42;
    text-decoration: none;
}
.contentPane a:visited
{
    font-family: Tahoma, Arial, Verdana, helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #00ae42;
    text-decoration: none;
}
.contentPane a:hover
{
    font-family: Tahoma, Arial, Verdana, helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #ff7d00;
    text-decoration: none;
}
/* Main Menu Styles */

/* Menu Container CSS Class */
.MainMenu_MenuContainer 
{
    background-color: #00ae42;
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: normal;
    color: #ffffff;
    border: white 2px;
    text-decoration: none;
    width: 200px;
}
/* Menu Bar CSS Class */
.MainMenu_MenuBar 
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
    background-color: Transparent;
    height:  30px;
    border: white 5px;
}
/* Menu Item CSS Class */
.MainMenu_MenuItem 
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: bold;
	color: #ffffff;
    text-decoration: none;
	border-bottom: white 5px;
	border-top: white 5px;
	border-right: white 5px;
	border-left: white 5px;
	background-color: transparent;
}
/* Menu Icon CSS Class */
.MainMenu_MenuIcon 
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
    background-color: Transparent;
	border-bottom: white 2px;
	border-top: white 2px;
	border-right: white 2px;
	border-left: white 2px;
}
/* SubMenu CSS Class */
.MainMenu_SubMenu 
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
	background-color: #00ae42;
	height: 30px;
	border: white 2px;
}
/* Menu Break CSS Class */
.MainMenu_MenuBreak 
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
    background-color: Transparent;
}
/* Menu Item CSS Class for mouse-over */
.MainMenu_MenuItemSel 
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: bold;
    color: #ff7d00;
    text-decoration: none;
	background-color: Transparent;
	height: 30px; 
}
/* Menu Arrow CSS Class */
.MainMenu_MenuArrow 
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
    background-color: Transparent;
	border-bottom: white 2px;
	border-top: white 2px;
	border-right: white 2px;
	border-left: white 2px;
}
/* Menu Root Arrow CSS Class */
.MainMenu_RootMenuArrow 
{
    font-family: Tahoma,Verdana,arial,helvetica;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
    background-color: Transparent;
}


