@charset "UTF-8";
/* CSS Document */

#newsletter
{
	width: 612pt;
	margin: 0px auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	background-color:#FFFFFF;
}

#newsletter_announcement
{
	width: 612pt;
	background-color:#FFFFFF;
}

#newsletter_header
{
	clear: both;
	position: relative;
	height: 100pt;
	padding-left: 10px;
	padding-right: 10px;
}

#newsletter_banner
{
	width: 612pt;
	margin: 0px auto;
	clear: both;
	position: relative;
	height: 150px;
}

#newsletter_title
{
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-size: 29pt;
	color: #333333;
	text-align: left;
	padding-top: 0.2in;
	padding-left: 0.25in;
	padding-right: 0.25in;
	text-transform: uppercase;
}

#newsletter_content
{
	clear: both;
	float: left;
	position: relative;
	height: 100%;
	margin-left: 9pt;
	margin-right: 9pt;
	overflow: auto;
	text-align: left;
	margin-bottom: 9pt;
	z-index: 10;
}

.double_column
{
	float: left;
	height: 100%;
	width: 31.5%;
	padding-right: 1.5%;
}

.double_column_right
{
	float: right;
	height: 100%;
	width: 31%;
}

.quad_column
{
	float: left;
	height: 100%;
	width: 66%;
}

.double_column_right
{
	float: right;
	height: 100%;
	width: 33%;
}

#newsletter span
{
	float: right;
}

#newsletter a[href^="http:"], a[href^="https:"]
{
	background-image: none;
	padding-right: 0px;
}

#newsletter li em, #newsletter li span
{
	font-weight: bold;
	font-style: italic;
	color: #333333;
	margin: 0;
}

.old_price
{
	text-decoration: line-through;
}
