body {
	font-family: tahoma, sans-serif;
}

h1 {
	font-size:150%;
}

h2 {
	font-size:120%;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
}

.style15 {font-size: xx-large}

.style17 {
	text-align: center;
	color: #FFFFFF;
}
.style17 a:link, .style17 a:visited, .style17 a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.style17 a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.forum_message {

}

.forum_header {
	font-size: 80%;
}

.thumb_box {
	float: left;
	width: 100px;
	height: 105px;
	text-align: center;
	margin: 5px;
}

.forum_table_header {
	text-align: center;
	font-weight: bold;
}

.forum_row {
	font-size: 80%;
}

.quote {
	margin-left: 5px;
	background: #eee;
	font-size: 90%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-right: 3px;
	margin-bottom: 3px;
}

.quoteheader{
	font-size: 80%;
	color: #555;
	margin-top: 5px;
}