body {
	background: url(../imagens/fundo2.gif);
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	margin-left:0px;
	margin-top:0px;
}
body {
	background-color: #FFFFFF;
	overflow-x: hidden
}

.index { color: red }

.index a:link {
	text-decoration: underline;
}
.index a:visited {
color: green;
	text-decoration: underline;
}
.index a:hover {
	text-decoration: none;
	color: green;
}
.index a:active {
color: green;
	text-decoration: underline;
}

.Button {
	border-style: thin;
	border-color: #C6C6C6;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Input {
	border-style: solid;
	border-width: 1px;
	border-color: #C6C6C6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #484848;
	font-size: 11px;
}
.Textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660066;
	font-size: 11px;
}
.Select {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #484848;
	font-size: 11px;
	width: 170px;
}

.Texto {
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	text-decoration: none;
}
.Texto:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	text-decoration: underline;
}
.Texto2 {
	font-family: Tahoma;
	font-size: 15px;
	color: red;
	text-decoration: none;
}

.Texto3 {
	font-family: Tahoma;
	font-size: 13px;
	color: #DB2719;
	text-decoration: none;
}
.Texto3:hover {
	text-decoration: underline;
}

.Moldura {
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

.Tabela2 {
	border: 1px solid #e9e9e9;
	font-family: Tahoma;
	font-size: 11px;
	color: black;
}

.Tabela2 th {
	padding: 10px;
	background-color: #fefefe;
	border-left: 1px solid #e9e9e9;
	text-align: center;
}

.Tabela2 td {
	padding: 5px;
	border-bottom: 1px solid #e9e9e9;
}

.Tabela2 tr.alt td {
	background-color: #fafafa;
	border-left: 1px solid #f1f1f1;
	border-bottom: 1px solid #000000;
}

.Tabela {
	border: 1px solid #e9e9e9;
	font-family: Tahoma;
	font-size: 11px;
	color: black;
}

.Tabela th {
	padding: 10px;
	background-color: #fefefe;
	border-left: 1px solid #e9e9e9;
	text-align: center;
}

.Tabela td {
	padding: 5px;
	border-bottom: 1px solid #e9e9e9;
}

.Tabela tr.alt td {
	background-color: #fafafa;
	border-left: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}
