BODY {
	background-color:#fafbd7;
	}

#container {
	width: 100%;
	height:auto;
	left:0px;
	margin:0px;
	top:0px;
	}

#topbanner {
	width:100%;
	left:0px;
	margin:0px;
	text-align: right;
	}
	
#content {
	font-size:13px;
	text-align: left;
	padding-top:20px;
	}

#content ul{
	padding-top:5px;
	}

#content li{
	left:40px;
	padding-top:5px;
	text-decoration:none;
	list-style:none;
	}
#content .indent {
margin-left:40px;
line-height:20pt;
	}
#content .indent2 {
	margin-left:80px;
	line-height:20pt;
	}
#content .indent3 {
	margin-left:120px;
	line-height:20pt;
	}
	
#content p{
	font-size:13px;
	vertical-align:top;
	margin-left:10px;
	}

#content h1 {
	text-align: center;
	font-size:18pt;
	font-weight: bold;
	vertical-align:text-top;
	}
#content h2 {
	text-align: left;
	font-size:16pt;
	font-weight: bold;
}
#content h2 a:hover{text-decoration: none; color: #000;}
#content h3 {
	text-align: left;
	font-size:14pt;
	font-weight: bold;
}
#content h4 {
	font-size:12pt;
	text-align:left;
	padding-top:20px;
}
#content h5 {
	font-size:13pt;
	text-align:left;
}
#content h6 {
	text-align:center;
	font-size:12pt;
	padding-top:20px;
}

#content hr {
	line-height:5px;
	width:80%;
	text-align:center;
	}

#content a:link {
	color: #990000;
	text-decoration: underline;
}
#content a:visited {
	color: #9966FF;
	text-decoration: underline;
	}

#content a:active {
	color: #990000;
	text-decoration: underline;
	}

#content a:hover {
	color: #9966ff;
	text-decoration: underline;
	}
#content .report{background-color: #fff; border: 1px solid #333; text-align: left; padding: 10px;}
.center{text-align: center;}
.report li{line-height: 20px;}
.report p{padding-top: 10px;}
.report p.heading{font-weight: bold; border-bottom: 1px solid #ccc}

