a  { color: #009900; text-decoration: underline;}
a:link  { color: #009900; text-decoration: underline;}
a:visited {color: #006600; text-decoration: underline;}
a:hover    { color: #009900; text-decoration: underline; background-color: #ffff00; }
a:active {color: #ffff00; text-decoration: underline; background-color: #009900;}

body {color: #003300; font-size: 12px; font-family: Verdana, sans-serif; background-color: #669966; margin: 0px; padding: 0px }

.body {font-family: Verdana, sans-serif; color: #003300; font-size: 12px}
p, td, ul, ol, dl, dd, li, input, menu, select, textarea {font-family: Verdana, sans-serif; color: #003300; font-size: 12px}
dt {font-family: Verdana, sans-serif; color: #003300; font-size: 12px; font-style: normal; font-weight: bold;}
.bodyBold {font-size: 12px; font-weight: bold;}
.bodySmall {font-size: 10px;}
.bodySmallBold {font-size: 10px; font-weight: bold;}
.bodySmallest {font-size: 9px;}
.bodySmallestBold {font-size: 9px; font-weight: bold;}

.bodyCell {background-color: #FFFFCC}

.sectionheader {font-size: 14px; font-weight: bold; background-color: #66CC00;}
.subsectionheader  {font-size: 12px; font-weight: bold; background-color: #ffff99; }
.doctitle  {font-weight: bold; font-size: 18px; background-color: #ffff99; text-align: center; }
.monospace {font-family: Monaco, "Courier New", Courier, monospace; font-size: 12px;}
.footer {font-size: 9px;}

h1 {font-family: Verdana, sans-serif; color: #003300; font-size: 24px; font-weight: bold;}
.heading1 {font-family: Verdana, sans-serif; color: #003300; font-size: 24px; font-weight: bold;}
h2 {font-family: Verdana, sans-serif; color: #003300; font-size: 18px; font-weight: bold;}
.heading2 {font-family: Verdana, sans-serif; color: #003300; font-size: 18px; font-weight: bold;}
h3 {font-family: Verdana, sans-serif; color: #003300; font-size: 16px; font-weight: bold;}
.heading3 {font-family: Verdana, sans-serif; color: #003300; font-size: 16px; font-weight: bold;}
h4 {font-family: Verdana, sans-serif; color: #003300; font-size: 14px; font-weight: bold;}
.heading4 {font-family: Verdana, sans-serif; color: #003300; font-size: 14px; font-weight: bold;}
h5 {font-family: Verdana, sans-serif; color: #003300; font-size: 12px; font-weight: bold;}
.heading5 {font-family: Verdana, sans-serif; color: #003300; font-size: 12px; font-weight: bold;}
h6 {font-family: Verdana, sans-serif; color: #003300; font-size: 10px; font-weight: bold;}
.heading6 {font-family: Verdana, sans-serif; color: #003300; font-size: 10px; font-weight: bold;}

/* For making my classic pretty tables with colored 1-pixel cellspacing, darker header, and white table body */

table#collapsed
{
	margin: 20px auto;
	border-collapse: collapse;
	border: 2px solid #6c0;
}
table#collapsed thead {background: #ff9; font-weight:bold; text-align: center;}
table#collapsed thead th {padding: 3px; border: 1px solid #6c0;}
table#collapsed tbody tr th {background: #ffc; padding: 3px; font-weight:bold; border: 1px solid #6c0;}
table#collapsed tbody tr td {padding: 3px; border: 1px solid #6c0; background: #fff; text-align: center;}
table#collapsed tbody tr td.label {padding: 3px; border: 1px solid #6c0; background: #fff; text-align: left; font-weight:bold;}

