* {
	margin: 0px;
	padding: 0px;
}

body {
	padding-top: 0px;
	background-color: #ffffff;
	color: #fff;
	font-family: helvetica, sans-serif;
	text-align: left;
	letter-spacing: 1px;
}

#container {
	width:100%;
	height:100%;
	background-image:url(images/spacer.jpg);
	background-repeat:repeat-x;
	padding-top: 0px;
}

a {	
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	}
	
a:hover {color: #01a9c0;}

p 	{	
	margin: 0px 80px 0px 80px; 
	font-size: 14px;
	text-align: left;
	color:#000000;
	}
	
h2 	{	
	color:#000000;
	font-size: 18px;
	text-align: left;
	padding-top: 5pt;
	padding-bottom: 5pt;
	}

h3 	{	
	font-size: 14px;
	text-align: left;
	color:#000000;
	font-weight: normal;
	padding-bottom: 5pt;
	}

h4 	{	
	color:#000000;
	font-size: 18px;
	text-align: center;
	padding-top: 5pt;
	padding-bottom: 5pt;
	}
	
	h5	{	
	margin: 0px 0px 0px 0px; 
	font-size: 14px;
	text-align: center;
	color:#000000;
	font-weight: bold;
	}

	h6 	{	
	font-size: 14px;
	text-align: left;
	color:#000000;
	font-weight: normal;
	padding-left: 30pt;
	padding-bottom: 5pt;
	}
	
#footer {
	width:950px;
}

#footer p{
	width:950px;
	text-align:center;
	font-size:11px;
	color:#000000;
}

#footer a{
	font-size:11px;
}
