/* PAGE/GENERAL */

*
{
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: left;
}

#page {
	width: 784px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

* html #page {
	height: 100%;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden {
	position: absolute;
	left: -10000px;
}

.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	text-align: left;
}
a.bodycopy:link {
	color: #CC0000;
	text-decoration: underline;
}
a.bodycopy:hover {
	color: #CC0000;
	text-decoration: none;
}
a.bodycopy:visited {
	color: #333333;
}
.region_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
.disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.tablecopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.redcopy {
	color: #CC0000;
}

/* FOOTER */

#footer
{
	width: 784px;
	margin-left: 25px;
	background-color: #fff;
	font-size: 85%;
	color: #ccc;
	text-align: center;
	line-height: 1.5em;
}

#footer p
{
	margin-top: 1.5em;
}