
/* These classes specify the background colors and images that make up the color scheme. */

BODY { background-image: url(leath_grey.gif); background-color: #E8E8E8; margin-top: 0; margin-left: 0 }
TD.banner { background-color: #FEFEE2 }
TD.divider { background-color: #3A4B2A }
TD.sidebar  { background-color: #FEFEE2 }
TD.center { background-color: #FDFEE2 }

/* These classes specify how normal hyperlinks appear (color, etc). */

A:link    	{ text-decoration: none; font-weight:bold; color:#003366; }
A:visited 	{ text-decoration: none; font-weight:bold; color:#666666; }
A:hover	{ text-decoration:underline; color:#9c4e0b; }

/* These classes specify how menu hyperlinks appear. */

.menu       { font-family: Verdana; font-size: 10pt; color: #000000; font-weight: bold }
A.menu:link       { text-decoration: none; font-family: Verdana; font-size: 8pt; color: #000000; font-weight: normal }
A.menu:visited       { text-decoration: none; font-family: Verdana; font-size: 8pt; color: #000000; font-weight: normal }
A.menu:hover       { text-decoration: underline; font-family: Verdana; font-size: 8pt; color: #9c4e0b; font-weight: normal }

/* These classes specify text formatting. */

H1 { font-family: Century Schoolbook; font-size: 18pt; color: #000000; font-weight: bold; font-style: italic }
H2 { font-family: Century Schoolbook; font-size: 14pt; color: #000000; font-weight: bold }
.bodyintro { font-family: Century Schoolbook; font-size: 18pt; color: #000000; font-weight: bold; font-style: italic }
.body	{ font-family: Century Schoolbook; color: #000000 }
.caption	{ font-family: Verdana; font-size: 8pt; color: #000000 }
LI	{ font-family: Verdana; font-size: 10pt; color: #000000 }
.bullet     {list-style-image: url(bullet.gif);}
.tbl	{ font-family: Verdana; font-size: 8pt; color: #000000 }
TD.tblhead { font-family: Verdana; font-size: 8pt; color: #FFFFFF; background-color: #3A4B2A; font-weight: bold }
.sidebar	{ font-family: Verdana; font-size: 8pt; color: #000000 }
.address     { font-family: Century Schoolbook; font-size: 8pt; color: #000000; font-weight: bold }


