<!--
body {
	margin: 0px;
	background-image: url(../../display/images/img_fundo_01.jpg);
	background-position:bottom;
	background-attachment:fixed;
	background-color:#2E62F3;
	background-repeat:no-repeat
}

img {
	border: 0px;
}

input, select, textarea, inputselectd {
	font-family : Arial;
	font-size : 11px;
	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: #F5F1E2;
	color: #000; 
}

a {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #13397F;
	text-decoration:none;
}

a:hover {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #13397F;
	text-decoration:underline;
}

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

.titulo {
	font-family: Trebuchet MS;
	font-size: 17px;
	color: #333333;
	text-decoration:none;
}

.menu_topo {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #13397F;
	text-decoration:none;
}

.menu_topo:hover {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #13397F;
	text-decoration:none;
}

.trebuchet_12_azul {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #13397F;
	text-decoration:none;
}

.trebuchet_12_azul:hover {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #13397F;
	text-decoration:underline;
}

.arial_11_branco {
	font-family: Arial; 
	font-size:11px; 
	color:#FFFFFF;
	text-decoration:none;
}

.arial_11_branco:hover {
	font-family: Arial; 
	font-size:11px; 
	color:#FFFFFF;
	text-decoration:underline;
}