/* Layout Stylesheet */ 
body{
 margin-left:20px;
 padding:0; 
 background:#ffffff;
 color: #333333;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
 }	 

td.Vu {
		align:center;
		}

.white {
 width:100%;
 background:#ffffff;
 color: #333333;
 }
 
 a {
 	text-transform:uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	text-decoration:none; 
	
 }
 
  a.download {
 	text-transform:uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #1A577E;
	font-size: 11px;
	text-decoration:none; 
	
 }
 
 .style1 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#cc0000;
	font-size: 14px;
	text-decoration:bold; 
	}
 .style2 {
 font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#cc0000;
	font-size: 17px;
	text-decoration:none; 
	}
 .style3 {
 font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 17px;
	text-decoration:none;
	}
 .style4 {
 font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 17px;
	text-decoration:none;
	}	
 .style5 {
 font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 15px;
	text-decoration:none;
	}	
 .bg {
 background-repeat:no-repeat;
 }
 
  .repeat {
  background-repeat:repeat-y;
 }
 
  a:hover {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
    color:#000000;
	font-size: 11px;
	text-decoration:none; 
	background: #AEBED9
 }
 .style11 {font-size: 10px; color: #666666; }
 .style12 {font-size: 10px; color: #000000; }
 a.style11:hover{font-size: 10px; color: #666666;}

*// Results Table Formatting 
 
 .resulter {
	background-color: #CCCCCC;
}

.resultsheader {
	border-color: #999999;    
	border-width: 0 0 1px 1px;    
	border-style: solid;	
	background-color:#dde3ee;
	font-size: 10pt;
	font-weight:bold;
	text-align:center
}
.resultsrow {
	margin:1px;
 	padding: 1px;
	border:1px solid #140803;
	border-collapse:collapse;
	background-color:#FFFF99;
	font-family:Verdana;
	color:#000000;
	font-size: 9pt;

}
table.data{    
border-color: #999999;    
border-width: 0 0 1px 1px;    
border-style: solid;
border-collapse:collapse;
} 

td.data{    border-color: #999999;
    border-width: 1px 1px 0 0;    border-style: solid;
    margin: 0;    padding: 2px;
    background-color: #ffffff;}
td.datagray
{
    border-color: #999999;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 2px;
    background-color: #eef1f7; 
}



