body{
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffcc00;
}
table td{
	vertical-align:top;
	padding:10px 5px;
	font-size:9.5pt;
}
h2{
	margin-bottom:0;
}

a:link, a:visited {text-decoration: none;color:#000000;}
a:hover {text-decoration: underline;color: #000000;}
a:active {text-decoration: none;color:#000000;}

#topo{
	text-align:center;
	font-weight:bold;
	margin:15px 0 25px 0;
	padding:0 10px;
}
#versao{
	text-align:right;
	font-size:8pt;
}
#texto{
	font-weight:normal;
}
#corpo{
	background-color:#fc0;
	width:740px;
}
#arquivos td{
	text-align:center;
	background-color:#8eb4e3;
	vertical-align:middle;
}
#contato{
	font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align:center;
        font-size:10pt;
	font-weight:bold;
}
#rodape{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:8pt;
}
#fundo{
	position: absolute;
	width:740px;
        height:890px;
        left:50%;
	margin-left: -370px;
	margin-bottom: 50px;
	padding: 5px 20px;
/*
	background-image: url(../images/top-left.jpg), url(../images/top-right.jpg), url(../images/bottom-left.jpg), url(../images/bottom-right.jpg), 
			  url(../images/top.jpg), url(../images/bottom.jpg), url(../images/left.jpg), url(../images/right.jpg);
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y;
        background-position: top left, top right, bottom left, bottom right, top, bottom, left, right;
	background-color:#fc0;
*/
}
