.tdCopyright
{
	padding-left: 25px;
	padding-bottom: 2px;
	font-family: verdana;
	font-size: 10px;
	color: Black;
}

.Login
{
	font-family: verdana;
	font-size: 10px;
	color: White;
	vertical-align: middle;
}

A.Login:link {
    text-decoration:    none;
    color:white;
	 vertical-align: middle;
}

A.Login:visited  {
    text-decoration:    none;
    color:#eeeeee;
	 vertical-align: middle;
}

A.Login:active   {
    text-decoration:    none;
    color:white;
	 vertical-align: middle;
}

A.Login:hover    {
    text-decoration:    none;
    color: Red;
	 vertical-align: middle;
}

.Copyright
{
	font-family: verdana;
	font-size: 10px;
	color: Black;
}

A.Copyright:link {
    text-decoration:    none;
    color:Black;
}

A.Copyright:visited  {
    text-decoration:    none;
    color: Black;
}

A.Copyright:active   {
    text-decoration:    none;
    color:Black;
}

A.Copyright:hover    {
    text-decoration: underline;
    color: black;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:20;
	background-color: Transparent;
	max-height: 20px;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #336666; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: Transparent;
	height: 20px;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 20;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: White;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
	color: #707070;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand;
	color: White; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #999999;
	height: 20px;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.tdLogin
{
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	max-height: 26px;
	padding-right: 10px;
}

.Head
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	font-weight: bold;
}

.MainWrapperTable
{
	border-left: 1px solid Black;
	border-right: 1px solid Black;
}
