p, td, li, ul, ol, label, input, select {
	font-family: Arial,Helvetica,sans-serif;
}

p {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 8px;
	text-align: left;
}

p.tagline {
	font-style: italic;
	font-size: 1.2em;
	margin-top: -6px;
}

ul {
	font-family: Arial,Helvetica,sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}

h1 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #E11E30;
	font-size: 1.3em;
	text-transform: uppercase;
	margin-bottom: 8px;
}	

h2 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 1.2em;
	margin-top: 16px;
	margin-bottom: 2px;
}	

h2.tagline {
	margin-top: 8px;
	margin-bottom: 16px;
}

h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 1.2em;
	margin-top: 8px;
	margin-bottom: 0;
}

a:link, a:visited {
	color: white;
	background-color: transparent;
	text-decoration: none;
}

a:hover, a:active {
	color: white;
	background-color: transparent;
	text-decoration: underline;
}