	

/* Past this line into the <head></head> of all .html files that will refer to this style sheet file - 
<link rel="stylesheet" type="text/css" href="styles.css"> 
*/

/* Titles Black */
.title {font-family:Helvetica, Verdana, Arial ; color:black ; font-size:14px ; font-weight:bold ;} 

/* Bigger Titles Black */
.title1 {font-family:Verdana, Arial ; color:black ; font-size:24px ; font-weight:bold ; font-style:italic} 

/* Body Black*/
.body {font-family:Verdana, Arial ; color:black ; font-size:10pt ; }

/* Body Black*/
.bodyi {font-family:Verdana, Arial ; color:black ; font-size:10pt ; font-style: italic ;}

/* Body Medium Black*/
.bodymedium {font-family:Verdana, Arial ; color:black ; font-size:10pt ; }

/* Body Medium Black Bold*/
.bodymedbold {font-family:Verdana, Arial ; color:black ; font-size:10pt ; font-weight: bold}

/* Body Red */
.bodyred {font-family:Verdana, Arial ; color:red ; font-size:10pt ; } 

/* Body Small Bold Black- basket names*/
.bodysmbold {font-family:Arial, Verdana ; color:black ; font-size:8pt ; font-weight: bold ; } 

/* Body Small Bold Black- basket names*/
.bodysmall {font-family:Arial, Verdana ; color:black ; font-size:8pt ;} 

/* Body Small Bold Black- basket names*/
.bodysmi {font-family:Arial, Verdana ; color:black ; font-size:8pt ; font-style: italic ; } 

/* Body Small Bold */
.bodysmbold2 {font-family:Arial, Verdana; color:black ; font-size:8pt ; font-weight: bold ; } 

/* Body Small Bold */
.bodysmboldwhite {font-family:Arial, Verdana; color:white ; font-size:8pt ; font-weight: bold ; } 

/* Body Bold Black */
.smallheader {font-family:Verdana, Arial ; color:black ; font-size:10pt ; font-weight: bold ; } 

/* Body Bold Underlined */
.smallheader2 {font-family:Verdana, Arial ; color:black ; font-size:10pt ; font-weight: bold ; text-decoration:underline ; } 

/* Sitemap non-links Black */
.sitemap {font-family:Verdana, Arial ; color:black ; font-size:10px; text-decoration: underline ;} 

/* top bold-white */
.top {text-decoration: none; font-family: Verdana, Arial;  color: white; font-weight: bold; font-size: 10px;}

/*8eb597*/
/* Psuedo Styles for Links */
/* Add class=large(medium, small) in an link tag to utilize these attribues*/
A.large:link {text-decoration: none; font-family: Verdana, Arial ; font-style:bold;  color: #4F754F; font-size: 12pt ; }
A.large:visited {text-decoration: none; font-family: Verdana, Arial ; font-style:bold; color: #4F754F; font-size: 12pt ; }
A.large:hover {text-decoration: underline ; } 

A.medium:link {text-decoration: none; font-family: Verdana, Arial ; color: #4F754F; font-size: 10pt ; }
A.medium:visited {text-decoration: none; font-family: Verdana, Arial ; color: #4F754F; font-size: 10pt ; }
A.medium:hover {text-decoration: underline ; } 

A.small:link {text-decoration: none; font-family: Verdana, Arial ; color: blue; font-size:10px ; }
A.small:visited {text-decoration: none; font-family: Verdana, Arial, ; color: #669966;  font-size: 10px ; }
A.small:hover {text-decoration: underline ; } 

A.top:link {text-decoration: none; font-family: Verdana, Arial;  color: white; font-weight: bold; font-size: 11px;}
A.top:visited {text-decoration: none; font-family: Verdana, Arial;  color: white; font-weight: bold; font-size: 11px;}
A.top:hover {text-decoration: underline; color: #ffffff;}



