﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

/* MAIN MENU */

.mnu_l0
{
	color:#333333;
	font-family: Arial;
	font-size:15px;
	line-height:22px;
	cursor:pointer;
}

.mnu_l1
{
	color:#999999;
	font-family:Arial;
	font-size:12px;
	line-height:22px;
	cursor:pointer;
}

.mnu_sel
{
	background-color: #eeeeee;
}

/* TITULOS */

.tit_mnu_esq
{
	color:#000000;
	font-family:Arial;
	font-size:13px;
	font-weight: bold;
}

.tit_mnu_dir
{
	color:#333333;
	font-family:Arial;
	font-size:13px;
	font-weight: bold;
}

/* TEXTO */

.texto
{
	color:#666666;
	font-family:Arial;
	font-size:12px;
}

.textoloc
{
	color:#666666;
	font-family:Arial;
	font-size:12px;
}

.textop
{
	color:#666666;
	font-family:Arial;
	font-size:11px;
}

.textomp
{
	color:#666666;
	font-family:Arial;
	font-size:9px;
}

.just
{
	text-align:justify;
}

.bold
{
	font-weight:bold;
}

.titulo
{
	color:#000000;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}

.verde
{
	color: #66CC00;
}

/* IMAGENS */

.imgbox
{
	border: solid 1px #a5e100;
	padding: 1px;
}

/* LINKS */

A
{
	text-decoration: none;
}

.link
{
	color: #66CC00; /*77b800*/
	font-family:Arial;
	font-size:13px;
}

.link_txt_peq
{
	color: #66CC00; /*77b800*/
	font-family:Arial;
	font-size:11px;
}

A.local
{
	color: #ffffff;
	font-style:italic;
	font-family: Arial;
	font-size: 11px;
	line-height:13px;
}


