﻿BODY {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	MIN-HEIGHT: 550px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	COLOR: white; 
	PADDING-TOP: 0px; 
	FONT-FAMILY: Arial,Helvetica,sans-serif; 
	HEIGHT: 100%; 
	BACKGROUND-COLOR: #333333
}
.MenuItem
{
	BORDER-LEFT: white 2px solid; 
	BORDER-RIGHT: white 0px solid; 
	FONT: bold 12pt Arial; 
	COLOR: white; 
	BORDER-BOTTOM: white 1px solid; 
	POSITION:relative;
	TOP: 0px; 
	text-align:center;
	HEIGHT: 25px; 
	width:320px;
	BACKGROUND-COLOR:Green;
	
}
.MenuItemBody
{
	BORDER-LEFT: white 2px solid; 
	BORDER-RIGHT: white 0px solid; 
	 text-align:left;
	FONT: bold 14pt Arial; 
	COLOR:Green;
	BORDER-BOTTOM: white 1px solid; 
	POSITION:relative;
	TOP: 0px; 
	HEIGHT: 25px; 
	BACKGROUND-COLOR:White 
}
.MenuItemLI
{	BORDER-LEFT: white 2px solid; 
	BORDER-RIGHT: white 0px solid; 
	FONT: bold 14pt Arial; 
	COLOR:Black;
	BORDER-BOTTOM: white 1px solid; 
	POSITION:relative;
	TOP: 0px; 
	text-align:center;
	HEIGHT: 25px; 
	BACKGROUND-COLOR:White 

}
.MenuItemHoverLast 
{	BORDER-LEFT: white 2px solid; 
	BORDER-RIGHT: white 2px solid; 
	FONT: bold 9pt Arial; 
	COLOR: white; 
	BORDER-BOTTOM: white 1px solid; 
	POSITION:relative; 
	TOP: 0px; 
	text-align:center;
	HEIGHT: 25px; 
	width:160px;
   background-color :Silver;

}
.address
{
 color: #666666; 
 font: normal 8pt Arial; 
}
.SubTitle
{
  color:white;
  background-color:#2B65EC;
  font-family:tahoma; 
  font-size:15px; 
  font-weight: bold;
  padding:10px;
  cursor:default; 
}