html, body, dl, dt, dd, table, th, td, form, fieldset, p { margin: 0; padding: 0; }
img, fieldset, object { border: 0; }

body{ 
	height: 100%;
	width: 100%; 
	margin: 0; 
	overflow: auto;
	background-color: #C1D2B0;
	font-family : Arial, Verdana, Helvetica; 
	font-weight : bold; 
	font-style : normal;
	font-size : 11px;
	color : #FFFFFF;
}
#ct {
	background-color: #C1D2B0;	
}
div.minimum_size {
	/* for mozilla */
	min-width: 980px;
	min-height: 580px;
	width: 100%;
	height: 100%;

	/* for IE */
	width:  expression( Math.max(document.body.clientWidth,996) + "px" );
	height: expression( Math.max(document.body.clientHeight,590) + "px" );
}

