body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: small;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family:Tahoma, "MS Sans Serif", Arial;
	font-size: large;
	font-weight: bold;
	color: #990000;
}

h2 {
	font-family:Tahoma, "MS Sans Serif", Arial;
	font-size: larger;
	font-weight: bold;
	color: #990000;
}

ul.forum {
	display: block;
	width: 400px;
}

ul.forum li {
	list-style-type: none;
	margin-left: 2px;
}

div.item {
	background-color: #ECECEC;
	margin-top: 10px;
	padding: 6px;
	width: 600px;
}


div.posthead {
	background-color: #B3360D;
	padding: 2px;
	color: White;
	font-size: smaller;
}

div.postbody {
	background-color: #F9E4D2;
	padding: 6px;
}

div.forumform {
	background-color: #F9E4D2;
	padding: 6px;
	width: 600px;
}

div.forumform br {
	clear: left;
}

div.forumform input {
	/* width: 100%; */
	display: block;
	float: left;
	width: 200px;
	margin: 5px -20px 3px 0;
}

div.forumform label {
	display: block;
	float: left;
	width: 150px;
	text-align: left;
	font-weight: bold;
	padding-right: 0;
	margin: 6px 0 2px 0;
}

div.forumform textarea {
	display: block;
	float: left;
	width: 250px;
	text-align: left;
	font-weight: bold;
	padding-right: 0;
	margin: 6px 0 2px 0;
}

div.smiley {
	display: block;
	float: left;
	width: 60px;
	height: 40px;
	margin: 4px;
}

span.forumbody_small {
	font-size: smaller;
}

span.forumbody_und {
	text-decoration: underline;
}
span.forumbody_me {
	color: red;
	font-style: italic;
}
div.forumbody_quote {
	display: block;
	padding-left: 30px;
	font-style: italic;
}
div.forumbody_edit {
	display: block;
	padding-left: 30px;
	color: Navy;
}
div.forumheader_link {
	float: right;
	padding-left: 4px;
}
div.forumheader_link a {
	color: White;
}
.small {
	font-size: smaller;
}