h1, h2, h3
{
	margin: 0;
	font-weight: normal;
	color: #AD1112;
}

h1
{
	font-size: 197%;
}

h2
{
	font-size: 167%;
}

h3
{
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul
{
	line-height: 180%;
}

blockquote
{
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote *
{
	line-height: normal;
}

a
{
	color: #AD1112;
}

a:hover
{
	text-decoration: none;
}

img
{
	border: none;
}

img.left
{
	float: left;
	margin: 0 15px 0 0;
}

img.right
{
	float: right;
	margin: 0 0 0 15px;
}

hr
{
	display: none;
}

div.line
{
	border-bottom: 1px dotted #B5B5B5;
	padding:0px;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 1px;
	overflow:hidden;
	clear:both;
}

table, td
{
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4em;
	color: #483324;
}

table
{
	border: 1px solid #000;
	width: 100%;
}

.list td
{
	background-color: #fff;
	padding: 2px 6px;
	border-right: 1px solid #cccccc;
}

.list tr.odd td
{
	background-color: #fff;
}

.list tr.even td, .even
{
	background-color: #DBDDE4;
}

.numeric, .list .numeric
{
	text-align:right;
}

.list th, .list tr.header td, .list td.header
{
	font-weight: bold;
	background-color: #777777;
	background-image:url(/images/ContentElements/TableHeaderBackground.png);
	color: #eeeeee;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	text-transform:capitalize;
	padding: 4px;
	text-align: left;
}

.list td ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
}

.list td ul li
{
	line-height: 12pt;
}

.list tr.footerTop td
{
	font-weight:normal;
	font-style:italic;
	color: #333333;
	background-color: #cccccc;
	border-top: 1px solid #191465;
	text-transform:capitalize;
}

.list tr.footer td
{
	font-weight:normal;
	font-style:italic;
	color: #333333;
	background-color: #cccccc;
	text-transform:capitalize;
}

.list td.borderTop
{
	border-top:1px solid #999999;
}

/* MAIN CONTENT ONLY */
#main_content h1
{
	margin-bottom: 5px;
	color: #000;
}

#main_content h2
{
	margin-top: 10px;
	color: #555;
}
