body			{ background-color: white; font-family: Verdana; font-size: 10pt; }
A			{ text-decoration: none; font-family: Arial; color: blue; font-size: 10pt; font-style: bolder }
A:visited		{ text-decoration: none; color: #fffff00; font-size: 11pt; }
A:active		{ text-decoration: none; color: red; font-style: bolder font-size: 11pt; }
A:hover   		{ text-decoration: underline; font-family: Verdana; color: white; font-size: 12pt; font-style: bolder;}
A.selected	  { font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }

A.notselected  { color: white; font-weight: bold }
P			{ text-decoration: none; color: blue; font-size: 12pt; font-style: bolder}	
P.hl1   		{ font-size: 12pt; font-family: Verdana; font-style: bolder; text-decoration: none; color: red}
P.hl1:visitedP.hl1:active		{ text-decoration: none; color: lime; font-size: 12pt; }
P.hl1:hover 		{ text-decoration: underline; color: black; font-size: 12pt; }
  
/* outlineMenu Style Sheet */  
DIV.outlineMenu {float: left; cursor: default; background: #C0C0C0; border-top: 1pt #EEEEEE solid; border-left: 1pt #EEEEEE solid;  border-bottom: 1pt gray solid; border-right: 1pt gray solid; width: 125pt; padding: 0pt; margin: 0pt; }  
/* Turn off bullets */  
DIV.outlineMenu LI, #slideMenu TD P {list-style-type: none}  
/* Remove margins */  
DIV.outlineMenu UL {margin: 0pt}  
/* Hide nested lists */  
DIV.outlineMenu UL UL {display: none}  
/* Define the background color */
DIV.outlineMenu UL LI {background: #C0C0C0}  
/* Define the borders */  
DIV.outlineMenu UL LI  {background: lightgrey; border-top:1pt #BBBBBB solid;}  
/* Do not double border the first item */  
DIV.outlineMenu #first {border-top: none}  
/* Define the style for each item. Add a small amount of padding for the + - indicators */  
DIV.outlineMenu P {margin: 0pt; padding: 0pt; margin-left: 1em;       padding-left: .3em; padding-right: 8pt; text-indent: 0;font: 12pt arial}  
/* Style for the + - indicators */  
DIV.outlineMenu SPAN.outlineMore {position: absolute; width: 1em; text-align: center;      font:8pt symbol;}  
/* Make sure the special list item added to the end does not take up any space */  
DIV.outlineMenu #endItem {line-height: 0}

body.menubody { background-color: white; font-family: Verdana; font-size: 10pt; }
A:hover.selected { text-decoration: underline; font-family: Verdana; color: black; font-size: 12pt; font-style: bolder;}