@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/fundo.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #000000;
}

.FundoRodape {
	background-image: url(images/rodape.jpg);
	background-repeat: no-repeat;
}

.FundoRodape2 {
	background-image: url(images/rodape_ingles.jpg);
	background-repeat: no-repeat;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}


a.linkBranco:link {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 16px;
}
a.linkBranco:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 16px;
}
a.linkBranco:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-size: 16px;
}
a.linkBranco:active {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 16px;
}


.Titulo {
	font-size: 22px;
}

.TextoGrande {
	font-size: 17px;
}

#mycustomscroll {
	width: 875px;
	height: 245px;
	overflow: auto;
	position: relative;
	background-color: #000000;
	padding: 0px;
}
.Justificado {
	text-align: justify;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}

.FormInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	background-color: #1a1a1a;
	border: 1px solid #1a1a1a;
	height: 17px;
	width: 100%;
}

.List {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	background-color: #1a1a1a;
	border: 1px solid #1a1a1a;
	height: 21px;
	width: 100%;
}

.FormInput2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	background-color: #1a1a1a;
	border: 1px solid #1a1a1a;
	width: 100%;
}


