h3.topicsheader {
	line-height: 40px;
	height: 40px;
	width: 698px;
	padding-left: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
	background-color: #E9C99C;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.date {
	font-size: 12px;
	text-align: right;
	color: #999;
}
.topiccontent {
	margin: 0px 39px 45px;
}
.topiccontent h1 {
	background-color: #CCC;
	padding: 10px;
	margin-bottom: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}

.topiccontent h2 {
	background-color: #FDF3E2;
	padding: 5px;
	margin-bottom: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 5px;
}.topiccontent h3 {
	font-weight: bold;
	color: #E3671B;
	margin-top: 5px;
	margin-bottom: 5px;
}
.topiccontent em {
	text-decoration: none;
	color: #F00;
	font-style: normal;
	font-weight: bold;
}
.topiccontent strong {
	font-weight: bold;
	color: #000;
}
.topiccontent ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.topiccontent ul li {
	list-style-type: disc;
}
.topiccontent ol {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.topiccontent ol li {
	list-style-type: decimal;
}

.topiccontent table {
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.topiccontent table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
.topiccontent table td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}
.serialnaviwrap li {
	float: left;
	font-size: 12px;
	width: 33.3%;
	text-align: center;
}
.topicsend {
	margin-top: 20px;
}
.datewrap {
	font-size: 12px;
	color: #999;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 30px;
	border-top: 1px solid #CCC;
}
.midashibig a {
	color: #FFFFFF;
	text-decoration: none;
}
.midashibig a:hover {
	color: #FF3;
}
a.continuelinks {
	text-decoration: none;
	font-size: 12px;
	color: #73B3BC;
	padding-top: 15px;
}
a.continuelinks:hover {
	color: #528086;
}

strong{
	font-weight: bold;
	color: #F00;
}
em{
	font-weight: bold;
}
.space01{
	height: 20px;
	width: 100%;
}