H1 { font-size: 16pt; font-weight: bold; font-family: arial, helvetica, sans-serif; color:#336633; }
/* Bold inline text */
H2 { font-size: 14pt; font-weight: bold; font-family: arial, helvetica, sans-serif; color:#336633; }
/* used when structually an h3 is called for, the display is the same as bold paragraph text */
H3 { font-size: 12pt;  font-weight: bold; font-family: arial, helvetica, sans-serif; color:#336633; }
/* Standard paragraph text */
P { font-size: 10pt; font-family: arial, helvetica, sans-serif; color:#336633}

A:visited {color:#8C6A22; font-weight: bold;}
A:link {color:#8C6A22; font-weight: bold;}
A:hover {color:#cc9933;}
A:active {color:#cc9933;}

/* Home and hub page style sheet classes */
.footwhite { color: #FFFFFF; font-size: 9pt; font-weight: bold; font-family: arial, helvetica, sans-serif; text-decoration: none; }
.footgray { color: #666666; font-size: 9pt; font-weight: normal; font-family: arial, helvetica, sans-serif; text-decoration: none; }

/* Custom list formatting */
UL { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#336633}
UL.tier2 { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#336633}
OL { font-size : 9pt; font-family: arial, helvetica, sans-serif;  color:#336633}
DL { font-size : 9pt; font-family: arial, helvetica, sans-serif;  color:#336633}
LI { font-size : 9pt; font-family: arial, helvetica, sans-serif;  color:#336633}

/* Miscellaneous text formatting classes */
.doubletab { margin-left: 4.00em; font-family: arial, helvetica, sans-serif;}
.white {color: #FFFFFF;}
.green {color: #336633;}
.orange {color: #cc9933;}
.red {color: #cc0033;}
.tab { margin-left: 2.00em; font-family: arial, helvetica, sans-serif;}
.small { font-size : 9pt; font-family: arial, helvetica, sans-serif; }
.smaller { font-size : 8pt; font-family: arial, helvetica, sans-serif; }
.large { font-size: 12pt; font-family: arial, helvetica, sans-serif;}
.none {text-decoration: none; }

body {background-color: #FFEDB8;}

.dotted_y {
background-image: url( ../images/dotted_y.gif);
background-repeat: repeat-y;
}



