body
	{
		margin: 				0px;
		padding: 				0px;
		
		background-image: url('/images/background.jpg'); 
		background-repeat: repeat-x; 
		background-position: top left; 
		background-color: #000000;
	}
	
	
img
	{
		padding: 0px;
		margin: 0px;
	}
	
p
	{
		margin: 0px;
		padding: 0px;
	}


#contentCenterer
	{
	  font-family: Trebuchet MS, Tahoma, Verdana, Arial;
		font-size: 12px;		
		padding: 10px 80px 0 10px;		
		
		background-image: url('/images/body_bottom.jpg'); 
		background-position: bottom left; 
		background-repeat: no-repeat;		
	}
	
#footer
	{
		clear:both; 
		height:20px; 
		overflow:hidden;
		color: #999999;
		font-family: Trebuchet MS, Tahoma, Verdana, Arial;
		font-size: 10px;
		text-align: center;
		padding-top: 5px;
	}
	
	
	A:link    {text-decoration: none; color: #0099dd;}
	A:visited {text-decoration: none; color: #0099dd;}
	A:active  {text-decoration: none; color: #0099dd;}
	A:hover   {text-decoration: none; color: #002d8a;}
	
	
h1
	{
		color: #000000;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
input, select
	{
		font-family: tahoma;
		font-size: 10px;		
	}
	
textarea
	{
		font-family: tahoma;
		font-size: 10px;
	}
	
	
.faq-question
{
	font-weight: bold;
}

.faq-answer
{
	font-weight: normal;
	margin-bottom: 30px;
}

.footnote
{
	margin-top: 10px;
	height: 90px; 
	color: #555; 
	text-align: center;
	font-size: 10px;
}

.footnote a {color: #555;}
.footnote a:hover {color: #FFF;}
