/***************************************************************
	the whole page
***************************************************************/
body 	{	
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;	
	font-family: Verdana;
	color: #333333;
	font-size: 11px;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;	
	overflow: auto;
	line-height: 16px;
}	


