/*
	RG3.Net - Folha de estilos
	Copyright (c) 2007 - 2008 RG3.Net Comércio e Serviços Ltda.
	Todos os direitos reservados.

	http://www.rg3.net/
*/

* {
	text-decoration: none;
}

/* Estilo do menu superior */
/*#topo {
	padding: 3px;
	font-size: 10pt;
	font-family: tahoma, verdana, sans-serif;
	background-color: #396DA5;
	color: white;
	border-width: 1px;
	border-color: #5b8fc7;
	border-style: solid;
}

#topo a {
	padding: 3px;
	color: white;
}

#topo a:hover {
	background-color: #5b8fc7;
	color: white;
}

.titulo {
	font-size: 18pt;
	font-family: tahoma, verdana, sans-serif;
	color: black;
}*/

/* Menu de navegação */
.menu {
	font-size: 14px;
	text-align: left;
}

.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menu li {
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid;
	color: black;
}

.menu li:hover {
	border-width: 1px;
	border-color: #004400;
	border-style: solid;
	background-color: #44ff44;
	color: white;
}

.menu a {
	padding: 5px;
	display: block;
	color: #396DA5;
}

.menu a:hover {
	background-color: #396DA5;	
	color: white;
}

/* Menu superior */
.topbanner {
	height: 94px;
	text-align: center;
	vertical-align: super;
	background-image: url("/images/bg_top_ad.png");
	background-repeat: repeat-y;
	background-position: right;
}

.topmenu {
	height: 30px;
	background-image: url("/images/bg_top_menu.png");
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.topmenu a {
	color: #ffffff;
}

/* Caixa de texto */
.mytextbox {
	background-color: #eeeeee;
	color: black;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding: 10px;
}

/* Conteúdo */
.conteudo {
	width: 80%;
	padding: 10px;
	position: relative;
	left: 10%;
	right: 10%;
}

/* Corpo da página */
body {
	font-size: 10pt;
	font-family: tahoma, verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 10pt;
	font-family: tahoma, verdana, sans-serif;
}

h1 {
	color: #004400;
	font-family: tahoma, verdana, sans-serif;
	font-size: 14pt;
}

h2 {
	font-family: tahoma, verdana, sans-serif;
	font-size: 12pt;
}

h3 {
	font-family: tahoma, verdana, sans-serif;
	font-size: 10pt;
}

h4 {
	font-family: tahoma, verdana, sans-serif;
	font-size: 8pt;
}

hr {
	line-height: 2;
	background-color: #004000;
}

input {
	font-family: tahoma, verdana, sans-serif;
	font-size: 10pt;
}

p {
	font-size: 10pt;
	font-family: tahoma, verdana, sans-serif;
}

table {
	border: 0;
	/*width: 100%;*/
}

a {
	color: #004400;
	font-weight: bold;
}

/* Copyright */
.copyright {
	color: gray;
	text-align: center;
	
}

.copyright a {
	color: #338833;
}

