@charset "utf-8";
/* CSS Document */
#notice {
	background-image:url(../images/bg_notice.png);
	background-repeat:repeat-x;
	background-position:top;
	behavior:url(iepngfix.htc);
	color:#938a75;
}
#textrun {
	padding-top:6px;
}

#headtext {
	font:tahoma;
	font-size:20px;
	color:#FF6600;
	font-weight:bolder;
	padding-left:10px;
}
#newstext {
	font:tahoma;
	font-size:16px;
	color:#000000;
	padding:10px;
}
#twitter_div {
	font:tahoma;
}

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#FFFFCC;
	color:gray;
}	
