/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
/* ------------------------------------ */
/* extreme.css                          */
/* ------------------------------------ */
/* Created   2003-11-07                 */
/* Modified  2006-03-08                 */
/* Copyright (c) 2003-2004 by           */
/* Kimberly McBride, McBride Design     */
/* All rights reserved.                 */
/* ------------------------------------ */




body {
	margin: 0px 0px; background: #cccccc; font-family: Times, Georgia, Serif; 
	font-size: 14px; color: Black; line-height: 1.25em	
}

table { background-color: white; }

p, td {
	font-size: 14px;
	color: Black;
	line-height: 1.25em;
	text-align: left;
	bottom: 0px;
}


a:link { 
	color: #FF0000
}

a:active {
  	color: #FF9900
}

a:visited {
	color: #FF0000;
	text-align: center;
}

.note {
	font-size: 10px; font-style: italic; font-family: Arial, Helvetica, sans-serif
}

.padded {
	padding: 1em; font-family: Times, Georgia, Serif; font-size: 12.5px; color: Black;
	line-height: 1.25em
}

.announcement {
	font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #FF0000;
	font-weight: bolder; font-stretch: ultra-expanded; line-height: 1.25em;
}

.p2 {
	font-family: Times, Georgia, Serif; font-size: 14px; color: Black;
	line-height: 1.25em; text-indent: 2em
}

.footer {
	padding: .5em; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: White; font-weight: bold;
	line-height: 1.5em}

.imagefloatright {
	position: relative;
	right: auto;
}
.fltrtCopy {
	float: right;
	margin-left: 8px;
}
.ctrtable {
	text-align: center;
}
#floatinghometext {
	text-align: left;
}
.flttop {
	float: none;
	margin-left: 8px;
}
