body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #666;
}

p {

}

h2.tituloArea {
	color: #369;
	border-bottom: #c0c0c0 1px dotted;
}

hr {
	/*border: #c0c0c0 1px dotted;*/
	color: #c0c0c0;
	height: 1px;
}

/* Template do site (tabela principal) */
.tabelaPrincipal {
	width: 960px;
}

.cabecalho {
	width: 960px;
	height: 188px;
	padding: 0px 0px 0px 0px;
}

.menu {
	width: 160px;
	border-right: solid 1px #c0c0c0;
}

.conteudo {
	width: 580px;
	height: 100%;
	padding: 0px 5px 0px 5px;
	border-right: solid 1px #c0c0c0;
}

.gapnet {
	width: 210px;
	padding-left: 5px;
}

.espacamento {
	height: 10px;
}

.base {
	border: solid 1px #c0c0c0;
	height: 20px;
	text-align: center;
	font-weight: bold;
}

/* Itens do menu */
#blocoMenu{
	margin: 5px;
	color: #369;
	font-weight: bold;
	list-style-type: none;
}

#blocoMenu li{
	padding-bottom: 15px;
}

#blocoMenu a {
	display: block;
	color: #369;
	border-bottom: #c0c0c0 1px dotted;
	text-decoration: none;
}

#blocoMenu a:hover {
	display: block;
	color: #DB8A14;
	border-bottom: #c0c0c0 1px dotted;
	text-decoration: none;
}

#blocoMenu a:visited {

}

/* Títulos */
h1 {
	color: #369;
	border-bottom: #c0c0c0 1px dotted;
}

h2 {
	color: #369;
	border-bottom: #c0c0c0 1px dotted;
}

h3 {
	color: #369;
	border-bottom: #c0c0c0 1px dotted;
}

h4 {
	color: #369;
	border-bottom: #c0c0c0 1px dotted;
}

h5 {
	color: #369;
	border-bottom: #c0c0c0 1px dotted;
}

h6 {
	color: #369;
	border-bottom: #c0c0c0 1px dotted;
}

/* Links */

a {
	color: #369;
	text-decoration: none;
}

a:hover {
	color: #DB8A14;
	text-decoration: underline;
}

a:visited {

}

/* Formulários */
input, textarea, select {
	border: solid 1px #a0a0a0;
	font-family: Arial,Helvetica,sans-serif;
}

.radio {
	border: solid 0px;
}