/* CSS Document */
BODY 
{
	FONT-SIZE: 13px; 
   font-family: Arial;
	text-align: center;
	margin: 0px;
	background-color: white;
	height: 100%;
	width: 100%;
	color: #000000;
	scrollbar:no;
}
HTML
{
	FONT-SIZE: 13px; 
    font-family: sans-serif;
	text-align: center;
	margin: 0px;
	background-color: white;
	height: 100%;
	width: 100%;
	color: #000000;
	scrollbar:no;
}
.MainTable
{
	height: 100%;
	width: 100%;
}
.MaintableSite
{
 	width: 700px;
 	height: 430px;	
}
.MainTableEnox
{
  width: 800px;
  height:420px;
  border: 2px dotted;
  border-color:#000883;
  text-align: center;
 }
 a:link {
	color:  #000883;
	text-decoration: none;
	 font-weight: bold;
}
a:hover {
	color: #000883;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #000883;
	text-decoration: none;
	font-weight: bold;
}

