* { padding:0;margin:0; }

body{
  font: 75%/1.42em Arial, helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
  color: #39532C;
  background:#cdcdcd;
}

table
{
 border-collapse:collapse;
}

form { 
 padding:0;margin:0; 
}

label { 
 cursor:pointer;
}

fieldset p
{
 font-size:100%;
 margin:4px;
 padding:4px;
}

legend
{
 font-size:12pt;
 font-weight:bold;
}

legend img { float:left; }

h1 {
   font-weight:bold;
   font-size:160%;
   cursor:default; 
}

h2 {
 font-weight:bold;
 font-size:140%;
 cursor:default; 
}
 
h3 {
 font-weight:bold;
 font-size:130%;
 cursor:default;
}

h4 {
 font-weight:bold;
 font-size:110%;
 cursor:default;
}
   
p {
  
}   

/* active */
a {
 color:#386A33;
 text-decoration:none;
}

a:hover {
 color:#509748;
 text-decoration:none;
} 
  
a img { border:0; }  
