/*
 LAYOUT DO SITE 
*/
body {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align:center;
	color:#666666;
}

a:link { color:#666666; text-decoration:none; }
a:visited {	color:#666666; text-decoration:none; }
a:hover { color:#666666; text-decoration:underline }
a:active { color:#666666; }

/*
 FORMULARIOS 
*/
form {
	margin: 0px;
	padding: 0px;
}
table {
	font-family : 'Trebuchet MS';
}
input, select, textarea {
	font-family : 'Trebuchet MS';
	font-size : 11px;
	background-color:#7a276b;
	border:0px;
	color:#FFFFFF;
}


