.news {
	font-family: Arial;
	font-size: 13px;
	font-weight: Bold;
	text-transform: capitalize;
	color: #000000;
	text-decoration: underline;
	
}
.hotnews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FF0000;
}
.style3 {
	font-family: "Arial Black", "Arial Bold";
	font-size: 13px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #990000;
	font-style: italic;
}
hr {height:1px;
	border: 0;
	color: #C0C0C0;
	background-color: #C0C0C0;
	margin: 7px 5px 7px 5px;
}
.style6 {font-size: 24px; font-variant: normal; text-transform: capitalize; color: #000066; font-family: Arial, Helvetica, sans-serif;}
.style8 {color: #FF0000}
body { background-color:#000000;
		
		}
	


.buttondiv {
margin-top: 10px;
}
.messagebox{
	position:absolute;
	width:100px;
	margin-left:30px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
}
.messageboxok{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
	
}
.messageboxerror{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}
.jqmClose{ background:#FFDD00; border:1px solid #FFDD00; color:#000; clear:right; float:right; padding:0 5px; cursor:pointer; }
.jqmClose:hover{ background:#FFF; } 
#jqmContent{ width:99%; height:99%; display: block; clear:both; margin:auto; margin-top:10px; background:#111; border:1px dotted #444; }