.Body 
{
	margin-top: 2px;
	width:800px;
	vertical-align:middle;	
}
.MenuGroup
{
	cursor: pointer;
	cursor: hand;
	border: 1px solid #D2DBE0;
	border-top:none;
	border-bottom:none;
}
.MainItem 
{
	background-image: url(Images/ItemBg.gif);
	cursor: pointer;
	cursor: hand;	
	font-size: 10px;
	font-family: Arial, Verdana;
	color: #1B5E86;
	width: 97px;	
	font-weight:normal;
	text-align:center;
	height: 26px;
}
.MainItemOver
{
	background-image: url(Images/MainItemOver.gif);
	cursor: pointer;
	cursor: hand;
	border: 1px solid Grey;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #000;
	width: 101px;
	font-weight: bold;
	text-align:center;	
	height: 31px;
}
.MenuItem
{
	background-image:url(Images/ItemBg.gif);
	font-family: Arial, Verdana;	
	color: #596770;
	cursor: pointer;
	cursor: hand;
	font-size: 10px;
	padding-left: 1px;
	height: 26px;
	width: 140px;
	text-align: left;
}
.MenuItemOver
{	
	font-family: Arial, Verdana;
	font:10px;
	font-weight: bold;	
	border-top: 0px;
	color: #000000;
	cursor: pointer;
	cursor: hand;
	font-size: 10px;
	padding-left: 0px;
	height: 26px;
	width: 140px;
	text-align: left;
}

.MenuItemFirst
{
	background-image:url(Images/ItemFirstBg.gif);
	font-family: Arial, Verdana;
	height: 37px;
	border: 1px solid White;
	border-top: 0px;
	color: #596770;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	padding-left: 6px;
	text-align: left;
}

.MenuItemFirstOver
{
	background-image:url(Images/ItemFirstBg.gif);
	font-family: Arial, Verdana;
	height: 37px;
	border: 1px solid white;
	border-top: 0px;
	color: #000000;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	padding-left: 6px;
	text-align: left;
}

.Separator
{	
	margin: 0px;
	border-right: 2px solid #C5C5C5;
	height: 2px;	
}
.Links
{
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: black;
    text-align: left;
}
.Image
{
    width:280;
    height:360;
    border:2;   
    border-right: #ffffff 1px solid; 
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid; 
    border-bottom: #ffffff 1px solid;
    
}
.Text
{
    font-family: Arial, Verdana;
    font-size: 12px;    
    color: black;
    text-align:justify;
  }

