.texto {
	font-family: Arial;
	color: #000000;
	font-size: 14px;
}
.titulo {
	font-family: Trebuchet MS, Verdana;
	color: #003366;
	font-size: 16px;
}
.grande {
	font-family: Trebuchet MS, Verdana;
	color: #FF0000;
	font-size: 20px;
}
.negrito {
	font-family: Trebuchet MS, Verdana;
	color: #003366;
	font-weight: bold;
	font-size: 14px;
}
a.linkmenu:link {
	font-weight: bold;
	color: #003333;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
}
a.linkmenu:visited {
	color: #003333;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
}
a.linkmenu:hover {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
}
a.linkmenu:active {
	color: #003333;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
a.branco:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
}
a.branco:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
}
a.branco:hover {
	color: #FFCC00;
	font-weight: normal;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
}
a.branco:active {
	color: #FFFFFF;
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
	font-weight: normal;
}
a.menupequeno:link {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
}
a.menupequeno:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
}
a.menupequeno:hover {
	color: #000066;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
}
a.menupequeno:active {
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}

.mouse {

	cursor:pointer;
	cursor:hand;
}
