body	{
	padding : 0px; 
	margin : 0px; 
	height : 100%; 
	
	overflow-x: hidden; 
	overflow-y: auto;
	scrollbar-face-color: rgb(235,235,235); 
	scrollbar-highlight-color: white; 
	scrollbar-shadow-color: white; 
	scrollbar-3dlight-color: lightgrey; 
	scrollbar-arrow-color: rgb(102,102,102); 
	scrollbar-track-color: white; 
	scrollbar-darkshadow-color: lightgrey;
}


td {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
}	

h1 {
	color: #aaaaaa;
	font-size: 12px;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
	text-align : right;
	background-color: #ddFFFF;
	padding-right : 3px;
	vertical-align: middle;
	height: 18px;
}
h2 {
	color: #000000;
	font-size: 11px;
	font-family : Arial, Helvetica, sans-serif;
	text-align: center;
}

h3 {
	color: #000000;
	font-size: 11px;
	font-family : Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom : 4px;
}

div {
	margin-top : 4px;
	margin-bottom : 4px;
}


h4 {
	color: #3A3A3A;
	font-size: 13px;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
	}

