@charset "utf-8";
/* CSS Document */

body {
	font-family:tahoma, "trebuchet MS", arial;
	font-size:14px;
	background-image: url(bg.jpg);
	background-repeat:repeat-x;
	background-color:#AAC3E6;
	margin:0px;
}

div#spaco {
	margin:7px;
}

td {
	font-size:14px;
}

.txt2 {
	font-size:13px;
}

.form {
	font-size:12px;
	font-weight:bold;
	color:#666666;
}

input { 
	background-color:#E8E8E8;
	font: 11px tahoma, "trebuchet MS", arial;
	color:#000000;
	border:1px solid #666666;
}

.box { 
	background-color:#E8E8E8;
	font: 11px tahoma, "trebuchet MS", arial;
	color:#000000;
	border:1px solid #666666;
	width:394px;
}

a:link, a:visited {
	text-decoration:none;
	color:#999999;
	font-size:12px;
}

a:hover {
	text-decoration:underline;
	font-size:12px;
}

.fones {
	font-size:13px;
}


