body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	position: absolute;
}
.stage {
	margin: 0 auto;
	position: relative;
	width: 963px;
	font-family: Arial, Helvetica, sans-serif;
}
sup {
    line-height: 0;
    font-size: 0.83em;
    vertical-align: super;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}

.pixeltable {
	border: 1px solid #444444;
	border-collapse: collapse;
	background-color: #FFF;
}
.pixeltable td, th{
	border-left: 1px solid #444444;
	border-top: 1px solid #444444;
	padding-left:2px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.photo_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a:link {  color: #0000FF; text-decoration: none}
a:active {  text-decoration: underline}
a:visited {  color: #993300; text-decoration: none}
a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #996600;
}
a img {border: none;}

a.blink:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #996600;
}

.menu_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 20px;
	text-align: justify;
}
.body_text_12pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 20px;
	text-align: justify;
}

.date_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FF0000;
}
.table_top {
	position: relative;
	vertical-align: top;
}

.story_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 20pt;
	font-weight: bold;
	text-align: left;
}
.sub_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	line-height: 20pt;
	font-weight: bold;
	text-align: left;
	color:#C00
}
.tdc_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 20pt;
	text-align: left;
}
.red_text {
	color: #F00;
}
.text_serif {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.hline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777777;
}
#subscribe{
	position: absolute;
	z-index: 100;
	width: 78px;
	height: 32px;
	background: url(images/btn_subscribe.png) left center;
	top: 35px;
	left: 30px;
	cursor: pointer;
}
#subscribe:hover{
	position: absolute;
	z-index:100;
    cursor: pointer;
	width:78px;
	height:32px;
	top:35px;
	left:30px;
	background: url(images/btn_subscribe_over.png) left center;
}

.btmspace{
	margin-bottom:5px;

}
