
/* html type - read more - top with logo and back */
#textframetop {
	background-color: #B30000;
	color:#FFCC00;
	width: 514px;
	margin-left: 0px;
	padding: 0px 5px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* html type - read more - content area */
#textframe {
	color: #000;
	background-color: #FFF;
	width: 470px;
	margin-left: 0px;
	padding:  20px 25px 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left: 2px solid #B30000;
	border-right: 2px solid #B30000;
}
/* html type - read more - end with sponsor info */
#textframeend {
	background-color: #B30000;
	color: #999999;
	width: 495px;
	margin-left: 0px;
	padding: 2px 2px 2px 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* html type - read more - linkstyles */
#textframe a {
	color: #666;
	text-decoration: none;
}
#textframeend a {
	color: #000;
	text-decoration: none;
}
/* html type - read more - header styles */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	color: #333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	color: #333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:bold;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	color: #333;
}
p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
/* html type - read more - text styles */
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666;
}
.copy {
	color: #999;
}
