body {
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
a:link {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;

}
a:hover {
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #CCCC9A;
}
a:visited {
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
}
.texts {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

.TITLES {
	font-family: Verdana;
	font-size: 26px;
	font: bold;
	color: #00000;
}

.cells  {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.cells A:visited {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;	
}

.cells A {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;	
   background-color: #333333; 
	width: 100%;
	height: 100%;
	font-weight: bold;
}

.cells A:hover {
   color: #FFFFFF;
   background-color: #999933;  
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.SUBTITLES	{
	font-family: Verdana;
	font-size: 20px;
	font: bold;
	color: #990000;
}