﻿/* style.css - a simple style sheet */

body {
	font-family: Arial,Verdana,Tahoma;
	font-size: x-small;
	color: #111111;
}


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; }
#lbl13 { font-size: 13px; }
#lbl14 { font-size: 14px; }
#lbl11b { font-size: 11px; }
#lbl12b { font-size: 12px; }
#lbl13b { font-size: 13px; }
#lbl14b { font-size: 14px; }

#lblH { font-size: 11px; }



h1,h2,h3,h4 { font-family: Arial,Verdana,Tahoma; font-weight: normal; color:#6b7658;}
h5,h6 { font-family: Arial,Verdana,Tahoma; font-weight: normal; color:#000000;}

#lbl11,#lbl12,#lbl13,#lbl14 { font-family: Arial,Verdana,Tahoma; font-weight: normal; color:#6b7658;}
#lbl11b,#lbl12b,#lbl13b,#lbl14b { font-family: Arial,Verdana,Tahoma; font-weight: normal; color:#000000;}

#lblH { font-family: Arial,Verdana,Tahoma; font-weight: bold; color:#6b7658;}




A:link {
	color: #111111;
	text-decoration: underline;
	font-weight: bold;
}
A:visited { color: #6b7658; text-decoration: none; font-weight: bold;}
A:active { color: #6b7658; text-decoration: none; font-weight: bold;}

input.btn {
  color:#000000;
  font: bold 70% 'trebuchet ms',helvetica,sans-serif;
  background-color:#b2c494;
  border:1px solid;
  border-color: #000000;
}
