

/* this is for the 3 dashes used to separate sections of the pages */
.divider  {
        color : #000000;
}

/* bold - Netscape doesn't terminate inline styles */
.bold  {
        font-weight : bold;
}

/* color for accent text as seen for {p} and {f} on contact us: locations page */
.accent  {
        color : #999999;
}

/* jumplinks and back to top links */
.jumplink  {
        font-size : 8px;
        font-family : Arial, Helvetica, sans-serif;
        font-weight : normal;
        color : #FF9900;
        letter-spacing : 0.1em;
        text-transform : uppercase;
}

/* jump link separator - pipe character */
.jumpsep  {
        font-size : 8px;
        font-family : Arial, Helvetica, sans-serif;
        font-weight : normal;
        color : #FF9900;
}

/* text links in footer */
.botlink  {
        font-size : 8px;
        font-family : Arial, Helvetica, sans-serif;
        font-weight : normal;
        color : #666666;
}

/* what we do below nav */
.wdnav  {
        font-size : 8px;
        font-family : Arial, Helvetica, sans-serif;
        font-weight : normal;
        color : #333333;
    line-height: 20px
}

/* page headers */
H3  {
        color : #333399;
        font-size : 13px;
        font-weight : bold;
        letter-spacing : 0.25em;
}

/* subheads */
.subhd  {
        color : #6699CC;
        font-weight : bold;
        font-size : 10px;
        text-transform : uppercase;
        letter-spacing : 0.25em;
}

/* main copy */
BODY  {
        color : #000000;
        font-style : normal;
        font-weight : normal;
        font-size : 10px;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}

/* table cells:  had to put this in since the body text doesn't reach inside
table cells on Netscape */
TD  {
        color : #000000;
        font-style : normal;
        font-weight : normal;
        font-size : 11px;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}

.tableblack  {
        color : #000000;
        font-style : normal;
        font-weight : normal;
        font-size : 11px;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}

.abstract  {
        color : #000000;
        font-style : normal;
        font-weight : normal;
        font-size : 10px;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}


/* large subheads */
.bighdr  {
        font-size : 20px;
        line-height : 22px;
}

/* site requirements */
.sitereq  {
        font-size : 9px;
        line-height : 9px;
        text-align : center;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 6px;
}

.header  {
		color : #000000;
        font-style : normal;
        font-weight : bold;
        font-size : 15px;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}

.headline  {
		color : #000000;
        font-style : normal;
        font-weight : bold;
        font-size : 20px;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}

.headlinesmall  {
		color : #000000;
        font-style : normal;
        font-weight : bold;
        font-size : 17px;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}

.headlinetiny  {
		color : #000000;
        font-style : normal;
        font-weight : bold;
        font-size : 10px;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}

.abstracttiny  {
		color : #000000;
        font-style : normal;
        font-weight : normal;
        font-size : 9px;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}

.subheadline  {
		color : #000000;
        font-style : normal;
        font-weight : bold;
        font-size : 12px;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}

.byline  {
		color : #000000;
        font-style : normal;
        font-weight : normal;
        font-size : 10px;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}

.normal  {
        font-style : normal;
        font-size : 11px;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}

.normalblack  {
		color : #000000;
        font-style : normal;
        font-weight : bold;
        font-size : 11px;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}

.caption  {
        font-style : normal;
        font-weight : bold;
        font-size : 9px;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}

.copyright  {
        color : #000000;
        font-style : normal;
        font-weight : normal;
        font-size : 10px;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}


.datetime  {
        color : #000000;
        font-style : normal;
        font-weight : bold;
        font-size : 11px;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}

.calendargray  {
        color : lightgrey;
        font-style : normal;
        font-weight : bold;
        font-size : 11px;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}

.navoptions  {
        color : #003399;
        font-style : normal;
        font-weight : bold;
        font-size : 11px;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}

.navoptions  A {
        color : #003399;
        font-style : normal;
        font-weight : bold;
        font-size : 11px;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}

.navoptionsBlack  {
        color : #003399;
        font-style : normal;
        font-weight : bold;
        font-size : 11px;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}

.navoptionsBlack  A {
        color : #003399;
        font-style : normal;
        font-weight : bold;
        font-size : 11px;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}

A { 
        color : blue;
		text-decoration: none
}
A:hover {
        color : darkblue;
		text-decoration: underline
}

INPUT{ font-size: 11px;  font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif }
SELECT{ font-size: 11px;  font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif }

all.clsMenuItemNS{
        color : #000000;
        font-style : normal;
        font-weight : bold;
        font-size : 10px;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}
.clsMenuItemIE{
        color : #000000;
        font-style : normal;
        font-weight : bold;
        font-size : 10px;
        font-family : "Trebuchet MS", Geneva, Arial, sans-serif;
}
