.texto {
		font-family: "Tahoma", "arial", "helvetica", sans-serif;
		font-size: 13px;
		font-weight: normal;
		color: #000;
		}

.marca {
		font-family: "arial", "helvetica", sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #f00;
		}

.textor {
		font-family: "arial", "helvetica", sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #f00;
		}

.titulo	{
		font-family: "arial", "helvetica", sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #286699;
		}

.subtitulo	{
		font-family: "arial", "helvetica", sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #82573a;
		}

.menu	{
		font-family: "arial", "helvetica", sans-serif;
		font-size: 13px;
		font-style: italic;
		font-weight: bold;
		color: #286699;
		}

.small	{
		font-family: "Tahoma", "arial", "helvetica", sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #000;
		}

a {
	color: #286699;
	text-decoration:none;
	}

a:hover {
	color: #ff5500;
	}


