DIV.post
{
}

DIV.postTitle
{
	font-size: 14px;
}

DIV.postText
{
	font-size: 14px;
	line-height: 1.5em;
	text-indent: 0;
}

DIV.postText a
{
	text-decoration: underline;
}
DIV.postText a:hover
{
	text-decoration: underline;
}
DIV.postText a:active
{
	text-decoration: underline;
}
DIV.postText a:link
{
	text-decoration: underline;
}
DIV.postText a:visited
{
	text-decoration: underline;
}

DIV.postText .autoIndent
{
	text-indent: 2em;
}


DIV.postText .tips
{
	font-size: 12px;
	color: #999999;
}


/******  gridLines  ******/
table.gridLinesH
{
	border-collapse: collapse;
}
table.gridLinesH td
{
	border-top: 1px solid #B5B8C8;
	border-bottom: 1px solid #B5B8C8;
	border-left: 0px;
	border-right: 0px;
}
table.gridLinesV
{
	border-collapse: collapse;
}
table.gridLinesV td
{
	border-top: 0px;
	border-bottom: 0px;
	border-left: 1px solid #B5B8C8;
	border-right: 1px solid #B5B8C8;
}
table.gridLinesAll
{
	border-collapse: collapse;
}
table.gridLinesAll td
{
	border: 1px solid #B5B8C8;
}
table.gridLinesNone
{
	border-collapse: collapse;
}
table.gridLinesNone td
{
	border: 0px;
}
