@charset "utf-8";
/* CSS Document */

.post
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.post p
{
	text-align:justify;
	padding:5px;
}

.post img
{
	margin:3px;
}

.post a
{
	color:#316FDC;
	font-weight:bold;
	text-decoration:underline;
}

.post a:hover
{
	text-decoration:none;
}

.post table
{
	width:100%;
	height:auto;
	border:1px solid #316FDC;
}

.post .tbtitulo
{
	background-color:#316DFC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	height:30px;
}

.post .tbdireita
{
	border:2px #FFFFFF solid;
	background-color:#A5C1F1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-align:center;
	height:30px;
}

.post .tbcelulas
{
	border:2px #FFFFFF solid;
	background-color:#E6EEFB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:justify;
	height:30px;
}

.post ul
{
	list-style:square;
	color:#316FDC;
}

.post ol
{
	color:#000099;
}
