/* CSS Document */

/* BODY */
body {
	background-color: #DEDCCF;
}
body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* HEADERS */
h1 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
	color:#CC0000;
	font-weight:normal;
	
	margin:0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:normal;
	
	margin:0px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:normal;
	
	margin:0px;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CC0000;
	font-weight:normal;
	
	margin:0px;
}
h5 {
	font-family: Times, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CC0000;
	font-weight:normal;
	
	margin:0px;
}
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	font-weight:normal;
	
	margin:0px;
}

.textocinza {
	font-size:11px;
	color:#999999;
	font-weight:bold;
}

.textovermelho {
	color:#CC0000;
	font-weight:bold;
}

.textobranco {
	color:#FFFFFF;
}

.textobold {
	font-size:11px;
}

/* TABELAS */
table.site {
	background-color:#FFFFFF;
}
table.titulo {
	border-bottom:1px dashed #000000;
}
table.pesquisa {
	border-top:1px dashed #000000;
}
table.newsletter {
	border-top:1px dashed #000000;
	border-bottom:1px dashed #000000;
}
table.faixa {
	border-bottom:10px solid #000000;
}
img.borda {
	border-bottom:1px dashed #000000;
}
td.borda {
	border-top:1px dashed #000000;
}

/* MENU */
td.numero {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CC0000;	
}
td.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;	
}
td.submenu {
	font-family:Times, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CC0000;
}
td.paginatitulo {
	font-family:Times, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
}
td.linhalateral {
	border-right:1px dashed #000000;
}
td.linharodape {
	border-bottom:1px dashed #000000;
}

/* LINKS */
a:link,a:visited, a:active {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration:underline;
}

/* FORMULARIOS */
input.caixatexto
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	
	padding:3px 2px 3px 2px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}
input.caixatextoseleccionada
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
	padding:3px 2px 3px 2px;
	border:1px solid #ABADB3;
	background-color:#FFFFCC;
}

/* COPYRIGHT */
td.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}
a.copyright
{
	font-weight:bold;
	text-decoration:none;
}
a.copyright:hover
{
	text-decoration:underline;
}
