﻿BODY , HTML
{
	font-family:helvetica,arial,clean,sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	background-color: #8D0E1A;
}

IMG
{
	border: 0px;
}

H2
{
	font-weight:bold; 
	color:#af2226; 
	font-size: 13px;
}
A, A:link, A:active, A:visited
{
	text-decoration:none;
}
A:hover
{
	text-decoration: underline;
}

DIV#body
{
	width: 973px;
	margin: 0 auto;
	background-color: #FFEB00;
}

DIV#top
{
	background-image: url(./img/top.jpg);
	background-repeat: no-repeat;
	background-color: #8D0E1A;
	padding-bottom: 25px;
	height: 173px;
	
}

DIV#left
{
	width: 180px;
	height: 100%;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
}

DIV#right
{
	background-color: #FFF;
	width: 755px;
	float: right;
	background-color: #8D0E1A;
	padding: 0px 0px 0px 10px;
}

DIV.content
{
	background-color: #FFF;
	width: 760;
	margin-top: 0px;
	padding: 10px;
}

DIV#footer
{
	clear: both;
	background-color: #8D0E1A;
	padding: 10px 0px 10px 10px;
	color: #FFF;
	text-align: right;
}

/************************
	MENU
**************************/
UL#ulMenu
{
	list-style: none;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	list-style-position: outside;
	padding: 5px;
	line-height: 2em;
}

UL#ulMenu A:link, UL#ulMenu A:active, UL#ulMenu A:visited, UL#ulMenu A:hover 
{
	color: #000;
	text-decoration: none;
}

UL#ulMenu A:hover 
{
	color: #83040F;
	text-decoration: none;
}

UL#ulMenu LI
{
	border-bottom: 1px solid #8D0E1A;
}

UL#ulMenu UL.ulSubmenu
{
	list-style: none;
	margin: 0px;
	padding-left: 10px;
}

UL#ulMenu UL.ulSubmenu LI
{
	border-bottom: 0px;
}

/************************
	TEXT STYLES
**************************/

H1
{
	color:#AF2226;
	font-size:13px;
	font-weight:bold;
	height: 20 px;
	border-bottom: 3px solid #000;
	padding-bottom: 5px;
	margin: 5px 0px 5px 0px;
}

H2
{
	color:#000;
	font-size:12px;
	font-weight:bold;
	height: 20 px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin: 10px 0px 5px 0px;
}

H3
{
	color:#AF2226;
	font-size:12px;
	font-weight:bold;	
}

UL.ulItemsBlue, UL.ulItemsRed
{
	list-style-position: inside;
}
UL.ulItemsBlue
{
	list-style-image: url(./img/bull_azul.gif);
}

UL.ulItemsRed
{
	list-style-image: url(./img/bull_verm.gif);
}

UL.ulItemsBlue LI, UL.ulItemsRed LI
{
	font: Arial; 	
	font-weight:bold;
}

UL.ulItemsBlue LI A, UL.ulItemsRed LI A
{
	color: #626161;
	font-weight: bold; 
}

UL.items
{
	list-style-image: url(./img/bullet_preto.gif);
	text-align: justify;	
}

UL.destak
{
	list-style-image: url(./img/bull_azul.gif);
	text-align: justify;	
}

P
{
	text-align: justify;
}

IMG.image
{
	border: 1px solid #AF2226;
}