a {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #EE0000;
	text-decoration: underline;
}
body,td {
/*	font-family:trebuchet ms, verdana;
	font-size:0.8em;
*/
}
th {
	color: #EE0000;
	text-align:left;
}
h1 {
	
}
h2 {
	color: #000066;
}
hr {
	color: #000066;
	height:1px;
	border:1px solid #000066;
	margin:20px 0 20px 0;
}

.marketing_h1 {
	width: 628px;
	height: 50px;
	background-image: url(/static/images/header.png);
	background-repeat: no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 0px;
}
h4{
	color: #ed1c24;
	font-size:12px;
}

#bounds {
	margin: 0 auto;
	width: 800px;
	background-image: url(/static/images/bounds_mid.png)
}
#flash {
	height: 207px;
	background-image: url(/static/images/bounds_top.png)}
#content {
	width: 656px;
	margin: 0 auto;
}
#content p#text {
	padding: 1em 0px;
}
#footer {
	background-image: url(/static/images/bounds_bot.png);
	height: 68px;
}
.red, a{
	color: #ed1c24;
}
.lh{
	line-height:1.7em !important;
}
p{
	line-height:1.7em;
}