body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
	background-image: url(/site/files_index/fundao.jpg);
	scrollbar-arrow-color:#333333;
    scrollbar-base-color:#CCCCCC;
    scrollbar-shadow-color:#d4d3d3;
    scrollbar-face-color:#d9d9d9;
    scrollbar-highlight-color:#8F8F8F;
    scrollbar-darkshadow-color:#707070;
    scrollbar-3dlight-color:#707070;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	line-height:140%;
	font-weight:normal;
}

.titulos_admin{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:140%;
	background-color:#FBFBFB;
	font-weight: bold;
	text-transform:capitalize;
	text-align:left;
}

.negrito {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	font-weight: bold;
}

.negritoazul {
	color: #4876A4;
	font-weight: bold;
}

.texto_pequeno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	text-transform: none;
}

.texto_normal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	color:#666666;
	font-weight:normal;
}

.fundo_formes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	background-color: #FDFDFD;
}

/*--------------------------------- Links --------- */
a:link {
	color:#6E6E6E;
	text-decoration: none;
}
a:visited {
	color: #6E6E6E;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color:#999999;
}
a:active {
	text-decoration: none;
	color: #6E6E6E;
}

