/* style.css - a simple style sheet */

body { font-family: Arial,Verdana,Tahoma; }


h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

#lbl11 { font-size: 11px; }
#lbl12 { font-size: 12px; }
#lbl14 { font-size: 14px; }
#lbl8b { font-size: 8px; }
#lbl11b { font-size: 11px; }
#lbl12b { font-size: 12px; }
#lbl14b { font-size: 14px; }

#lblH { font-size: 11px; }



h1,h2,h3,h4 { font-family: Arial,Verdana,Tahoma; font-weight: normal; color:#339999;}
h5,h6 { font-family: Arial,Verdana,Tahoma; font-weight: normal; color:#000000;}

#lbl11,#lbl12,#lbl14 { font-family: Arial,Verdana,Tahoma; font-weight: normal; color:#339999;}
#lbl8b,#lbl11b,#lbl12b,#lbl14b { font-family: Arial,Verdana,Tahoma; font-weight: normal; color:#000000;}

#lblH { font-family: Arial,Verdana,Tahoma; font-weight: bold; color:#6699CC;}




A:link { color: #339999; text-decoration: none; }
A:visited { color: #339999; text-decoration: none; }
A:active { color: #339999; text-decoration: none; }


input.btn {
  color:#ffffff;
  font: bold 70% 'trebuchet ms',helvetica,sans-serif;
  background-color:#6699CC;
  border:1px solid;
  border-color: #000000;
}




