body
{
	font-family: Tahoma, Geneva, Helvetica, Arial, Trebuchet, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#backGradient
{
	background-image: url(../images/back_strip.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.content
{
	font-size: 11px;
	color: #333;
}

.contentQuote
{
	font-size: 16px;
	color: #222;
	line-height: 22px;
}

.headerBlue
{
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

a:hover
{
	text-decoration: underline;
}

a
{
	color: #F00;
	text-decoration: none;
}

b, strong
{
	font-weight: bold;
	font-size: 11px;
}

hr
{
	width: 175px;
	height: 1px:
	color: #EEE;
	background-color: #EEE;
	border: 0px;
}

img
{
	/* turn off borders around images just to be safe*/
	border: 0px;
}

div, table, th, td, li, dd, dl, dt
{
	/* redundant selectors to help NS4 not forget */
	font-family: Tahoma, Geneva, Helvetica, Arial, Trebuchet, Sans-Serif;
	font-size: 11px;
}

.footer, #footer
{
	color: #FFF;
}