/* Bold headline text */
H1 { font-size: 14pt; font-weight: bold; font-family: arial, helvetica, sans-serif; color:#6C6B4D; }
/* Bold inline text */
H2 { font-size: 12pt; font-weight: bold; font-family: arial, helvetica, sans-serif; color:#6C6B4D; }
/* used when structually an h3 is called for, the display is the same as bold paragraph text */
H3 { font-size: 10pt;  font-weight: bold; font-family: arial, helvetica, sans-serif; color:#6C6B4D; }
/* Standard paragraph text */
P { font-size: 10pt; font-family: arial, helvetica, sans-serif; color:#6C6B4D}

A:link { color: #6C6B4D; font-weight: bold;}
A:visited { color: #6C6B4D;}
A:hover { ccolor: #586F65; font-weight: bold;}
A:active { color: #6C6B4D;}


/* Home and hub page style sheet classes */
.footwhite { color: #FFFFFF; font-size: 10pt; font-weight: bold; font-family: arial, helvetica, sans-serif; text-decoration: none; }
.footgray { color: #666666; font-size: 10pt; 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:#6C6B4D}
UL.tier2 { font-size : 10pt; font-family: arial, helvetica, sans-serif;  color:#6C6B4D}
OL { font-size: 10pt; font-family: arial, helvetica, sans-serif;  color:#6C6B4D}
DL { font-size: 10pt; font-family: arial, helvetica, sans-serif;  color:#6C6B4D}
LI { font-size: 10pt; font-family: arial, helvetica, sans-serif;color:#6C6B4D }

/* Miscellaneous text formatting classes */
.doubletab { margin-left: 4.00em; font-family: arial, helvetica, sans-serif;}
.black { color: #000000;}
.dkgray { color: #898989;}
.white {color: #FFFFFF;}
.ltbrown {color: #EEEBE8;}
.medbrown {color: #D2CAC1;}
.dkbrown {color: #4D4640;}
.error {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; }
.smallest {font-size: 7pt; font-family: arial, helvetica, sans-serif;}
.large { font-size: 12pt; font-family: arial, helvetica, sans-serif;}
.none {text-decoration: none; }

.whiteline {background-image: url(../images/whitedot.gif);}

body {background-color: #CAD5D1;}
.whitebk {background-color: #ffffff;}

