body {
	margin: 0.5em; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}
a {
	font-weight: bold;	
	}
a:link {   
	color: #000000; 
	text-decoration: none
}
a:visited {  
	color: #666666; 
	text-decoration: none
}
a:active {
	color: #000000
}
a:hover { 
	color: #666666; 
	text-decoration: underline
}
h1 {
	font-size: 75%;
	font-weight: bold;
	color: #000000;
	}
h2 {
	margin: 0;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
	}
h3 {
	margin: 0;
	font-size: 65%;
	font-weight: bold;
	color: #000000;
	}
h4 {
	margin-bottom: 0;
	font-size: 65%;
	font-weight: bold;
	color: #000000;
	}
h5 {
	margin-bottom: 0;
	font-size: 65%;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
	}
p {
	margin-top: 0; padding: 0;
	font-size: 65%;
	}
ul {
	margin: 0.5em 0 0 0; padding-left: 1.25em;
	font-size: 65%;
	line-height: 2em;
	list-style-type: square;
	}
.body {
	color: #000000;
	font-weight: bold;
}
.head {
	font-size: 75%;
	font-weight: bold;
}
.subHead {
	font-weight: bold;
}
div#footer {
	font-size: 60%;
	text-align: right;
	color: #666666;
}
div#footer a {
	font-weight: normal;
	color: #666666;	
	}
div#footer a:hover {
	color: #333;
	text-decoration: none
	}
.centerbold {
	font-weight: bold;
	text-align: center;
}
.italicbold {
	font-style: italic;
	font-weight: bold;
}

