@charset "utf-8";
/*#############  TBL News  ############*/

.newstext div {
	color:#000;
}

.newstext span {
	color:#000;
}

.newstext p{
	color:#000;
		margin: 0 10px 10px 10px;
		padding:2px;
		font-size:12px;
	}
	
.newstext font {
	color:#000;
	}
	
.newstext a:link, .newstext a:visited, .newstext a:active {
	color:#666;
	border-bottom:1px dotted #333;
	text-decoration:none;
}

.newstext a:hover {
	color:#C30;
	text-decoration:underline;
	border:none;
}

.newstext table {
	margin:5px;	
}

.newstext thead th
{
	color: #000;
	background-color: #999999;
	padding: 4px;
	white-space: nowrap;
}

.newstext tbody th
{
	color: #000;
	vertical-align: top;
	text-align: left;
	padding: 2px;
}

.newstext tbody td
{
	color: #000;
	vertical-align: top;
	text-align: left;
	padding: 2px;
}

.newstext pre
{
	margin: 0;
	padding: 0;
	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla*/
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
	background-color: #F7F7F7;
	border: 1px solid #D7D7D7;
	overflow: auto;
	margin: 0;
	padding: 0.25em;
}

.newstext hr
{
	margin: 10px 0 15px 0;
	height: 1px;
	border: solid 1px gray;
	border-bottom: none;
}

.newstext ol li {
	list-style:decimal;
	margin-top:5px;
	margin-left:25px;	
}

.newstext ul li {
	list-style:disc;
	margin-top:5px;
	margin-left:25px;	
}

.newstext h1 { font: bold 2em "Times New Roman", Times, serif; margin: 0 10px 10px 10px; padding:2px; }

.newstext h2 { font: bold 1.5em "Times New Roman", Times, serif; margin: 0 10px 10px 10px; padding:2px; }

.newstext h3 { font: bold 1.2em Arial, Geneva, Helvetica, sans-serif; margin: 0 10px 10px 10px; padding:2px; }

.newstext h4 { font: bold 1.0em Arial, Geneva, Helvetica, sans-serif; margin: 0 10px 10px 10px; padding:2px; }

.newstext h1 span { font: bold 2em "Times New Roman", Times, serif; margin: 0 10px 10px 10px; padding:2px; }

.newstext h2 span { font: bold 1.5em "Times New Roman", Times, serif; margin: 0 10px 10px 10px; padding:2px; }

.newstext h3 span { font: bold 1.2em Arial, Geneva, Helvetica, sans-serif; margin: 0 10px 10px 10px; padding:2px; }

.newstext h4 span { font: bold 1.0em Arial, Geneva, Helvetica, sans-serif; margin: 0 10px 10px 10px; padding:2px; }