body {
    background-color: #BAD4D3;
    font-family: verdana, verdana, arial, helvetica, sans-serif;
    vertical-align: middle;
    }
    
.toc-top{   /* encloses everything above the generated portions  */
    text-align: center;
    vertical-align: middle;
    }    
    
.catalog-heading{ /* The top heading  */
    font-size: 15px; 
    font-weight: bold;
    color:#767676;
    }
    
#search-heading{
    font-size: 12px; 
    font-weight: bold;
    color: 767676;
    margin-bottom:3px;
    }
    
.search-block{
    color: 767676; 
    line-height: 16px;
    }

.search-block label{
    font-size: 10px;
    color: 767676; 
    margin-bottom: 15px;
    }
    
.search-block select{
    font-size:10px;
    color: 767676; 
    }
    
#search-text{     /* The text box in the search form  */
    border: thin solid #BAD4D3;
    font-size: 11px; 
    margin-top: 0px;
    }
    
#search-button{     /* The search button  */
    vertical-align: middle;
    }
    
.heading1{ /* The heading that usually says 'Contents' or 'Table of Contents'  */
    margin: auto;
    text-align: center;
    margin-top: 25px;
    font-size: 13px; 
    color: #767676; 
    font-weight: bold; 
    }
    
/*Link styles*/

a{
    text-decoration: none; 
    display:inline;
    color: #CD6C3F;
    padding: 3px
	}
    
a:hover{
	background-color: #BAD4D3; 
	}
    
a:active {
	background-color: #BAD4D3;
	}
    
/* styles for content generated by SmartCatalog */

.toc{ /* Encloses the generated table of contents below the contents heading   */
    line-height: 14px;
    text-indent: 6pt;
    font-size: 11px;
    margin-left: 15px;
    }
    
.toc img{
    vertical-align: bottom; 
    margin-left: 0px;
    margin-right: 4px;
    }
    
.toc1{ /* unindented contents items  */
    margin: 0px;
    margin-left: 12px;
    margin-top: 5px;
    text-indent: -15px;
    }
.toc2{   /* contents items indented one levels */
    margin: 0px;
    margin-top: 5px;
    margin-left: 24px;
    text-indent: -15px;
    }
.toc3{    /* contents items indented two levels */
    margin: 0px;
    margin-top: 5px;
    margin-left: 36px;
    text-indent: -15px;
    }
.toc4{     /* contents items indented three levels */
    margin: 0px;
    margin-top: 5px;
    margin-left: 48px;
    text-indent: -15px;
    }
.toc5{     /* contents items indented four levels */
    margin: 0px;
    margin-top: 5px;
    margin-left: 60px;
    text-indent: -15px;
    }
.toc6{     /* contents items indented five levels */
    margin: 0px;
    margin-top: 5px;
    margin-left: 72px;
    text-indent: -15px;
    }
.toc7{     /* contents items indented six levels */
    margin: 0px;
    margin-top: 5px;
    margin-left: 84px;
    text-indent: -15px;
    }
.toc8{       /* contents items indented seven levels */
    margin: 0px;
    margin-top: 5px;
    margin-left: 96px;
    text-indent: -15px;
    }

.sp {    /* this style is toggled by dhtml_toc.js to control expanding & collapsing of the TOC */
    display: none   /* The 'display' parameter must remain as 'none' in order for the TOC to expand & collapse correctly */
    }

