/* CSS Document */

/*TAGS*/

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}


/*CLASS*/

.menu-bg {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-y;
	padding: 10px;
}

.menu-item {
	border-bottom: 1px dashed #CCC;
}

.menu-item a:link, .menu-item a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.menu-item a:hover, .menu-item a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.titulo {
	font-size: 14px;
}

.topico {
	font-size: 16px;
	color: #606060;
	font-weight: bold;
}

.destaque {
	font-size: 14px;
	color: #009966;
	font-weight: bold;
}

.campos {
	border: 1px solid #CCC;
	font-size: 10px;
}

.botao {
	border: 0;
	background: none;
	font-weight: bold;
	color: #009966;
}

.link a:link, .link a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009966;
	text-decoration: none;
}

.link a:hover, .link a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009966;
	text-decoration: none;
}

.box {
	border: 1px solid #CCC;
}

.contact td
{
	background:#F5F5F5;
	padding-left:5px;
}

.input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #009966;
	height:13px;
	border:0px;
	background:transparent;
	cursor:hand;
}

/*DB9*/
.db9 { font-size:10px; color:#666; font-weight:bold; }
.db9 a:link, .db9 a:visited{ font-size:10px; color:#666; font-weight:bold; text-decoration:none; }
.db9 a:hover{ font-size:10px; color: #FF9900; font-weight:bold; text-decoration:underline; }

.tabelas a:link, .tabelas a:visited { font-size:10px; }
.tabelas td { width:33%; }