body {
    
    background-color: #FFFFFF;	
    background-image: url();
    background-repeat: repeat;
}

.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


/* text style for the Menu */
.Menu {
    font-weight: Normal;
    font-size: 14px;
    color: #484C50;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
	 
}

/* text style for the Breadcrumb*/
.Breadcrumb {
    font-weight: Normal;
    font-size: 14px;
    color: #484C50;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the Breadcrumb */
A.Breadcrumb:link {
    text-decoration:    none;
    color: #484C50;
}

A.Breadcrumb:visited  {
    text-decoration:    none;
    color: #484C50;
}

A.Breadcrumb:active   {
    text-decoration:    none;
    color: #484C50;
}

A.Breadcrumb:hover    {
    text-decoration:    none;
    color: black;
}

/* hyperlink style for the Menu */
A.Menu:link {
    text-decoration:    none;
    color: #484C50;
}

A.Menu:visited  {
    text-decoration:    none;
    color: #484C50;
}

A.Menu:active   {
    text-decoration:    none;
    color: #F7941D;
}

A.Menu:hover    {
    text-decoration:    none;
    color: #F7941D;
}

/* text style for the Login */
.Login {
   color: #7E8481; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 13px; 
	font-weight: bold; 
}


/* hyperlink style for the Login */
A.Login:link {
    text-decoration:    none;
    color: #484C50;
}

A.Login:visited  {
    text-decoration:    none;
    color: #484C50;
}

A.Login:active   {
    text-decoration:    none;
    color: #484C50;
}

A.Login:hover    {
    text-decoration:    none;
    color: black;
}


/* text style for the Currentdate */
.Currentdate {
    font-weight: Normal;
    font-size: 12px;
    color: #484C50;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}



/* text style for the User */
.User {
    font-weight: Normal;
    font-size: 12px;
    color: #484C50;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}


/* hyperlink style for the User */
A.User:link {
    text-decoration:    none;
    color: #484C50;
}

A.User:visited  {
    text-decoration:    none;
    color: #484C50;
}

A.User:active   {
    text-decoration:    none;
    color: #484C50;
}

A.User:hover    {
    text-decoration:    none;
    color: black;
}


/* text style for the Terms */
.Terms {
    font-weight: Normal;
    font-size: 12px;
    color: #484C50;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* text style for the Copyright */
.Copyright {
    font-weight: Normal;
    font-size: 12px;
    color: #d1deea;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
/* text style for the Links */
.Links {
    font-weight: Normal;
    font-size: 12px;
    color: #484C50;
    font-family: Arial, Helvetica;
    text-decoration: none;
}


/* hyperlink style for the Links */
A.Links:link {
    text-decoration:    none;
    color: #484C50;
}

A.Links:visited  {
    text-decoration:    none;
    color: #484C50;
}

A.Links:active   {
    text-decoration:    none;
    color: #484C50;
}

A.Links:hover    {
    text-decoration:    none;
    color: black;
}



/* hyperlink style for the Terms */
A.Terms:link {
    text-decoration:    none;
    color: #484C50;
}

A.Terms:visited  {
    text-decoration:    none;
    color: #484C50;
}

A.Terms:active   {
    text-decoration:    none;
    color: #484C50;
}

A.Terms:hover    {
    text-decoration:    none;
    color: black;
}

/* hyperlink style for the Copyright */
A.Copyright:link {
    text-decoration:    none;
    color: #d1deea;
}

A.Copyright:visited  {
    text-decoration:    none;
    color: #d1deea;
}

A.Copyright:active   {
    text-decoration:    none;
    color: #d1deea;
}

A.Copyright:hover    {
    text-decoration:    none;
    color: #FFFFFF;
}

/* text style for the Privacy */
.Privacy {
    font-weight: Normal;
    font-size: 12px;
    color: #484C50;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}


/* hyperlink style for the Privacy */
A.Privacy:link {
    text-decoration:    none;
    color: #484C50;
}

A.Privacy:visited  {
    text-decoration:    none;
    color: #484C50;
}

A.Privacy:active   {
    text-decoration:    none;
    color: #484C50;
}

A.Privacy:hover    {
    text-decoration:    none;
    color: black;
}

/* Main Menu */

.MainMenu_MenuContainer td {
 vertical-align: bottom;
}
.MainMenu_MenuContainer {
 vertical-align: bottom;



}

.MainMenu_MenuContainer img {
 vertical-align: bottom;
 
 
}	

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:69;
	width: 87px;	
	vertical-align: bottom;
	background-image: url(menubg.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 13px;
	padding-left: 13px;
	
	
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #7E8481; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 13px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
	vertical-align: middle;
	
	 
	
	
	
}

.MainMenu_RootMenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #484C50; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 13px; 
	font-weight: bold; 
	vertical-align: bottom;
	
	
	
	 
	
		
	
}

.MainMenu_RootMenuItemActive {
	cursor: pointer; 
	cursor: hand; 
	color: #F7941D; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 13px; 
	font-weight: bold; 
	background-position: right;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	height:69;
	width: 87px;
	vertical-align: bottom;
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 13px;
	padding-left: 13px;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: White;
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: White; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=135, Strength=3) ; 
	border-bottom: #000000 0px solid;
	border-left: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	background-image: none;
}

.MainMenu_MenuBreak {
	border-bottom: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid;  
	border-right: #000000 0px solid; 
	background-color: white; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: #F7941D; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 13px; 
	font-weight: bold; 
	font-style: normal;	
}

.MainMenu_MenuArrow {
	color: black; 
	cursor: pointer; 
	cursor: hand; 
	
	
}

.MainMenu_RootMenuArrow {
	
	cursor: pointer; 
	cursor: hand;
	color: black; 
	 background-image: none;
	 
	 padding-left: 0px;
	 padding-right: 0px;
	
}

.SubMenu_ItemSelected {
	cursor: pointer; 
	cursor: hand; 
	color: #F7941D; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 13px; 
	font-weight: bold; 
	font-style: normal;
	background-image: none;
	background:#F0F8FF;	
}



.Normal
{
    color: #394e60;
	font-size: 11px;
	font-family: tahoma;
 
}



.LeftPane {

margin: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
background-color: #white;
}

.ContentPane {

margin: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
background-color: #white;

}

.RightPane {

margin: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
background-color: #white;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:  Bold;
    color: #394E60;
}







