	body{
		margin:0px;
		font-family:'Times New Roman';
		font-size:12pt;
	}
	div.pagehead{
		text-align:left;
		font-size:24pt;
		font-family:'Times New Roman';
		font-style: italic;
		margin-bottom: 2mm;
		margin-left: 0mm;
		margin-top: 3mm;
	}
	div.menuitem{
		/*width:125px;*/
		padding:5px;
		padding-right:0px;
	}
	div.mainsection{
		margin-top:15px;
		margin-right: 15px;
	}
  p.caption{
		/*margin:3px;
		text-align:left; */
		padding-bottom:10px;     
    font-family: Arial, Helvetica, sans-serif;
    color: #999966;
    font-size: 9pt;
	}
	.alphabet a{
		color:#f26842;		
		text-decoration:none;
		font-weight : bold;
	}
	.alphabet a:link{
		color:#f26842;	
	}
	.alphabet a:visited{
		color:#f26842;	
	}
	.alphabet a:hover{
		color:#999966;
		text-decoration:none;
	}
	.alphabet a:active{
		color:#f26842;	
	}
		
	ul{
		margin: 0px;
		padding : 0px 0px 0px 25px;
	}
	li.lefty{
		text-align:left;
		padding:0px;
		margin:0px;
	}
  span.clickable{
  	color: #f26842;
		font-weight: bold;
  	cursor:pointer;
	}
	a{
		color:#999966;
		text-decoration:none;
  }
  a:hover{
  	color:#999966;
  	text-decoration:none;
  }
  a:visited{
  	color:#999966;
  }
	a.greenred{
		color:#f26842;		
		text-decoration:none;
		font-weight : bold;
	}
	a.greenred:link{
		color:#f26842;	
	}
	a.greenred:visited{
		color:#f26842;	
	}
	a.greenred:active{
		color:#f26842;	
	}
	a.greenred:hover{
		color:#999966;
		text-decoration:none;
	}	
	a.menu{
		font-size: 11pt;
		color:black;
		font-weight:bold;
		text-decoration:none;
	}
	a.menu:link{
	}
	a.menu:visited{
		color:black;
	}
	a.menu:active{	
	}
	a.menu:hover{
		color:white;
	}
  @media print {
	body{
		margin:0px;
		background-image:none;
	}
	td.tblmenu{
		display:none;
	}
	div.sidebar{
		display:none;
	}
	img{
		display:none;
		width:600px;
	}
	}	
