body {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif; 	
	font-size: 12pt;
	background: url("background.jpg");
}
td {
	font-family: "Times New Roman", Times, serif; 	
	font-size: 12pt;
}
h1 {
	font-weight: bold;
	color: red;
	text-align: center;
	font-size: 14pt;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #008000;
	text-align: center;
	font-size: 13pt;
}
.greenHeading { 
	font-family: "Times New Roman", Times, serif; 
	font-weight: bold; 
	color: #008000; 
	text-align: center; 
	font-size: 13pt; 
}
.spacer {  
	font-size: 24px
}
.bodytable {  
	position: relative; 
	left: 200px
}
.justify {  
	text-align: justify
}
.redheading { 
	font-weight: bold; 
	color: red; 
	text-align: center; 
	font-size: 14pt; 
}
.bodytextred {
	text-align: justify;
	font-weight: bold;
	color: #FF3300;
}
.bodytextgreen {
	text-align: justify;
	font-weight: bold;
	color: #009900;
}
a:link, a:hover, a:visited {
	font-weight: bold;
	color: #009900;
}
a:hover {
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
