body {
	background: #993333 url(../images/background.GIF) repeat-y left top;
	font-family: myriad, verdana, helvetica, arial, sans-serif;
	margin: 5px;
	font-size: 12px;
	padding: 5px;
}
a, a:link, a:visited {
	color: #016aab;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.clear_right, .clear_left, .clear_both {
	height: 0;
	width: 0;
}
.clear_right {
	clear: right;
}
.clear_left {
	clear: left;
}
.clear_both {
	clear: both;
}
#body .header {
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #999;
}
#body .content .entry {
	padding: 15px 0;
	border-bottom: 1px solid #999;
}
#body .content .entry .title .title {
	font-size: 12pt;
	font-weight: bold;
}
#body .content .entry .text {
	padding-top: 10px;
}
#body .content .entry .filed_under {
	text-align: center;
	border-top: 1px dotted #CCC;
}
#body .footer {
	padding-top: 25px;
	text-align: center;
	font-size: 12pt;
}
ul.pager, .comment .links ul {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.pager li, .comment .links ul li {
	display: inline;
	margin-right: 10px;
}
.comment {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}
.comment .submitted {
	padding: 10px 0;
}
.collapsed {
	display: none;
}
#body .content .overview ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#body .content .overview ul li h3 {
	font-size: 12pt;
	line-height: 12pt;
	margin: 0;
}
#body .content .overview ul ul {
	list-style-type: disc;
	padding-left: 25px;
}
#body .content .overview ul li {
	padding-bottom: 10px;
}
#body .content .overview ul ul li {
	padding: 0;
}
