	html, body {
		margin: 0px;
		padding: 0px;
	}

	body {
		font-family: Arial, Verdana, sans-serif;
		font-size: 12px;
		color: #000000;
		background-color: #000000;
	}
	
	#nav {
		width: 408px;
		height: 25px;
		text-align: center;
		padding-top: 5px;
		margin-left: 20px;
		margin-top: 10px;
		background-image:url('/images/navbackground.gif');
		background-repeat: no-repeat;
		}

	#navVertLines {	
		font-size: 14px;
		color: #bebebe;
		}

	#navText {	
		font-size: 14px;
		color: #d11e24;
		}

	#navText a:link, #nav a:visited, #nav a:hover {
		text-decoration: none;
		color: #d11e24;
	}	
	
	.MainContent p {
		padding: 0px 20px 0px 20px;
	}

	.titleArrow {
		padding-bottom: 2px;
		margin-right: 5px;
		vertical-align: bottom;
	}

	.smallArrow {
		padding-bottom: 0px;
		margin-right: 5px;
		vertical-align: center;
	}
	
	.title {
		padding-left: 20px;
		font-family: trebuchet MS;
		font-size: 20px;
		color: #d11e24;	
	}
	
	.bodyText {
		font-family: Arial, Verdana, sans-serif;
		font-size: 12px;
		line-height: 20px;
		color: #000000;
	}
	
	.MainContent a {
		font-family: Arial, Verdana, sans-serif;
		font-size: 12px;
		color: #d11e24;
		text-decoration: none;
	}
	#footer {
		font-size: 11px;
		color: #a8a4a3;
		text-align: center;
		padding: 10px;
	}
		
	#footer a:link, #footer a:visited, #footer a:hover {
		text-decoration: none;
		color: #a8a4a3;
	}
