body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #CCCCCC;
}

P, LI, TD, H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
}
a:link {
	color: #4485C3;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #CC6600;
	text-decoration: underline;
}

h1, h2 {
	font-family: Franklin, Arial Narrow, Arial, Helvetica, sans-serif;
	color: #CB9900;
	text-align: left;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 11px;
	font-weight:bold;
	margin-bottom:0px;
	padding-bottom:0px;
}

.subnav {
	text-align:right;
	font-family:Franklin,Arial Narrow,Helvetica,sans serif;
	font-size:16px;
	color:#326698;
	font-weight:bold;
}
.subnav a:link {
	text-decoration: none;
	color:#326698;
}
.subnav a:visited {
	color: #326698;
	text-decoration: none;
}
.subnav a:hover {
	color: #CC6600;
	text-decoration: none;
}

.quotebox {
	background-color:#E0E0E0;
	border:solid 1px #999999;
	padding:3px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #5588AA;	
}
.quoteby {
	padding-left:25px;
	text-align:right;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align:center;
}
.footer a:link {
	text-decoration: none;
	color:#666666
}
.footer a:visited {
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	color: #666666;
	text-decoration: underline;
}


.featurebox {
	background-color: #CB9900;
	border: thin solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	margin-top:10px;
}
.featurebox td a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.featurebox td a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.featurebox td a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

/* added by jfd 5/5/06 */
.floatLeft, img.floatLeft {
	float: left;
	margin: 4px 8px 4px 0px;
}
.floatRight, img.floatRight {
	float: right;
	margin: 4px 0px 4px 8px;
}

