/* CSS Document */

body {
	margin: 10px;
	background-color:#201f1f;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image:url(/layout/fundo.jpg);
	background-position: center;
	background-position:top;
}
a:link, a:visited {
	color: #EC5D20;
	text-decoration: none;
}
div.principal {
	background-color:#000000;
	padding: 10px;
	width: 680px;
	text-align: left;
	border: 1px solid #EC5D20;
	margin: auto;
}
table.menu td {
	text-align: center;
}
table.menu td a:link, table.menu td a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #EC5D20;
	margin-bottom: 3px;
	border-bottom: 3px solid #000000;
}
table.menu td a:hover {
	border-bottom: 3px solid #EC5D20;
}
td.rodape {
	background-color: #292929;
	font-size: 9pt;
	text-align:center;
}

table.calendario {
	border: 1px solid #999999;
}
table.calendario td, table.calendario th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align:center;
}
table.calendario td a:link, table.calendario td a:visited {
	text-decoration: none;
	color: #EC5D20;
	font-weight: bold;
}
table.calendario td a:hover{
	text-decoration: underline;
	color: #EC5D20;
}

div.rolagem {
	width:330px;
	height:400px;
	overflow: auto;
}
strong.titulo {
	color: #EC5D20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}
p.titpag {
	text-align: center;
	margin-top: 20px;
	color: #EC5D20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	letter-spacing: 15px;
	font-variant:small-caps;
	font-weight: bold;
}