@charset "utf-8";
/* CSS Document */

html, body {
	font-family: tahoma, helvetica;
	font-size: 10pt;
	color: #444444;
	background: #FFFFFF;
	}
h1 { font-size: 14px; }
h2 { font-size: 14px; font-weight:bold; }
.mainContent {
	padding: 10px 0px; 
	margin:0 auto; 
	width:1000px; 
	text-align:left; 
	position:relative;
}

.marginLeft { float:left; 
	padding: 0px 0px 343px 0px;
	width: 240px;
	font-size: 9pt;
	color: #999999;
	background-image: url("/images/bg-margin.jpg");
	background-position: top left;
	background-repeat: repeat-x; }
.middle { float:left; width:535px; padding: 15px 10px 20px 10px; line-height: 18px; }
.marginRight { 
	float:right; 
	padding: 10px 0px 20px 0px;
	line-height: 15px;
	width: 205px;
	font-size: 9pt;
	color: #999999;
}
