/* CSS Document */

/* style for module titles */
.Head
{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align:left;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	/*font-size: 11px;*/
	font-weight: normal;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	/*font-size: 11px;*/
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-size: 11px;
	font-weight: normal;
}


/* GENERIC */
H1
{
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/bg-separador.png);
	background-repeat: no-repeat;
	background-position: left center;
}

H2
{
	font-size: 15px;
	color: #003366;
	font-weight: bold;
}

H3
{
	font-size: 13px;
	color: #219E3A;
	font-weight: bold;
}

H4
{
}

H5, DT
{
}

H6
{
}

TFOOT, THEAD
{
/*	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #003366;*/
}

TH
{
/*	vertical-align: baseline;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #003366;*/
}

A:link
{
	color: #369;
}

A:visited
{
	color: #969;
}

/*A:hover
{
	color: #D20F17;
}

A:active
{
	color: #D20F17;
}*/

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{

}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: square;
}

UL LI LI LI
{
	list-style-type: square;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}
OL UL LI
{
	list-style-type: square;
}

HR
{
	color: #696969;
	height: 1pt;
	text-align: left;
}.brddestcat {
	border: 1px solid #CCCCCC;
}
.brddestcatr {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.tit-dest {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 5px;
	font-weight: bold;
}
.txt-dest {
	padding: 10px;
}
.mais-dest {
	text-align: right;
}
