/*  Main styles for general pages */

body
{
	background: #ffffff;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 0;
	padding-bottom: 0px;
}

img { border: 0; }

#main_content
{
	width: 300px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13pt;
	color: #ffffff;
}

#main_content a:link
{
	font-size: 11px;
	line-height: 13pt;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	color: #ffffff;
}

#main_content a:visited
{
	font-size: 11px;
	line-height: 13pt;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	color: #ffffff;
}

#main_content a:hover
{
	font-size: 11px;
	line-height: 13pt;
	font-weight: normal;
	text-decoration: none;
	background: #ffffff;
	padding-bottom: 1px;
	padding-left: 1px;	
	padding-right: 1px;
	color: #54301A;
}

#main_content a:active
{
	font-size: 11px;
	line-height: 13pt;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	color: #ffffff;
}



#main_content p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13pt;
	list-style: none;
}

#main_content p b
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13pt;
	list-style: none;
}



