body
{
	margin:0;
	padding:0;
	background:#ffffff;
}

td, span, div, p
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #434b5a;
	line-height: 1.4;
}

h1
{
	color: #ef6c32;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 8px;
	margin-top: 5px;
}

h2
{
	color: #ef6c32;
	font-size: 12px;
}

.body_featured
{
	color: #ef6c32;
	font-weight: bold;
}

a, a:link, a:visited, a:active, a:hover
{
	color: #ee6224;
	font-size:11px;
	text-decoration:underline;
}

img
{
	border:none;
}

a.reset
{
	text-decoration:underline;
	color:#000000;
	font-size:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

/*************************************************
 * Content
 *************************************************/
 
.content
{
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
}

.content_wide
{
	padding-bottom: 8px;
	padding-left: 20px;
}

.pullbox
{
	background: #e5e8ea;
	padding: 15px;
}

/*************************************************
 * Title
 *************************************************/
 
.title
{
	background-color: #aab2b8;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 0.2em;
}

/*************************************************
 * Footer
 *************************************************/
 
.footer, .footer a
{
	background-color: #f4f5f5;
	font-size: 9px;
	color: #a9aaaa;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

.footer a:hover
{
	text-decoration: underline;
	color: #333333;
}

/*************************************************
 * Orange
 *************************************************/

.orange, .orange a
{
	color: #ef6c32;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}


/*************************************************
 * Gray
 *************************************************/

.gray
{
	color: #999fa4;
	font-weight: bold;
}


