<!--
body {
	margin: 0px;
	background-color:#000000;
	
}

img {
	border: 0px;
}

input, select, textarea, inputselectd {
	font-family : Arial;
	font-size : 12px;
	border-top : 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color : #333333;
	background-color : #ffffff;
	font-weight : none;
}

textarea {
	font-size : 12px;
}

input:focus, select:focus, textarea:focus {
	background: #ffffff;
	color: #333; 
}

a {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #666666;
	text-decoration:none;
}

a:hover {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #666666;
	text-decoration:underline;
}

table, td, b, div, p {
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
}

.titulo {
	font-size:17px;
	color:#333333;
	text-decoration: none;
	font-weight:bold;
}

.link {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}

.link:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration:underline;
}

.menu {
	font-family: Arial;
	font-size: 12px;
	color: #581212;
	text-decoration:none;
	line-height:20px;
	font-weight:bold
}

.menu:hover {
	font-family: Arial;
	font-size: 12px;
	color: #D63636;
	text-decoration:underline;
	line-height:20px;
	font-weight:bold
}

.idioma {
	font-family: Arial;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration:none;
	line-height:20px;
}

.idioma:hover {
	font-family: Arial;
	font-size: 10px;
	color: #999999;
	text-decoration:underline;
	line-height:20px;
}

.menu_superior {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}

.menu_superior:hover {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #ffffff;
	text-decoration:underline;
}

.rodape {
	color: #666666;
	font-family: Tahoma;
	font-size: 10px;
}

.rodape a {
	color: #666666;
	font-family: Tahoma;
	font-size: 10px;
}

.rodape a:hover {
	color: #FF0000;
	font-family: Tahoma;
	font-size: 10px;
}