html {
     overflow: -moz-scrollbars-vertical;
}


.titulo {
	font-size: 18px;
	font-family: "Trebuchet MS", tahoma, verdana, arial, helvetica;
	font-weight:bold;
	color: #36587d;
}


.subtitulo {
	font-size: 14px;
	font-family: "Trebuchet MS", tahoma, verdana, arial, helvetica;
	font-weight:100;
	color: #8d8d8d;
}

.destaque {
	font-size: 13px;
	font-family: "Trebuchet MS", tahoma, verdana, arial, helvetica;
	font-weight:bold;
	color: #36587d;
}

.endereco {
	font-size: 12px;
	font-family: "Trebuchet MS", tahoma, verdana, arial, helvetica;
	font-weight:100;
	color: #36587d;
}


.texto {
	font-size: 12px;
	font-family: "Trebuchet MS", tahoma, verdana, arial, helvetica;
	font-weight:100;
	color: #000000;
}



BODY {
	font-size: 11px;
	font-family: "Trebuchet MS", tahoma, verdana, arial, helvetica;
	color: #000000;
	overflow:auto;
}


input {
	border-color: #cccccc; 
	border-width: 1; 
	border-style: solid; 
	background-color:#eeeeee; 
	font-size: 14px;
	font-family: "Trebuchet MS", tahoma, verdana, arial, helvetica;
	font-weight:100;
	color: #333333;
}

select {
	border-color: #cccccc; 
	border-width: 1; 
	border-style: solid; 
	background-color:#eeeeee; 
	font-size: 12px;
	font-family: "Trebuchet MS", tahoma, verdana, arial, helvetica;
	font-weight:100;
	color: #333333;
}

textarea {
	border-color: #cccccc; 
	border-width: 1; 
	border-style: solid; 
	background-color:#eeeeee; 
	font-size: 14px;
	font-family: "Trebuchet MS", tahoma, verdana, arial, helvetica;
	font-weight:100;
	color: #333333;
}

td {
	font-size: 12px;
	font-family: "Trebuchet MS", tahoma, verdana, arial, helvetica;
	font-weight:100;
	color: #000000;
}


A:link, A:visited, A:active {	
	color: #336699;
	text-decoration: none; 
	
}


A:hover {
	color: #cccc66;
	text-decoration:underline;
}

