html *, * {
	margin:0px; padding:0px; border:0px;
	} 
html {
	height:100%; font-size:100.01%;
	}						  
body {
	min-height:100.1%; font-size:100.01%;
	text-align:center; background-color:#DDD6CE; color:#000000;
	background-image:url(images/body_bground.jpg);
	font-family:Tahoma, Arial, Verdana, san-serif; font-size:0.8em;
	padding-top:15px; padding-bottom:15px;
	}
html>body {
	padding-bottom:8px;
	}
a {
	text-decoration:none; color:#FFFFFF;
	}
a:hover {
	text-decoration:underline;
	}
form * {
	font-size:1em; font-family:Tahoma, Arial, Verdana, san-serif; 
	}