/* BEGIN VALID STYLES */

body { background-color: #E1F0FF }

.heading  { font-family: Arial, Helvetica, sans-serif;  font-weight: bold; font-size: 18px;}

a { background-color: transparent; text-decoration: underline; font-size: 14px;}
a:link { color: #FFFF99; }
a:visited { color: #FFFF99; }
a:active { color: #FFFF99; }
a:hover {
	color: #FFFF99;
	text-decoration: none;
	text-align: center;
}

a.small { background-color: transparent; text-decoration: underline; font-size: 13px;}
a.small:link { color: #FFFF99; }
a.small:visited { color: #FFFF99; }
a.small:active { color: #FFFF99; }
a.small:hover { color: #FFFF99;  text-decoration: none}

td.bottom  {  font-size: 12px; color: #000000; }
a.bottom { background-color: transparent; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px;  }
a.bottom:link { color: #000000; }
a.bottom:visited { color: #000000; }
a.bottom:active { color: #000000; }
a.bottom:hover { color: #000000;  text-decoration: underline;}

a.footer { background-color: transparent; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 12px;  }
a.footer:link { color: #F8F8F8; }
a.footer:visited { color: #F8F8F8; }
a.footer:active { color: #F8F8F8; }
a.footer:hover { color: #F8F8F8;  text-decoration: none;}

a.leftnav { background-color: transparent; text-decoration: none; font-family: Comic Sans MS, LemonadeICG; font-weight: bold; font-size: 12px; }
a.leftnav:link { color: #000000; }
a.leftnav:visited { color: #000000; }
a.leftnav:active { color: #000000; }
a.leftnav:hover { color: #000000;  text-decoration: underline;}
td.leftnav { font-family: Comic Sans MS, LemonadeICG; font-weight: bold; color: #F8F8F8; font-size: 12px; }


ul, ol { padding: 0; font-size: 14px; font-family: Arial, Helvetica, sans-serif; margin: 0px 0px 0px 25px;} /* */
li { padding: 0; font-size: 14px; font-family: Arial, Helvetica, sans-serif;  }
li.supersmall { padding: 0; font-size: 13px; font-family: Arial, Helvetica, sans-serif;  }

p { font-size: 14px; font-family: Arial, Helvetica, sans-serif; }

th { background-color: #01762D; color: #F8F8F8; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold; text-align: left; }
td { font-family: Arial, Helvetica, sans-serif; font-size: 14px;  color: #F8F8F8;}
td.footer { font-family: Arial, Helvetica, sans-serif; font-size: 12px;  color: #F8F8F8;}

/* special use table styles */
td.tab { font-size: 15px; color: #000000;}

/* colored tables */
table.redtab { border: 3px solid #F78777; font-size: 14px; color: #000000; background-color:#E4D8BE;}
table.redtab td { font-size: 14px; color: #000000;}
table.redtab ul li a {font-size: 14px; color: #000000;}
td.tblRedHead { font-family: Comic Sans MS, LemonadeICG; font-weight: bold; font-size: 12px; font-color: #000000; background-color:#F78777; }

table.bluetab { border: 3px solid #75A9F7; font-size: 14px; color: #000000; background-color:#E4D8BE;}
table.bluetab td { font-size: 14px; color: #000000;}
table.bluetab ul li a {font-size: 14px; color: #000000;}
td.tblBlueHead { font-family: Comic Sans MS, LemonadeICG; font-weight: bold; font-size: 12px; font-color: #000000; background-color:#75A9F7; }

table.greentab { border: 3px solid #8FE4A7; font-size: 14px; color: #000000; background-color:#E4D8BE;}
table.greentab td { font-size: 14px; color: #000000;}
table.greentab ul li a {font-size: 14px; color: #000000;}
td.tblGreenHead { font-family: Comic Sans MS, LemonadeICG; font-weight: bold; font-size: 12px; font-color: #000000; background-color:#8FE4A7; }

table.orangetab { border: 3px solid #FFB482; font-size: 14px; color: #000000; background-color:#E4D8BE;}
table.orangetab td { font-size: 14px; color: #000000;}
table.orangetab ul li a {font-size: 14px; color: #000000;}
td.tblOrangeHead { font-family: Comic Sans MS, LemonadeICG; font-weight: bold; font-size: 12px; font-color: #000000; background-color:#FFB482; }

table.purpletab { border: 3px solid #ad91cc; font-size: 14px; color: #000000; background-color:#E4D8BE;}
table.purpletab td { font-size: 14px; color: #000000;}
table.purpletab ul li a {font-size: 14px; color: #000000;}
td.tblPurpleHead { font-family: Comic Sans MS, LemonadeICG; font-weight: bold; font-size: 12px; font-color: #000000; background-color:#ad91cc; }

/* end colored tables */

table.data { border: 1px solid #01762D; }
table.data td { font-size: 14px; }
table.datagrid { border: 1px solid #01762D; border-collapse: collapse; }
table.datagrid td { border: 1px solid #01762D; font-size: 14; }
table.datagrid ul li {font-size: 14;}
tr.shade { background-color: #E6E6E6; }
table.announcement { border: 1px solid #adcbdc; background-color: #e9f1f5; }
table.announcement td { font-size: 12px; }
table.announcement ul li {font-size: 12px;}
table.datagrid { border: 1px solid #01762D; border-collapse: collapse;  font-size: 14px;}
table.datagrid ul li {font-size: 14px;}
table.supersmall { border: 1px solid #01762D; border-collapse: collapse; }
table.supersmall td { border: 1px solid #01762D; font-size: 13px; }
tr.shade { background-color: #E6E6E6; color: #333333; }
td.supersmall { font-family: Arial, Helvetica, sans-serif; font-size: 13px; }


/* END VALID STYLES */
.indDonor {
	font-family: "Copperplate Gothic Bold";
	font-size: 24px;
}
