@charset "utf-8";
/* CSS Document */

.email {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000;
		text-decoration:none;
		padding-left:30px;
}

.email:hover {
		text-decoration:underline;
}

.vl {
		font-family:Tahoma, Geneva, sans-serif;
		font-size:14px;
		color:#a40b05;
		text-decoration:none;
		font-weight:bold;
}

.vl:hover {
		text-decoration:underline;
}

.menu {
		font-family:Tahoma, Geneva, sans-serif;
		font-size:10px;
		color:#a40b05;
		text-decoration:none;
		font-weight:bold;
		text-align:center;
}

.menu:hover {
		text-decoration:underline;
}

.caixa {
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#000;
		width:226px;
		height:16px;
}

.btn {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000;
		width:226px;
}

.textdest {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000;
		font-weight:bold;
		text-decoration:none;
}

.textdest:hover {
		text-decoration:underline;
		
}

.roda {
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		color:#FFF;
}





