﻿BODY
{	color:#ffffff;
	font-family:Verdana, helvetica, sans-serif;
	font-size: 8pt;
	margin: 3px;
	background-color: #dfdfdf;
	
}
a {
	COLOR:#ffffff;
}
a:visited {
	COLOR:#ffffff; TEXT-DECORATION: none
}
a:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
a:hover {
	COLOR:#ababab; TEXT-DECORATION:none
}

td
{
 text-align:left;
 font-size:8pt;
 font-family:Verdana, helvetica, sans-serif;
}
.menu
{
	padding :5px 5px 5px 5px;
	color :White ;
	cursor :hand;
 font-family :Tahoma  ;
 font-size :7pt;
 font-weight :bold ;
 
}
.menu a
{
	color :#ffffff;
	 text-decoration :none;
}
.menu a:hover
{
	color :#8711ff;
	 text-decoration :none;
}
.submenu
{
	text-align :left ;
	font-family :Tahoma  ;
 font-size :7pt;
 cursor :hand;
	width :120px;
	padding :5px 5px 5px 5px;
	background-color :Black ;
	position :absolute ;
	color :white ;
	visibility:hidden ;
	filter:alpha(opacity=80);
  opacity:0.8;
  
	
}

.submenu a
{
	text-decoration :none;
	color:White ;
}
.submenu a:hover
{
	
	color:#9c9596 ;
}
.over
{
	/*background-image :url(images/back.gif);
	background-repeat :no-repeat  ;
	background-position :right ;*/
	color :#000000;
	background-color :White ;

}
.over a
{
	
	color :#8711ff;
}
.out
{
	background-color :Black ;
 color :White;
 
}