#content {
	padding: 0px;
	width: 580px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#title {
	text-align: center;
	width: 620px;
	margin-top: 10px;
	margin-bottom: 20px;
}
p.comment {
	margin-left: 60px;
	margin-top: 10px;
}
ul {
	padding: 0px;
}
li {
	margin: 0px;
}




#content h1 {
	display: none;
}
#content h2 {
	font-size: 200%;
	line-height: 1.4em;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}


#content th {
	background-color: #393;
	color: #FFFFFF;
}
#content h6 {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.4em;
	margin: 5px 0px 15px;
	padding: 0px;
}
#content .table {
	margin-bottom: 30px;
}

#content h3 {
	font-size: 100%;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #393;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	margin-top: 20px;
}
