body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #000000;
	scrollbar-track-color: #2288BB; 
	scrollbar-arrow-color: #66CCFF;
	scrollbar-highlight-color: #55BBEE;
	scrollbar-shadow-color: #2288BB; 
	scrollbar-darkshadow-color: #006699;
	scrollbar-3dlight-color: #77DDFF; 
	overflow: hidden;
	color: #66CCFF;
}
td {
	font-size: 11px;
}
td div {
	padding: 15px;
	width: 640px;
	height: 295px;
}
td div#esq {float:left;}
td div#dir {float:right;}
td div#footer {
	text-align:center;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 0px;	
}

a:link {
    color: #66CCFF;
	text-decoration:none;
}
a:visited {
    color: #66CCFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div a:hover {
	color: #FF0000;
}

p {
	text-align:justify;
}
p#dir {
	text-align:right;
}
p#cen {
	text-align:center;
}

/* TABLE LINHA
   linha preta com 1px de altura
   sintaxe: <table id="linha"><tr><td></td></tr></table>
*/
table#linhapreta			{width:100%;}
table#linhapreta tr			{background-color:#000000;}
table#linhapreta tr td		{height:1px;}

img#esq {
	border:0px;
	float:left;
}
img#dir {
	border:0px;
	float:right;
}

/* formatações gerais */
.bco	{color: #FFFFFF;}
.az		{color: #66CCFF;}
.o		{font-size: 8px;
		font-weight: bold;}