/* CSS Document */

H5 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    }
	
H4 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    }	

P  {
   font-family:"Arial", "Times New Roman";
   font-size:14px;
   font-weight:normal;
   line-height:150%;
   }
   
 P.zoom  {
   font-family:"Tahoma", "Arial", "Times New Roman";
   font-size:12px;
   font-weight:normal;
   line-height:125%;
   }  
	   
Table.sidebar {
	padding: 5px;
	float: right;
	height: 500px;
	width: 175px;
	background-color: #FFFFCC;
	border: thin dashed;
	clear: none;
	vertical-align: top;
    }
	
Table.zoom {
	padding: 5px;
	float: right;
	height: 500px;
	width: 240px;
	border-width: 0px 0px 0px 2px
	background-color: #F5F5EB;
	border: thin dashed;
	clear: none;
	vertical-align: top;
    }
	
DIV.zoom {
	margin: 5px;
	float: right;
	height: 500px;
	width: 240px;
	border-width: 0px 0px 0px 2px
	background-color: #F5F5EB;
	border: thin ridge;
	clear: none;
	vertical-align: top;
    }		
	
.sidebartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	font-weight: normal;
	
}
.sidebarheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #022C42;
	line-height: 125%;
}

a:link{color:#022C42;text-decoration:underline;}


.img2 {
	margin-right: 5px;
}
