body, html {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	height: 100%;
}
/*
table#tble-news-holder {
	width: auto;
}
table#tble-news-holder td.news-area {
	
	align: center;
}
*/

#news-text-holder {
	text-align: center;
	width: auto;
	font-size: 10pt;
	color: #333333;	
	padding: 10px;
}

#news-contents {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	white-space: pre-wrap;
	text-align: left;
	border: 1px #333333 solid;
	padding: 20px;
	height: 550px;
}

#news-title {
	font-size: 14pt;
	font-weight: bold;
	color: #0099FF;
}

#news-title span{
	font-size: 12pt;
	font-weight: bold;
	color: #0099FF;
	font-variant: normal;	
}

#news-contents img {
	border: 1px #333333 solid;
}

#news-contents div#center-align {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}

#news-contents img.left-align {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

#news-contents div#dialog-text {
	background-color:#eee;
	padding: 5px;
}

#news-contents div#intro-text {
	color: #0099FF;
	font-size: 14pt;
}

#news-contents span#highlight-text {
	color: #0099FF;
	font-weight: bold;
}

#news-contents ul{
	margin-top: 0px;
	margin-bottom: 0px;
}

#news-contents a {
	text-decoration: underline;
	color: #0099FF;
}

#news-contents a:hover {
	text-decoration: none;
	color: #0099FF;
}



