body {
	background-color: #CCCCCC;
}
.medwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
td.barpadding {
	padding: 0px 5px;
}
td.toppadding {
	padding: 5px 0px;
}
td.genpadding {
	padding: 5px 5px;
}
.meddarkgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.meddarkgrey a {
	text-decoration: none;
	color: #999999;
}
.meddarkgrey a:visited {
	color: #999999;
}
.meddarkgrey a:hover {
	text-decoration: underline;
}
.medlightgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.medlightgrey a {
	text-decoration: none;
	color: #CCCCCC;
}
.medlightgrey a:visited {
	color: #CCCCCC;
}
.medlightgrey a:hover {
	text-decoration: underline;
}
.medlightblue {color: #9FB2FF}

/* Navigation */

.navbar {
	position: relative;
	background: url(img/label_over.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 171px;
	height: 22px;
	margin: 0;
	padding: 0;
}
.navbar a {
	display: block;
	color: #FFFFFF;
	width: 171px;
	height: 22px;
	display: block;
	float: left;
	text-decoration: none;
}
.navbar img {
	width: 171px;
	height: 22px;
	border: 0;
}
* html a:hover {
	visibility:visible;
}
.navbar a:hover img {
	visibility: hidden;
}
.navbar div {
	position: absolute;
	left: 0px;
	top: 3px;
	margin: 0px;
	padding: 0 10px;
	cursor: pointer;
}
.navheader {
	position: relative;
	background: url(img/label_section.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 171px;
	height: 22px;
	margin: 0;
	padding: 0;
}
.navheader div {
	position: absolute;
	left: 0px;
	top: 3px;
	margin: 0px;
	padding: 0 10px;
}

/* Body fonts */

.feedfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.feedfont a {
	text-decoration: none;
	color: #0000FF;
}
.feedfont a:hover {
	text-decoration: underline;
}
.feedfont a:visited {
	color: #0000FF;
}
.feed {
	padding: 0 17px 0 0;
	background: url(img/rss.png) no-repeat center right;
}
.spotlighttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5B648F;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bodytext a {
	text-decoration: none;
}
.bodytext a:hover {
	text-decoration: underline;
	color: #0000FF;
}
.bodytext a:visited {
	color: #9900FF;
}
.posttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #5B648F;
}

/* Blockquotes */

div.quote {
	padding: 0 0 0 8px;
	margin: 3px 0 3px 0;
	border-left: 4px solid #CFDDFF;
}