body {
	overflow-x: hidden;
	overflow-y: scroll;
}

td {
	font-family: Verdana;
}



/* Comeco Tabela Principal do Site */
.TabelaPrincipal {
	background: #FFFFFF url('Imagens/MeioFundo.gif') repeat-y center top;
	border-left: 1px solid #FFCC01;
	border-right: 1px solid #FFCC01;
	padding: 0;
}
/* Fim Tabela Principal do Site */



/* Comeco Menu Direito do Site */
.MenuDir {
	font-family: Verdana;
	font-size: 8pt;
	color: #808080
}

.MenuDir a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.MenuDir a {
	text-decoration: none;
	color: #808080;
}

/* Fim Menu Direito do Site */



/* Comeco Subtitulos Internos do Site */
.TitulosInt {
	color: #FF0000;
	font-family: Verdana;
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: bold;
}
/* Fim Subtitulos Internos do Site */



/* Comeco Formatacao Meio */
.FormatInt {
	font-family: Verdana;
	color: #000000;
	font-size: 10pt;
}

.FormatInt a:hover {
	color: #FF0000;
	text-decoration: none;	
}

.FormatInt a {
	color: #FF0000;
	text-decoration: underline;	
}
/* Fim Formatacao Meio */



/* Comeco Newsletter */
.Newsletter {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
}

.NewsletterTitulo {
	color: #CC0000;
	text-align: center
}
/* Fim Newsletter */



/* Comeco Formularios */
.FormText {
	font-family: Verdana;
	font-size: 10pt;
	color: #FF6600;
	width: 190;
	border: 2px inset #FFCC00;
	padding: 0;
	background-color: #FFFFCC
}

.FormTextArea {
	font-family: Verdana;
	font-size: 10pt;
	color: #FF6600;
	width: 382;
	border: 2px inset #FFCC00;
	padding: 0;
	background-color: #FFFFCC;
}

.FormBotao {
	font-family: Verdana;
	font-size: 8pt;
	color: #4B3108;
	font-weight: bold;
	width: 70;
	height: 24;
	border-style: solid;
	border-width: 0;
	background-image: url('Imagens/BotForm.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}

.FormAlterar {
	width: 16;
	height: 16;
	border-style: solid;
	border-width: 0;
	background-image: url('Imagens/BotAdmin_Alterar.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
}

.FormExcluir {
	width: 16;
	height: 16;
	border-style: solid;
	border-width: 0;
	background-image: url('Imagens/BotAdmin_Excluir.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
}
/* Fim Formularios */



/* Comeco Area Administrativa */
a.AdminLink {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}

a:hover.AdminLink {
	color: #000000;
	text-decoration: underline;
}

.AdminAltFundo {
	color: #000000;
	border: 1px solid #000000;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 8pt;
}

.AdminAltTitulo {
	background-color: #FFCCCC;
}

.AdminAltCelula {
	background-color: #FFF0E6;
}

a.AdminAltLink {
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
}

a:hover.AdminAltLink {
	color: #000000;
	text-decoration: underline;
}
/* Fim Area Administrativa */



/* Comeco Rodape do Site */
.Rodape {
	border-top: 1px solid #FFCC01;
	padding: 0;
	font-family: Verdana;
	font-size:8pt;
	color:#808080;
}

.Rodape a:hover {
	text-decoration: none;
	color: #FF0000;
}

.Rodape a {
	text-decoration: underline;
	color: #808080;
}
/* Fim Rodape do Site */