body {
	margin: 0px;
	
}

img {
	border: 0px;
}

input, select, textarea, inputselectd {
	font-size : 11px;
	border-top : 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color : #f1f1f1;
	color:#333;
}

td {
	font-family: arial;
	font-size:11px;
	color:#373737
}

a {
	font-family: arial;
	font-size:11px;
	color:#373737;
	text-decoration:none;
}

a:hover {
	font-family: arial;
	font-size:11px;
	color:#333;
	text-decoration:underline;
}

.titulo {
	font-family: Trebuchet MS;
	font-size: 15px;
}

.logo {
	width: 314px;
	height: 170px;
}
.logo[class] {
	background-image: url(../../display/images/logo.png);
}