<!--
body {
	margin: 0px;
	background-color:#2E2E2E;
		
	scrollbar-arrow-color:#000000;
	scrollbar-3dlight-color:#2E2E2E;
	scrollbar-highlight-color:#2E2E2E;
	scrollbar-face-color:#585858;
	scrollbar-shadow-color:#2E2E2E;
	scrollbar-darkshadow-color:#2E2E2E;
	scrollbar-track-color:#2E2E2E;
}

img {
	border: 0px;
}

input, select, inputselectd {
	font-family : Arial;
	font-size : 11px;
	border-top : 1px solid #2E2E2E;
	border-left: 1px solid #2E2E2E;
	border-right: 1px solid #2E2E2E;
	border-bottom: 1px solid #2E2E2E;
	color : #cccccc;
	background-color : #2E2E2E;
	font-weight : none;
}

textarea {
	font-family : Arial;
	font-size : 12px;
	border-top : 1px solid #2E2E2E;
	border-left: 1px solid #2E2E2E;
	border-right: 1px solid #2E2E2E;
	border-bottom: 1px solid #2E2E2E;
	color : #cccccc;
	background-color : #2E2E2E;
	font-weight : none;
}

a {
	font-family: Verdana;
	font-size: 11px;
	color: #f1f1f1;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #f1f1f1;
	text-decoration:underline;
	font-weight:bold;
}

table, td, b, div, p {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}

.data {
	color:#FE9216;
	font-size: 12px;
	text-decoration: none;
}

.data:hover {
	color:#FE9216;
	text-decoration: none;
}

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

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

.menu {
	font-family: Arail;
	font-size: 13px;
	color: #CCCCCC;
	text-decoration:none;
	font-weight:normal;
}

.menu:hover {
	font-family: Arail;
	font-size: 13px;
	color: #f1f1f1;
	text-decoration:none;
	font-weight:normal;
}


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

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

.rodape {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #f1f1f1;
}

.rodape:hover {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #f1f1f1;
}