* html body
{
	text-align: center;	/* hack to center this under IE5 */
}
body 
{
	background-color: #657179;
}
body a 
{
	color: #1539F2;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
* html #pageWrapper
{
	text-align: center;	/* keep the content left-aligned */
}
* html #pageWrapper
{
	word-wrap: break-word;
}
#pageWrapper
{
	width: 737px;
	margin-left: auto;
	margin-right: auto;
}
#homePageTop 
{
	border: solid 2px #000;
}
#homePageBottom 
{
	border: solid 2px #000;
}
#homePageBottom h1 
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
#homePageBottom h1 a
{
	text-decoration: none;
	color: #000;
}
#homePageBottom h1 a:hover
{
	background-color: #ff7011;
}
#homePageBottom h2 
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}
#homePageBottom h2 a
{
	text-decoration: none;
	color: #000;
}
#homePageBottom h2 a:hover
{
	background-color: #ff7011;
}
#homePageBottom td 
{
	padding-left: 10px;
	padding-right: 10px;
	border-left: dashed 1px #000;
	border-right: dashed 1px #000;
	vertical-align: top;
	text-align:right;
}
#homePageBottom p 
{
	text-align:justify;
}
#homePageBottom ul 
{
	text-align:left;
}
#homePageBottom ul li
{
	margin-left: -20px;
	padding-bottom: 4px;
}
#homePageBottom ul li a
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	color: #000;
	text-decoration: none;
	
}
#homePageBottom ul li a:hover
{
	background-color: #ff7011;
}

#homePageBottom .more 
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	color: #000;
	text-decoration: none;
	background-color: #ff7011;
	padding: 3px;
	margin-right: -14px;
}
html>body #homePageBottom .more { /* IE ignores this block as it doesn't understand the selector */
	padding-bottom: 0px;
	margin-right: -10px;
}


* html #homePageFooter
{
	text-align: center;	/* keep the content aligned */
}
* html #homePageFooter
{
	word-wrap: break-word;
}
#homePageFooter
{
	width: 739px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-top: solid 2px #000;
}

#homePageBottom .linkSection 
{
	text-align: center;
}
#homePageBottom form td 
{
	border: 0;
}
#homePageBottom .noDecor 
{
	border: 0;
	text-align: left;
	
}
