@charset "utf-8";
/* CSS Document */

.post
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	width:450px;
}

.post p
{
	text-align:justify;
	padding:5px;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6, .post h7
{
	font-size:13px;
	color:#316FDC;
	font-weight:bold;
	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:99%;
	height:auto;
	border:1px solid #316FDC;
}

.post .tbtitulo
{
	background-color:#316DFC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	height:22px;
}

.post .tbtitulo p, .post .tbtitulo h1
{
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;	
}

.post .tbdireita
{
	border:2px #FFFFFF solid;
	background-color:#A5C1F1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000066;
	text-align:left;
	height:22px;
	min-width:80px;
}

.post .tbcelulas
{
	border:2px #FFFFFF solid;
	background-color:#E6EEFB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:center;
	height:22px;
}

.post .tbnormal
{
	border:2px #FFFFFF solid;
	background-color:#EEEEFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:center;
	height:22px;
}

.post .tbdestaque
{
	border:2px #FFFFFF solid;
	background-color:#0066CC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	height:22px;
}

.post ul
{
	list-style:square;
	color:#316FDC;
	font-size:11px;
}

.post ol
{
	color:#000099;
	font-size:11px;
}
