* { padding:0;margin:0; }

body{
  font: 75%/1.42em Arial, helvetica, sans-serif;
  font-size: 8pt;
  text-align: center;
  color: #000000;
  background:url('../_img/bg.jpg') transparent;
}

table
{
 border-collapse:collapse;
}

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: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:link, a:visited, a:active {
 color:#b50101;
 text-decoration:none;
 font-weight:bold;
}

a:hover {
 color:#ff0000;
 text-decoration:none;
 font-weight:bold;
} 
  
a img { border:0; }  
