body {
background-repeat: no-repeat;
	/*border: 0px none;
	margin-left: 20px;
    margin-top: 0px;*/
	font-style: normal;
	font-variant: normal;
	/*font-weight: normal;
	font-family: Verdana; 
    font-size: 15px;
	word-spacing: 1ex;
	letter-spacing: 0.1ex;*/
	text-decoration: none;
	text-transform: capitalize;
	text-indent: 0ex;
	height: 100%; 
    max-height: 100%;

}
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  }
a:visited {
  /* Applies to all visited links 
   text-decoration:  none;
   color:#ba1820;*/
  } 
a:hover   {
  /* Applies to links under the pointer 
  text-decoration:  underline;
  color:#ba1820;*/
  } 
a:active  {
  Applies to activated links 
  text-decoration:  none;
  }



* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
#loading {
 	width: 200px;
 	height: 200px;
 	/*background-color: #c0c0c0;*/
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
}

td {
	padding: 00px; 
	padding-bottom: 20px;
	margin:00px;
	margin-bottom: 00px;
	margin-top: 10px;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana; 
	color: black;


