/* CSS Document */
#main #phpbb {
	font-size: 90%;
}
#main #phpbb h1 {
	padding-bottom: 10px;
	padding-top: 20px;
}
#main #phpbb {
	
	margin: 0px;
	padding: 20px;
}
#main #phpbb a.link_to_home {
	color: #0D3F5B;
	float: right;
}
#main #phpbb table 
{
	margin-left: 0px;
	border: none;
}
#main #phpbb table th {
	border: none;
	font-size: 1em;
}
#main #phpbb table td {
	border: none;
}

a.topictitle {
	font-size: 1em;
}

.postbody {
	font-size: 1.1em;
	line-height: 1.2em;
}
select {
	font-size: 90%;
}
.btnlite {
	font-size: 1em;
}