
    
    .pageTitle{
        color: #515151;
        font-weight: bold; 
        font-size: 13px; 
        font-family: Verdana;    
    }
    
    .pageText { 
        color: #515151; 
        font-weight: normal; 
        font-size: 11px; 
        font-family: Verdana; 
        text-decoration: none; 
        text-align: left; 
    }
    
    .pageText a { 
        color: #004990; 
        font-weight: bold; 
        text-decoration: none; 
    }
    
    .pageText a:hover { 
        color: #000000;
    }
    
    .pageText a:active { 
        color: #004990 
    }

    a.bookmark { 
        font-size: 10px; 
        color: #004990; 
        font-weight: normal; 
        text-decoration: none; 
    }
    
    a:hover.bookmark { 
        color: #000000;
    }
    
    a:active.bookmark { 
        color: #004990 
    }    
    
    ul.pagePoints{
         list-style-image: url('../media/images/bullet.ico');
    }
    
    td.indexPanelHeaderActive{
        border-top-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;                        
        border-style: solid;
        border-color: gray;
        color: gray;
        background-color: #F5F6EE;
    }
    
    td.indexPanelHeaderHover{
        border-top-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 0px;                        
        border-style: solid;
        border-color: gray;
        font-weight: bold;
        background-color: #FCFDF5; //#FEBFBF;
    }    
    
    td.indexPanelHeaderOther{
        border-top-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 1px;                        
        border-style: solid;
        border-color: gray;    
    }      
    
    td.indexPanelText{
        border-top-width: 0px;
        border-left-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;   
        border-style: solid; 
        border-color: gray;
        background-color: #FCFDF5;
                       
    }


#menu {
	background: #FFFFFF;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 160px;
}
#menu li {
	font: 11px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #F5F6EE; /*333*/
	border-bottom: 1px solid #393939;
	color: #333; /*ccc*/
	display: block;
	margin: 0;
	padding: 3px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: maroon url("../images/hoverMaroon.gif") left center no-repeat; /*#2580a2*/
	color: #fff;
	padding-bottom: 3px;
}


#menu2 {
	background: #FFFFFF;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
}
#menu2 li {
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a.Menu2Trial {
	background: #F5F6EE; /*333*/
	border-bottom: 1px solid #393939;
	color: #333; /*ccc*/
	display: block;
	margin: 0;
	padding: 8px 30px;
	text-decoration: none;
	font-weight:normal;
}

a.Menu2Trial:hover {
	background: maroon url("../images/hoverDemo.gif") left center no-repeat; /*#2580a2*/
	color: #fff;
	padding-bottom: 8px;
}

a.Menu2Demo {
	background: #F5F6EE; /*333*/
	border-bottom: 1px solid #393939;
	color: #333; /*ccc*/
	display: block;
	margin: 0;
	padding: 8px 30px;
	text-decoration: none;
	font-weight:normal;
}

a.Menu2Demo:hover {
	background: maroon url("../images/hoverDemo.gif") left center no-repeat; /*#2580a2*/
	color: #fff;
	padding-bottom: 8px;
}

a.Menu2Contact {
	background: #F5F6EE; /*333*/
	border-bottom: 1px solid #393939;
	color: #333; /*ccc*/
	display: block;
	margin: 0;
	padding: 8px 30px;
	text-decoration: none;
	font-weight:normal;
}

a.Menu2Contact:hover {
	background: maroon url("../images/hoverContact.gif") left center no-repeat; /*#2580a2*/
	color: #fff;
	padding-bottom: 8px;
}

a.Menu2Resources {
	background: #F5F6EE; /*333*/
	border-bottom: 1px solid #393939;
	color: #333; /*ccc*/
	display: block;
	margin: 0;
	padding: 8px 30px;
	text-decoration: none;
	font-weight:normal;
}

a.Menu2Resources:hover {
	background: maroon url("../images/hoverDemo.gif") left center no-repeat; /*#2580a2*/
	color: #fff;
	padding-bottom: 8px;
}
    
