body {
	background-color : #CCFFCC;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin-top : 0px;
}

#shadowdivhorizontal {
	background-image : url(shadow_bottomg.gif);
	background-repeat : repeat-x;
	height : 12px;
	padding : 0 0 0 0;
}

#shadowdivleft {
	background-image : url(shadow_leftg.gif);
	background-repeat : repeat-y;
	padding : 0 0 0 0;
	width : 12px;
}

#shadowdivleftcorner {
	background-image : url(shadow_corner_leftg.gif);
	background-repeat : no-repeat;
	height : 12px;
	padding : 0 0 0 0;
	width : 12px;
}

#shadowdivright {
	background-image : url(shadow_rightg.gif);
	background-repeat : repeat-y;
	padding : 0 0 0 0;
	width : 12px;
}

#shadowdivrightcorner {
	background-image : url(shadow_corner_rightg.gif);
	background-repeat : no-repeat;
	height : 12px;
	width : 12px;
}


