a:link {
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
a:hover {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
body {
	background-color: #666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.titulos {
	font-weight:bold;
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	line-height: 15px;
}
.tit_maquina {
	font-weight:bold;
	font-family: Arial;
	font-size: 16px;
	color: #e84100;
	line-height: 15px;
}
.textos {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	line-height: 15px;
}
.campo, .conteudo input, select, textarea{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #000;
	padding: 4px;
}
