@charset "UTF-8";

/* HTML & Body
==============================================================================*/
html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	line-height: 12pt;
	font-family: Tahoma;
	color: #707070;
	background-image: url('../images/bgd.jpg');
	background-repeat: repeat-x
}