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

td.menu_btn{
	width:126px;
	height:19px;
}


.titulo {
	font-size: 14px;
	font-family: "Trebuchet MS", tahoma,verdana,arial,helvetica;
	font-weight:bold;
	color: #893c16;
}

.titulo_big {
	font-size: 24px;
	font-family: "Trebuchet MS", tahoma,verdana,arial,helvetica;
	font-weight:bold;
	color: #893c16;
}

.titulo_med {
	font-size: 18px;
	font-family: "Trebuchet MS", tahoma,verdana,arial,helvetica;
	font-weight:bold;
	color: #893c16;
}

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


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

.pergunta {
	font-size: 12px;
	font-family: "Trebuchet MS", tahoma,verdana,arial,helvetica;
	font-weight:bold;
	color: #893c16;
}

.jurado {
	font-size: 14px;
	font-family: "Trebuchet MS", tahoma,verdana,arial,helvetica;
	font-weight:bold;
	color: #633f2d;
}

.alerta {
	font-size: 14px;
	font-family: "Trebuchet MS", tahoma,verdana,arial,helvetica;
	font-weight:100;
	color: #893c16;
}

.alerta_2 {
	font-size: 16px;
	font-family: "Trebuchet MS", tahoma,verdana,arial,helvetica;
	font-weight:100;
	color: #ff0000;
	background-color:#FFFF00;
}



BODY {
	font-size: 11px;
	font-family: 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: #893c16;
}

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: #893c16;
}

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: #893c16;
}

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


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


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

