html, body { 
	font-family: Arial, Century, sans-serif; font-size: 11px; color: #252525;
	line-height:16px;
	background: white;
}

a:link, a:visited  {color: #e2001a; text-decoration: none;} 
a:hover,a:focus {color: #00ADEF; text-decoration: none;}
a:active { outline:none;}

p {margin-bottom:9px;}
td {vertical-align: top;}
sup { font-size:6pt; line-height:6px; vertical-align:top; }

h1 {
	display: block;
	margin: 19px 0px 5px 0px;
	font-size: 16px; font-weight: lighter; color: #666; 
}
h2 {
	margin: 0px 0px 15px 0px;
	text-transform: uppercase; font-weight: bold; font-size: 35px;
	line-height: 45px; color: #e2001a;
}
h3 {
	display: block; width: 100%; 
	padding-bottom: 3px; margin-bottom: 10px;
	border-bottom: 7px solid black;
	font-size: 14px; font-weight: bold; line-height: 20px; color: #e2001a; text-transform: uppercase;
}


#container {
	width: 700px; height: auto;
	margin: 0px auto;
	padding-top: 10px;
	text-align: center;
}
#container ul {
	margin-bottom: 35px;
}
