<!--
body {
	margin: 0px;
	background-image:url(../../display/images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
	scrollbar-arrow-color:#000000;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-face-color:#E6E6E6;
	scrollbar-shadow-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
}

img {
	border: 0px;
}

input, select, textarea, inputselectd {
	font-family : Arial;
	font-size : 12px;
	border-top : 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color : #5F5F5F;
	background-color : White;
	font-weight : none;
}

textarea {
	font-size : 12px;
}

input:focus, select:focus, textarea:focus {
	background: #EFF5F8;
	color: #000; 
}

a {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

table, td, b, div, p {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #FFFFFF;
}

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

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

.titulo {
	font-size:17px;
	color:#FFFFFF;
	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;
}

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

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