			.menuTable {
				border : 1px solid Black;
				border-color: black;
				
				font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size : 9pt;
				font-style : normal;
				font-weight : normal;				
			}
			
			TABLE {
				background-color: white;
				font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size : 9pt;
				font-style : normal;
				font-weight : normal;		
			}	
			A {
				color: #0080FF;
				text-decoration : none;
			}
			A:hover {
				color: red;
				text-decoration : underline;
			}		
			.menuLinkSelected {
				color: red;
				
				text-decoration : none;
			}	
			.menuLinkSelected:hover {
				color: red;
				text-decoration : underline;
			}			
			.underLineLight {
				border-bottom-style:solid; 
				border-bottom-color:lightgrey; 
				border-width: 1px;
				
			}				
			.tblHighlightOn {
				background-color : #f6f6f6;

			}
			.tblHighlightOff {
				background-color : white;
			}		
			.copyright {
				font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size : 7pt;
				font-style : normal;
				font-weight : normal;					
				color: gray;
				text-align: right;
			}		
