#center {
	padding: 0px;
	line-height: 2em;
	margin-top: 15px;
	margin-right: 50px;
	margin-bottom: 30px;
	margin-left: 50px;
}
#center h3 {
	margin-top: 20px;
	border-color:#009900;
border-style:solid;
border-width:1px 1px 1px 10px;
color:#009900;
font-size:1.2em;
font-weight:bold;
margin-bottom:15px;
padding:3px 3px 3px 15px;
}
#center .entry {
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
}
#center strong {
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	display: block;
}
#center ol {
	margin-bottom: 20px;
	margin-left: 30px;
}
#center li {
	list-style-type: decimal;
}
#center table {
width:100%;margin:0px 0px 10px 0px;padding:0px;
border-collapse:collapse;
border-top:1px dotted #999999;
}
#center th {
width:25%;padding:4px 2px 2px 4px;
text-align:left;vertical-align:top;color:#666666;
background-color:#EEEEEE;
border-bottom:1px dotted #999999;border-left:5px solid #FF9900;
}
#center td {
padding:4px 2px 2px 4px;
border-bottom:1px dotted #999999;border-left:3px double #CCCCCC;
}
