A { COLOR: #B00000; text-decoration: none; cursor: pointer; }
A:hover { COLOR: #B00000; text-decoration: underline; cursor: pointer; }

.title { color:#000000;font-size:18pt;font-family:Arial; font-weight:bold; }
.subtitle { color:#000000; font-size:14pt;font-family:Arial;font-weight:bold; }
.txt { color:#000000; font-size:9pt; font-family:Verdana, Arial; font-weight:normal;}
.txtw { color:#FFFFFF; font-size:9pt; font-family:Verdana, Arial; font-weight:normal;}
.smtxt { color:#000000; font-size:8pt; font-family:Verdana, Arial;font-weight:normal; }
.smtxtw { color:#FFFFFF; font-size:8pt; font-family:Verdana, Arial;font-weight:normal; }

.tabtxton { color:#000000;font-size:8pt;font-family:Verdana, Arial;font-weight:900; cursor:pointer; }
.tabtxtoff { color:#000000;font-size:8pt;font-family:Verdana, Arial;font-weight:normal; cursor:pointer; }
.tabnone { cursor:default; }

body {
	margin:0px; 
	padding:0px;
}

.src_txt { color:#000000; background:#FFFFE8; line-height: 18px; font-size:9pt;font-family:Verdana, Arial; font-weight:normal;}
.src_comment { color:green; }
.src_hilite { color:blue; }
.src_keyword { color:#5e4c1d; }
.src_text { color:#009090; }
.src_array { color:#B00000; }

.colLeft { background:#E0E0E0; }
.colRight { background:#F0F0F0; }

.btn_text { 
	color:#FFFFFF;
	font-size:11pt;
	font-family:Verdana, Arial; 
	font-weight:normal;
	cursor: pointer;
}

.curMenu { color:#B00000; font-size:8pt; font-family:Verdana, Arial; font-weight:normal;}

.navtop {
	position:relative;
	left:0; top:0; width:100%; height:40;
	background:#F0F0F0;
	border-bottom:1px solid #444;
}

.content {
	position:absolute; 
	left:30; top:65; width:700;
	margin:0;
	padding:0;
	color:#000000; 
	font-size:9pt; 
	font-family:Verdana, Arial; 
	font-weight:normal;
	line-height: 18px;
}

.newsframe {
	position:absolute; 
	left:760; top:70; width:220;
	margin:0;
	padding:15;
	color:#000000; 
	font-size:8pt; 
	font-family:Verdana, Arial; 
	font-weight:normal;
	text-align: center;
	border:solid 1px #C0C0C0;
}


.exSource {
	position:relative;
	left:0; top:0; width:650; height:0;
	padding:0;
	background:#FFFFE0;
	border: solid 1px black;
	visibility: hidden;
	display: none;
	overflow: auto;
	font-size:8pt; 
	font-family:Courier New, Courier;
	font-weight:normal;
	line-height: 14px;
}

