/* global html template settings */

* { padding:0;margin:0; }

body {
  font-family: Verdana, 'Geneva CE', lucida, sans-serif; 
  font-size: 9pt;
  text-align: center;
  color: #000000;
  background-color:#ffffff;
}

table
{
 border-collapse:collapse;
 
}

form { padding:0;margin:0; }

label { 
 cursor:pointer;
 font-weight:bold;
}


fieldset
{
 font-size:9pt;
 border:1px solid #666666;
 margin:10px 0 0 0;
}

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:140%;
   cursor:default; 
}

h2 {
 font-weight:bold;
 font-size:120%;
 cursor:default; 
}
 
h3 {
 font-weight:bold;
 font-size:110%;
 cursor:default;
}

h4 {
 font-weight:bold;
 font-size:110%;
 cursor:default;
}
   
p {
  padding:0;margin:0;
}   


/* active */
a:link, a:visited, a:active {
 color:#000000;
 text-decoration:underline;
 font-weight:bold;
}

a:hover {
 color:#ff3300;
 text-decoration:none;
 font-weight:bold;
} 
  
a img { border:0; }  
