body {
	margin: 0px; padding: 0px;
	background: white url("images/body.gif") repeat-x;
}
#content, #content td, #footer {
	font-family: calibri, arial, verdana;
	font-size: 13px;
	color: #404040 !important;
}
#footer {
	text-align: center;
	vertical-align: top;
	line-height: 22px;
	padding-top: 8px;
}
a, h1 span {
	color: #106a29;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 23px;
}
li {
	line-height: 18px;
}
img {
	border: 0px;
}
.e td {
	background-color: #eee;
}
.page_controls {
	text-align: center;
	background-color: #eee;
	color: black;
}
#content .timestamp {
	padding: 0 0 16px 0;
	text-align: right;
	font-size: 10px;
	font-family: verdana, arial, tahoma;
}
.highlight {
	background-color: #e91c39;
}
#content ul {
	list-style-type: square;
	list-style-image: url("images/bullet.gif");
	list-style-position: outside;
	xcolor: #e91c39 !important;
}
#content ul ul {
	list-style-type: disc;
	list-style-image: url("images/subbullet.gif");
	list-style-position: outside;
	xcolor: black !important;
}
#right_col a:hover {
	text-decoration: none;
}