/* CSS Document */
BODY 
{
	FONT-SIZE: 11px; 
   font-family: sans-serif;
	text-align: center;
	margin: 0px;
	height: 100%;
	width: 100%;
	color: #000000;
}
HTML
{
	FONT-SIZE: 11px; 
   font-family: sans-serif;
	text-align: center;
	margin: 0px;
	height: 100%;
	width: 100%;
	color: #000000;
}
.MainTable
{
	height: 100%;
	width: 100%;
}
.MaintableSite
{
 	width: 700px;
 	height: 430px;	
}
.MainTableEnox
{
  width: 100%;
  height:420px;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  text-align: center;
 }
 a:link {
	color:  red;
	text-decoration: none;
	 font-weight: bold;
}
a:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: red;
	text-decoration: none;
	font-weight: bold;
}