html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	background-color: #700000;
	color: #ffffcc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	text-align: center; 
}

h1 {
	color: #ffffcc;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

h2 {
	color: #ffffcc;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

a, a:link {
	color: #ffff00;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #ff9933;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ff9900;
	text-decoration: underline;
}



#outerWrapper {
	background-color: #800000;
	margin: 0 auto 0 auto; 
	text-align: left; 
	width: 960px;
}
#outerWrapper #header {
	background-color: #800000;
	border-bottom: solid 1px #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 10px 10px 10px 10px; 
}

#outerWrapper #contentWrapper #content {
	margin: 0 0 0 0; 
	padding: 10px 10px 10px 10px;
}
#outerWrapper #footer {
	background-color: #800000;
	border-top: solid 1px #ffffff;
	padding: 10px 10px 10px 10px; 
}

a:link h1 {
	color: #ffff00;
	font-weight: bold;
	text-decoration: none;
}

a:visited h1 {
	color: #ff6633;
	font-weight: bold;
	text-decoration: none;
}

a:hover h1 {
	color: #ff9900;
	text-decoration: underline;
}

a:link h2 {
	color: #ffff00;
	font-weight: bold;
	text-decoration: none;
}

a:visited h2 {
	color: #ff6633;
	font-weight: bold;
	text-decoration: none;
}

a:hover h2 {
	color: #ff9900;
	text-decoration: underline;
}



