/*
Descrição				Estilo CSS
Data criação		24/11/2006
Autor						Adriano Waltrick
*/

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.conteudo { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
a.conteudo:link			{ text-decoration: underline; color: #FF0000; }
a.conteudo:visited 	{ text-decoration: underline; color: #910000; }
a.conteudo:hover 		{ text-decoration: underline; color: #0033FF; }
a.conteudo:active 	{ text-decoration: underline; color: #FF0000; }

.conteudo9 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
}
a.conteudo9:link			{ text-decoration: underline; color: #FF0000; }
a.conteudo9:visited 	{ text-decoration: underline; color: #910000; }
a.conteudo9:hover 		{ text-decoration: underline; color: #0033FF; }
a.conteudo9:active 	{ text-decoration: underline; color: #FF0000; }


.comentario { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #006600;
}
a.comentario:link			{ text-decoration: underline; color: #006600; }
a.comentario:visited 	{ text-decoration: underline; color: #006600; }
a.comentario:hover 		{ text-decoration: underline; color: #006600; }
a.comentario:active 	{ text-decoration: underline; color: #006600; }


.codigo { 
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
}
a.codigo:link			{ text-decoration: underline; color: #000000; }
a.codigo:visited 	{ text-decoration: underline; color: #000000; }
a.codigo:hover 		{ text-decoration: underline; color: #000000; }
a.codigo:active 	{ text-decoration: underline; color: #000000; }


.conteudo2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #0000FF; 
}
a.conteudo2:link			{ text-decoration: underline; color: #0000FF; }
a.conteudo2:visited 	{ text-decoration: underline; color: #0000FF; }
a.conteudo2:hover 		{ text-decoration: underline; color: #0000FF; }
a.conteudo2:active 		{ text-decoration: underline; color: #0000FF; }


.titulos { 
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:18px; 
	color: #666666; 
	font-weight: bold;
}
a.titulos:link 			{ text-decoration: underline; color: #666666; font-weight: bold;}
a.titulos:visited 	{ text-decoration: underline; color: #666666; font-weight: bold;}
a.titulos:hover 		{ text-decoration: underline; color: #72e400; font-weight: bold;}
a.titulos:active 		{ text-decoration: underline; color: #666666; font-weight: bold;}


.titulos_texto { 
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:18px; 
	color: #FF6600; 
	font-weight: bold;
}


.rodape { 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color: #C3C3C3;
}
a.rodape:link 		{ text-decoration: underline; color: #C3C3C3;}
a.rodape:visited 	{ text-decoration: underline; color: #C3C3C3;}
a.rodape:hover 		{ text-decoration: underline; color: #FF9900;}
a.rodape:active 	{ text-decoration: underline; color: #C3C3C3;}

.form  {
	height: 18px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #B9E8FF;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 2px;
}

.mensagem  {
	height: 100px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #B9E8FF;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 2px;
}

.bt_form  {
	height: 25px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #B9E8FF;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 2px;
}

.tabela {
	border: thin dotted #003366;
}

.style1 {font-family: "Courier New", Courier, monospace}
