@charset "utf-8";
/* CSS Document */
body { font: 13px Arial, Helvetica, sans-serif;}
img {border: none}
.signuptext {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.money {
	font-size: 16px;
	font-weight: bolder;
	color: #444444;
}
.bodymoney {
	font-size: 18px;
	font-weight: bolder;
	color: #e2091e;
}.tagline {
	font-size: 12px;
	color: #999999;
}
.storytitle {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.storybody {
	font-size: 12px;
	color: #666666;
	
}
.newshead {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.newstitle {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.newsbyline {
	font-size: 12px;
	color: #888888;
	
}
.newsbody {
	font-size: 12px;
	color: #666666;
	
}
.newssource {
	font-size: 10px;
	color: #888888;
	
}.benefictitle {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.beneficbody {
	font-size: 12px;
	color: #666666;
}
.beneficname {
	font-size: 12px;
	color: #666666;
	font-weight:bold;
}
.beneficdate {
	font-size: 14px;
	color: #CC0000;
	font-weight:bold;
}
.otheroptions {
	font-size: 10px;
	color: #CC0000;
	font-weight:bold;
	text-decoration:none
}
.otheroptions:hover {
	font-size: 10px;
	color: #CC0000;
	font-weight:bold;
	text-decoration:underline
}

ul {
	color:#666666;
	font-size:12px;
	list-style-type:square;
}

	.rxshow {
		position: relative;
		width: 260px;
		height: 241px;
		overflow: hidden;
		border: 0px;
	}
	.rxshow img {
		position: absolute;
		left: 0;
		top: 0;
		width: 260px;
		height: 241px;
	}
