@charset "utf-8";

* { padding:0;margin:0; }

body{
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif; 
  font-size: 9pt;
  text-align: center;
  color:#000000;
  background-color:#cccccc;
}

form { 
 padding:0;margin:0; 
}

label { 
 cursor:pointer;
}

fieldset
{
 font-size:9pt;
 border:1px solid #000000;
 margin:10px;
 padding:10px;
}

fieldset p
{
 font-size:100%;
 margin:4px;
 padding:4px;
}

legend
{
 font-size:10pt;
 font-weight:bold;
}

legend img { float:left; }

h1 {
   font-size:160%;
   cursor:default; 
}

h2 {
 font-size:140%;
 cursor:default; 
}
 
h3 {
 font-size:130%;
 cursor:default;
}

h4 {
 font-weight:bold;
 font-size:110%;
 cursor:default;
}
   
p {
  
}   
  
a img { border:0; }  

