/* default elements */
* {margin: 0; padding: 0;}

body 
{
	background: #FFFFFF;
	color: #222;
    font:normal 75.0% Tahoma,sans-serif;   
	padding: 1% 2%;  
}

a {color: #642;}
a:hover {color: #963;}
  
               
h1,h2,h3 {color: #442; padding: 8px 0 2px;}
h1 {font: bold 2.0em Tahoma,sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}
             
h2 {font: normal 1.6em Tahoma,sans-serif;}
h3 {font: bold 1.2em Tahoma,sans-serif;}

label {display: block;}
li {line-height: 2.0em;}
  
p {padding: 2px 0 15px;}

small,.small {font: normal 0.9em sans-serif;}

   
tbody td.d1
{
  width:50%;
  text-align:left;
}  

tbody td.d2
{
  width:15%;
  text-align:left;
}    
  
tbody td.d3
{
  width:35%;
  text-align:left;
}    

tbody tr.odd
{
  background: #FFFFFA; 
  color:000000;
  height:19px;
} 

tbody tr.even 
{    
  background: #F3F1ED; 
  color:#000000;
  height:19px;
} 


     

tbody th.unsortable 
{
  background:#114444;
  color: #ffffff;
  text-decoration: none;
  font-weight:bold;    
  height:20px;
  text-align:left;
  padding-left:2px;
}

