/* CSS Document */

body{
background-color:transparent;
margin:0px;
width:98%;
color:#333;
}



/* Container */
.postcell{
display:block;
position:relative;
margin:5px;
float:left;
clear:both;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
width:100%;
}

.posttn{
	float:left;
	margin:5px;
	text-align:center;
	clear:right;
	color:#333;
}

.postinfo{
	float:left;
	margin:5px;
	clear:both;
	width:90%;
	border-bottom:1px dashed #999999;


}


a{
	color:#b25c00;
	text-decoration:underline;
}

a:hover{
	color:#b25c00;
	text-decoration:underline;
}

a:active{
color:#b25c00;
	text-decoration:underline;
}

a:visited{
	color:#b25c00;
	text-decoration:underline;
}

td {
color:#333;
}
