a:link {
	font-family: Arial;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}
a:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #999999;
}
a:active {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.textos {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	line-height: 15px;
}
.titulos {
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color: #3e3091;
	line-height: 15px;
}
.tit_maquinas {
	font-family: Arial;
	font-size: 18px;
	font-weight:bold;
	color: #ff0000;
	line-height: 15px;
}
.campo, .conteudo input, select, textarea{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #CCC;
	border: 1px solid #999;
	padding: 4px;
}
