@charset "utf-8";

body {
	background-color: #333333;
	margin: 0px;
}
/* CSS Document */

a:link {text-decoration: none; color:#FC0;}
	
a:visited {text-decoration: none; color:#FC0;}

a:hover {
	text-decoration: none;
	color:#F60;
}

.a:link {
	text-decoration: none;
	color:#F60;
}
	
.a:visited {
	text-decoration:none;
	color:#F60;
}

.a:hover {text-decoration:overline; color:#FC0;}
.font {
	font-size: 13px;
	color: #CCC;
	font-family: verdana;
}
.campo_form {
	background-color:#666;
	border:hidden;
	font-size: 11px;
	color: #fff;
	font-family: verdana;
	width: 120px;
}
.botao {
	font-size: 11px;
	color: #000;
	font-family: verdana;
}
.conteudo {
	font-size: 11px;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	padding: 10px;
}
.Menu {
	font-size: 12px;
	font-family: verdana;
	font-weight: bolder;
	height: 17px;
	width: 128px;
}

.Table_master {
	width: 100%;
}
.Table_center {
	background-color: #000;
	width: 770px;
}
.Conteudo_left {
	width: 405px;
	padding: 10px;
}
.Conteudo_right {
	width: 325px;
	padding: 10px;
}
.Form_inter {
	width: 310px;
	padding: 10px;
	background-image: url(../img/back_form.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.Bold {
	font-weight: bold;
	color: #FC0;
}
.Rodape {
	font-size: 13px;
}
.borda_dropdown {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#icone_globo {
	float:left;
	height: 98px;
}

#menu {
	background-image: url(../img/back_menu.jpg);
	background-repeat: no-repeat;
	background-position:left
}
#submenu {
	background-color: #004F4F;
}

