
/* ********************************************************** */
/* COMMON                                                     */
/* ********************************************************** */

.BlockLink 
{
	display:block;
	height: 15px;
	}

.PlainText 
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana,Sans-Serif;
	text-decoration: none;
	text-align: center;	
}

.LeftAlign {text-align: left !important;}
.Center {text-align: center !important;}
.RightAlign {text-align: right !important;}

.White {color: #FFFFFF;}
.Grey {color: #828282;}

/* ********************************************************** */
/* MAIN MENU : ALL MENU                                       */
/* ********************************************************** */

.MainMenu 
{
	height: 45px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.HeaderArea.Sup TD {background: #FFFFFF;}
.HeaderArea.Sup A {color: #828282;}

.MainMenu.Top TD {background: #EFF0EF;}
.MainMenu.Top A {color: #828282;}

.MainMenu.Bottom TD {background: #d7702d;}
.MainMenu.Bottom A {color: #FFFFFF;}

.MainMenu a:link, .HeaderArea a:link
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana,Sans-Serif;
	text-decoration: none;
}

.MainMenu a:visited, .HeaderArea a:visited
{
	font-size: 10px;
	font-family: Verdana,Sans-Serif;
	font-weight:bold;
	text-decoration : none;
}

.MainMenu a:hover, .HeaderArea a:hover
{
	font-size: 10px;
	font-family: Verdana,Sans-Serif;
	font-weight:bold;
	text-decoration : underline;
}

/* ********************************************************** */
/* SUB MENU					                                  */
/* ********************************************************** */

.SubMenu .Indent {padding-left: 7px;}

.SubMenu .Active {color: #D7702D;}
.SubMenu .Inactive {color: #294F7E;}

.SubMenuHead
{
	color: #D7702D;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana,Sans-Serif;
	text-decoration: none;
	text-align: Left;
	padding-bottom: 5px;	
	}
	
.SubMenu TD
{
	height: 15px;
}
	
.SubMenu a:link
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana,Sans-Serif;
	text-decoration: none;
}

.SubMenu  a:visited
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana,Sans-Serif;
	text-decoration: none;
}

.SubMenu a:hover
{
	
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana,Sans-Serif;
	text-decoration: underline;
}


