BODY { 
	background: url("images/BackGround Gray Limit.gif") #DAD9DA repeat-y center top ;	        
    margin: 0px;  
    padding: 0px; 
   	font-size: 10px;
	color: #000000;
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align:center;
	  }

TABLE
{
	border: "0px";
	background-color: white;
	margin-left: auto; 
margin-right: auto; 
}

.justified
{
	text-justify: newspaper;
	text-align: justify;
}

H2
{
	font-size: 12px;
	font-weight: bold;
	color: #F08000;
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;    
}

H3
{
	font-size: 11px;
	font-weight: bold;
	color: #404040;
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
}

UL
{	
	font-weight: bold;
	color: #404040;
}

TD
{	
	font-size: 10px;
}


IMG
{
	border: 0px;	
}

EM
{
	font-weight: bold;
	color: #404040;
	text-decoration: italic;
}

A.thin 
{
	font-weight: normal;
	color: gray;
} 
A.thin:visited { color: gray}

A {font-weight: bold; 
	text-decoration: none;}
A:link { color: #3C5E86}
A:active { color: #3C5E86}
A:visited { color: #3C5E86}
A:hover 
{
	color: #3C5E86;
	background-color: #d5def1;
}