body
{
}

a
{
	font-family: Arial;
	color: #666666;
	font-weight:normal;
}

a:visited
{
	color:#6F6F6F;
}

.lightcontrol
{
	background-color:#EEEEEE;
	font-family: Arial;
	font-size: 10pt;
}

.FormTableHeader
{
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	background-color:#666666;
}

.FormTableContent
{
	text-align: left;
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
	color: #555555;
	background-color:#DDDDDD;
	border-color: #DDDDDD;
	text-align:left;
}

.FormTableSelected
{
	text-align: left;
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
	color: #555555;
	background-color:#C8C8C8;
	border-color: #DDDDDD;
	text-align:left;
	font-style:italic;
}

.FormButton
{
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
	color: #555555;
	text-align:center;
	background-color:#E0E0E0;
}

.MainPage
{
	background-color:#F5F5F5;
}

.MenuGroup {
  background-color:#EFB001;
  border:2px; 

}
.MenuItem {
  color:black;
  font-family:verdana; 
  font-size:12px; 
  padding:2px;
  padding-left:10px;
  padding-right:10px;
  cursor:hand;
}
.MenuItemOver {
  background-color:black; 
  color:#EFB001; 
  font-family:verdana; 
  font-size:12px; 
  padding:2px;
  padding-left:10px;
  padding-right:10px;
  cursor:hand;
}

.TabView
{
	text-align:left;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color: #666666;
} 

A.TabView:LINK		{Text-Decoration: none;} 
A.TabView:VISITED	{Text-Decoration: none;}
A.TabView:HOVER		{Text-Decoration: underline;}

