/* CSS Document */
BODY 
{
	FONT-SIZE: 11px; 
   font-family: sans-serif;
	text-align: center;
	margin: 0px;
	background-color: white;
	height: 100%;
	width: 100%;
	color: #000000;
	scrollbar:no;
	background-image:url(images/BG.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
HTML
{
	FONT-SIZE: 11px; 
    font-family: sans-serif;
	text-align: center;
	margin: 0px;
	background-color:  white;
	height: 100%;
	width: 100%;
	color: #000000;
	scrollbar:no;
	background-image:url(images/BG.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
.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:  #6A7616;
	text-decoration: none;
	 font-weight: bold;
}
a:hover {
	color: #A5B623;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #A5B623;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #A5B623;
	text-decoration: none;
	font-weight: bold;
}
.pad
{
	padding:20px;
	text-align:left;
}