/* CSS Document */
body {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p {
	margin-top: 0px;
	margin-bottom: 5px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.subtitle {
	color: #ffffff;
	background-color: #990000;
	background-image: url(../images/fundo.gif);
	font-size: 11px;
	padding: 3px;
	font-weight: bold;
}
.subtitle a {
	color: #ffffff;
}
.subtitle a:hover {
	color: #ffcc33;
	text-decoration: none;
}
.box {
	font-size: 10px;
	width: 120px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #696969;
}
.button {
	font-weight: bold;
	font-size: 10px;
	width: 120px;
	font-family: verdana, arial, helvetica, sans-serif;
	cursor: hand;
}
.text {
	font-size: 10px;
	width: 300px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.subtitulo {
	font-weight: bold;
	color: #990000;
	font-size: 12px;
}
.titulo {
	font-weight: bold;
	color: #990000;
	font-size: 14px;
}
.line {
	border: 1px solid #000000;
}
.rodape {
	color: #990000;
	font-weight: bold;
	font-size: 10px;
}
.rodape a {
	color: #990000;
}
.rodape a:hover {
	color: #000000;
	text-decoration: none;
}
.nota {
	font-size: 8px;
}
.normal {
	background-color: #FFCC33;
	margin-bottom: 1px;
	padding: 2px;
}
.sobre {
	background-color: #FFFF66;
	margin-bottom: 1px;
	padding: 2px;
}
.sobre a:hover {
	color: #990000;
	text-decoration: none;
}
.codigo {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
