.article {
	padding: 0;
	margin: 15px 0 55px 0;
}

.article .date {
	font-size: 12px;
	color: #666;
	margin: 0 0 2px 0;
}

.article .title {
	color: maroon;
	font-family: "times new roman", "times", serif;
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 2px 0;
}

.article .subtitle {
	font-size: 16px;
	margin: 0 0 2px 0;
}


.article .author {
	font-size: 13px;
	margin: 15px 0 20px 0;
	font-weight: bold;
}

.article .tools {
	float: right;
	text-align: right;
	margin-right: 30px;
}

.article .tools div {
	display: block;
	padding: 5px;
}
.article .tools .social div {
	display: block;
	padding-right: 5px;
}


.article .callout {
	width: 220px;
	float: right;
	/*border: 3px solid #333;*/
	padding: 0;
	
	margin-left: 6px;
	margin-bottom: 2px;

}

.article .calloutcontent {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	padding: 3px;
	/*border: 3px solid #999;*/
}

.article .callout .next {
	/*border-top: 2px solid #333;*/
	margin-top: 3px;
}

.article table p {
	padding: 4px;
	margin: 0;
}


.pagejump {
	margin: 0;
}


.digest {
	padding: 0;
	margin: 15px 0 55px 0;
	
}


.digest .article {
	padding: 5px;
	margin: 0 0 25px 0;
	background-color: #fffff6;

}

.digest .articlebody {
	border: 0px #000 solid;
}

.digest .article table {
	border: 0px #000 solid;
}


.digest .title {
	color: maroon;
	font-family: "times new roman", "times", serif;
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 12px 0;
}

.digest .article .subtitle {
	font-size: 16px;
	margin: 0 0 2px 0;
}

.digest .article .postinfo {
	font-size: 13px;
	margin: 15px 10px 20px 0;
	font-weight: normal;
	display: inline;
}


.digest .article .postinfo .date {
	font-size: 12px;
	color: #666;
	padding: 0 0 0 7px;
	margin: 0 0 2px 0;
	border-left: 1px solid #ffffdd;
	display: inline;
}

.digest .article .postinfo .author {
	font-size: 13px;
	margin: 15px 7px 20px 0;
	font-weight: bold;
	display: inline;
}

.digest .article .tools {
	float: right;
	text-align: right;
	margin-right: 30px;
}

.digest .article .tools div {
	display: block;
	padding: 5px;
}

#content .article table.newtable1 {
	width: 0px;
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
	position: relative;
	behavior: url(/PIE.htc);
}

#content .article .center table.newtable1 {
	width: 100%;
	margin-bottom: 20px;
}

#content .article table.newtable1 th {
	padding: 2px 3px;
	border-width: 1px;
	border-style: inset;
	border-color: darkgray;
	font-size: 14px;
	text-align: center;
	background-color: darkgray;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	behavior: url(/PIE.htc);
}
#content .article table.newtable1 td {
	padding: 2px 3px;
	border-width: 1px;
	border-style: inset;
	border-color: gray;
	font-size: 14px;
	text-align: center;
	background-color: white;
	color: #000000;
	font-weight: normal;
	position: relative;
	behavior: url(/PIE.htc);
}
#content .article table.newtable1 tfoot td {
	padding: 2px 3px;
	border-width: 1px;
	border-style: inset;
	border-color: gray;
	font-size: 14px;
	text-align: center;
	background-color: white;
	color: #000000;
	font-weight: bold;
	position: relative;
	behavior: url(/PIE.htc);
}

#content .article table.newtable1 caption {
	text-align : left;
	font-weight : normal;
}
