body {
	margin			: 0;
	padding			: 0;
	font-family		: sans-serif;
	font-size		: 9pt;
}

a {
	text-decoration	: none;
	color			: #6ca61f;
	font-weight		: bold;
}

a:hover {
	color			: #c68c3f;
}

img {
	border			: 0;
}

h1 {
	margin			: 0;
	padding			: 3px 0 0 16px;
	height			: 26px;
	color			: #fff;
	font-size		: 11pt;
	font-weight		: bold;
	background		: url('/img/colhdrs.jpg') -1105px 0 no-repeat;
}

h2 {
	padding			: 0;
	margin			: 14px 15px 14px 15px;
	color			: #8cc63f;
	font-size		: 11pt;
	font-weight		: bold;
}

h3 {
	margin			: 0px 15px 0px 15px;
	padding			: 3px;
	color			: #999;
	font-size		: 10pt;
	font-weight		: bold;
	background-color: #eee;
	border			: 1px solid #ccc;
}

h4 {
	margin			: 0px 15px 0px 15px;
	padding			: 3px;
	color			: #666;
	font-size		: 10pt;
	font-weight		: bold;
	border-bottom	: 1px dashed #ccc;
	clear:both;
}

p, fieldset, dl {
	margin			: 14px 15px 14px 15px;
	line-height		: 15pt;
}

div#content ul,
div#content ol {
	margin			: 14px 15px 14px 15px;
	padding			: 0 0 0 15px;
	line-height		: 15pt;
}

div#content ul ul,
div#content ol ol {
	margin			: 0px 15px;
	padding			: 0 0 0 15px;
	line-height		: 15pt;
}

textarea {
	line-height		: 15pt;
}

table {
	margin			: 14px 15px 14px 15px;
}

table tr td {
	vertical-align	: top;
}

blockquote {
	background		: #eee url('/img/forum/quote_start.png') top left no-repeat;
	padding-left	: 20px;
}

dl.error dt {
	float		: left;
	width		: 100px;
}