body,table {
	font-family:Arial;
	font-size: 11px;
	color:#666666;
}
a:hover, a:visited, a:link {
	text-decoration:none;
}
.link:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#FF5200;
}
.tituloBoxComent {
	font-family:Arial; 
	font-size:11px; 
	color:#000000; 
	font-weight:bold;
}
.nomeBoxComent {
	font-family:Arial; 
	font-size:11px; 
	color:#000000;
}
.link:visited {
	color:#FF5200;
	text-decoration:none;
}
.link:link {
	color:#FF5200;
	text-decoration:none;
}
.input {
	border: solid 1px #999999;
	font-family: Arial;
	size: 8 px;
	color:#999999;
}
.inputSmall {
	border: solid 1px #999999;
	font-family: Arial;
	size: 8px;
	color:#999999;
	height:15px;
}
.tituloSessao {
	color:#ff5200;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.caixaLaranja {
	border:dotted 1px #FF5200;
	padding-left:10px;
	padding-top:10px;
}
.divResultado {
	font-family: Arial;
	font-size: 9px;
	color:#666666;
	padding:5px;
	height:35px;
}
.txtResBold {
	font-family: Arial;
	font-size:10px;
	font-weight:bolder;
}
.botao_vermelho_off,botao_vermelho_on {
	display:block;
	padding:5px;
	height:32px;
	cursor:pointer;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#000000;
}
.botao_vermelho_off {
	background-image:url(../img/botaoLaranja_off.jpg);
	background-repeat:repeat-x;
}
.botao_vermelho_on {
	background-image:url(../img/botaoLaranja_on.jpg);
	background-repeat:repeat-x;
}
.btn_vermSmall {
	border:solid 1px #FF5200;
	display:block;
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	height:20px;
	cursor:pointer;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	color:#000000;
	background-repeat:repeat-x;
}

.btn_vermSmall {
	background-image:url(../img/btnLaranja_small_off.jpg);
	
}
.btn_vermSmall:hover {
	background-image:url(../img/btnLaranja_small_on.jpg);
}
