@charset "utf-8";
/* CSS Document */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0684BB;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration:none;
}
.pie {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.sello {
	font-size: 9px;
	font-weight: normal;
	color: #FFF;
}

a:hover{
	color:#1D81BC;
	
	}

