/* CSS Document */

body {
	background-image: url(../imagens/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #8c8c8c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8c8c8c;
}
a:hover {
	text-decoration: none;
	color: #8c8c8c;
}
a:active {
	text-decoration: none;
	color: #8c8c8c;
}

.fonte_texto{
	font-family:Tahoma;
	font-size:11px;
	color:#8c8c8c;
	font-weight:normal;
	text-decoration:none;
}

.fonte_menus{
	font-family:Tahoma;
	font-size:11px;
	color:#8c8c8c;
	font-weight:normal;
	text-decoration:none;
}

.fonte_bottom{
	font-family:Tahoma;
	font-size:8px;
	color:#8c8c8c;
	font-weight:bold;
	text-decoration:none;
}

.fonte_texto_titulo{
	font-family:Tahoma;
	font-size:14px;
	color:#8c8c8c;
	font-weight:bold;
	text-decoration:none;
}

.fonte_texto_titulo_1{
	font-family:Tahoma;
	font-size:12px;
	color:#8c8c8c;
	font-weight:bold;
	text-decoration:none;
}

.fonte_texto_titulo_2{
	font-family:Tahoma;
	font-size:16px;
	color:#8c8c8c;
	font-weight:bold;
	text-decoration:none;
}

input.botao { 
	background-image:url(../imagens/bg_bt.jpg);
	font-family: Tahoma;
	font-weight:bold;
	font-size: 13px; 
	color: #8c8c8c; 
	border: #8c8c8c; 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px 
}