body { 
	margin: 0px auto; 
	font: 10pt Arial; 
	background-color: #CCC;
	text-align: center;
	}
	
p { 
	margin: 10px 0px 0px 0px;
	}

img {
	border: 0px;
	}

a {
	text-decoration: underline;
}

ul {
	margin: 0px 0px 0px 40px;
	list-style: none;
}

li {
	margin: 10px 0px 20px 0px;
}

a:link, a:visited { 
	color: #000099;
	font-weight: bold;	
	}
		
a:hover, a:active { 
	color: red;
	font-weight: bold;	
	}

hr
	{
	color: Black;
	height: 1px;
	}

#header { 
	height: 70px;
	margin: 0px auto;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	border-bottom: 5px solid #000000;
	text-align: center;
	}

#top {
	margin: 0px auto;
	text-align: left;
	width: 800px;	
	}
	
#content {
	width: 800px;
	margin: 0px auto;
	padding: 10px 20px 10px 20px;
	background-color: #FFFFFF;
	vertical-align: top;
	color: #000000;
	text-align: left;
	}

h1 {
	font-size: 20pt;
	font-weight: bold;
	margin: 0px;
	line-height: 20pt;
}

h2 {
	font-size: 18pt;
	font-weight: bold;
	margin: 0px;
}

h3 {
	font-size: 16pt;
	font-weight: bold;
	margin: 0px;
}

h4 {
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
}
	
h5 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
}

#footer { 
	clear: both;
	margin: 0px auto;
	padding: 30px 0px 10px 0px;
	width: 800px;
	font-size: 10px;
	text-align: left; 
	}
	
