@charset "utf-8";
.header {
	font-size: 22px;
	font-weight: bold;
	color: #de1b04;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.header2 {
	font-size: 18px;
	font-weight: bold;
	color: #f78008;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 22px;
}
.subhead {
	font-size: 15px;
	font-weight: bold;
	color: #f78008;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 16px;
}

.subhead-red {
	font-size: 15px;
	font-weight: bold;
	color: #de1b04;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 16px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../../2009_Annual_Convention/images/09conf-site-bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.mainarea-padding {
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 45px;
	padding-left: 30px;
}
.copyright {
	font-size: 9px;
	color: #999999;
}

a:link {
	color: #ec3f0d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ec3f0d;
}
a:hover {
	text-decoration: underline;
	color: #ec3f0d;
}
a:active {
	text-decoration: none;
	color: #ec3f0d;
}

