/* CSS Document */

BODY {
	scrollbar-base-color: #FFCD59;
	scrollbar-3d-light-color: #FFCD59;
	scrollbar-face-color: #FFCD59;
	
  }

.titulosdematerias {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing:1px;
	color: #000000;
}

.idaco {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing:1px;
	color: #000000;
	text-transform: uppercase;
}

.titulosdasboxes {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	letter-spacing:1px;
	color: #FFFFFF;
}

.textomarrom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}

.textopreto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing:1px;
}

.legenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	letter-spacing:1px;
}


.textolaranja {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing:1px;
	font-size: 11px;
	color: #9F5000;
}

.tabelamarrom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing:1px;
	border-width:1px;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	border-color: #CC9966;
}

.tabelamarromdir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing:1px;
	border-width:1px;
	border-bottom-style:solid;
	border-left-style:none;
	border-right-style:solid;
	border-top-style:solid;
	border-color: #CC9966;
}

.tabelamarromesq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing:1px;
	border-width:1px;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:none;
	border-top-style:solid;
	border-color: #CC9966;
}

.bordaimagem {
	border-color:#CC9966;
	border-bottom-style:solid;
	border-width:thin;
}

a:link {
	color: #9F5000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #9F5000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #9F5000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #9F5000;
	font-weight: bold;
}.bordapretaimg {
	border-color:#000000;
	border-bottom-style:solid;
	border-width:1px;
}
