body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #EE9F34;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #757E90;
	text-decoration: none;
}
#navbtm a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #EE9F34;
	text-decoration: none;
}
#navbtm a:visited { 
	color: #757E90;
	text-decoration: none;
}
#navbtm a:hover { 
	color: #FFC87D;
	text-decoration: underline;
}
#navbtm a:active { 
	color: #FFFFFF;
	text-decoration: underline;
}
#homebkgd {
	background: url(assets/images/homebkgd.jpg) no-repeat top left;
}
