body
{
	background-color: whitesmoke;
	margin: 0px 0px 0px 0px;
	font-family: tahoma;
	font-size: 9pt;
}
table
{
	font-family: tahoma;
	font-size: 9pt;
}
select,input,button
{
	font-family: tahoma;
	font-size:9pt;
}
A:link,A:visited,A:active
{
	color: #006666;
	text-decoration: none;
}
A:hover
{
	color: #009999;
	text-decoration: underline;
}
.postinput
{
	font-family: tahoma;
	font-size: 10pt;
	width: 500px;
	height:150px;
	color: blue;
}
.pagenav
{
	text-align: center;
	width: 23px;
	border: 1px solid silver;
	margin-left: 1px;
}
.pagenavselected
{
	text-align: center;
	width: 23px;
	border: 1px solid silver;
	background-color: #D3D3D3;
	margin-left: 1px;
}
