/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}
#disclaimer_container
{
	margin-left: auto; 
	margin-right: auto;
	width: 700px;
	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #333333;
}
#addtl_offer 
{
	border: 1px solid #909189;
	border-top: none;
	position:relative;
	left: -1px;
}
.addtl_offer_bg
{
	padding: 6px;
	padding-bottom: 12px;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url(addtl_offer_td.gif);	
}
.addtl_offer_disc_top
{
	font-size: 11px;
	color: #666666;
	padding: 3px;
}
.addtl_offer_disc
{
	font-size: 11px;
	color: #999999;
}
.addtl_offer_bg_last
{
	padding: 6px;
	padding-bottom: 12px;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url(addtl_offer_td.gif);
	/*padding: 6px;
	padding-bottom: 0px;*/
}
.addtl_offer_header {
	font-size:20px; 
	font-weight:bold; 
	color:#999999
}
.addtl_offer_content {
	font-size:12px; 
	color:#666666;
}
.free {
	color:#6AA02B;
}
sup.header {
font-size: 11px;
}

