html
{
	width: 100%;
}

body
{
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	line-height: 125%;
	margin: 0 0 0 10px;
	padding: 0; 
	font-family: Tahoma, arial, verdana, geneva, sans-serif;
}

#container
{
	width: auto;
   	float: none !important;
   	color: black;
   	background: transparent none;

}

#content, #content_left
{
	width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
	border-top: 0;
   	float: none !important;
   	color: black;
   	background: transparent none;	
	font-size: 13pt;
	color: #E90000;
	font-weight: normal;
}

#top, #header, #mainnav, #content_right, #footer, .headline
{
	display: none;
}

.print
{
	display: block;
}


#content a, #content a:visited
{
	color: #666666;
	background: transparent;
	font-style: italic;
	font-weight: 400;
	text-decoration: underline;
}

h1
{
	color: #666666;
	font-size: 11pt !important;
	font-weight: bold;
	letter-spacing: 1pt;
	line-height: 1.5em;
}

h2
{
	color: #666666;
	font-size: 11pt !important;
	font-weight: bold;
}

ul
{
	font-size: 11px;
	color: #000000;	
	margin-top: 0;
	list-style-image: none;
	list-style-type: square;
}