/* OBJETOS DA PAGINA */
body {
	background:#EAC99D url(../imagens/bg.jpg) repeat-x left top;
	margin:0;
	padding:0;
	font:11px Arial;
	color:#333;
}
/*	CABEÇALHOS	*/
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

h1 {
	color:#633;
	font:bold 14px Arial;
	margin-bottom:5px;
}

h1.bg {
	background:url(../imagens/h1.gif) no-repeat left center;
	padding:0 0 0 10px;
}

h2 {
	color:#003;
	font:bold 14px Arial;
}

h2.subTopic {
	color:#003;
	line-height:30px;
}

h3 {
	background:url(../imagens/h3.jpg);
	height:23px;
	border:solid 1px #EEEBE1;
	color:#633;
	font-weight:bold;
	font-size:12px;
}
h3:first-letter {
	background:url(../imagens/itemMenu.gif) no-repeat 5px center;
	padding:1px 0 1px 20px;
	line-height:23px;
}

h4 {
	font-weight:bold;
	font-family:Verdana;
	font-size:10px;
	color:#633;
	padding:5px 0 3px 0;
}
h6 {
	font:10px Verdana;
	color:#C00;
	text-align:center;
}

/*	LINK	*/
a {
	text-decoration:none;
	color:#633;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	color:#F96;
}
/*	OBJETOS SIMPLES	*/
img {
	border:none;
}
p {
	line-height:18px;
}
ul {
	margin:0;
	padding:0;
}
ul li {
	list-style:none;
}
ul.list li, ol.letter li, ol.number {
	line-height:16px;
}
ul.list li {
	margin:0 0 0 30px;
	list-style:square;
}
ol.letter {
	list-style:lower-latin;
	margin:0 0 5px 0;
}
ol.number {
	list-style:decimal;
}
ol.number li {
	border-bottom:solid 1px #CCC;
	padding-bottom:3px;
	margin-bottom:5px;
}
p {
	text-align:justify;
}
em,span {
	font-weight:bold;
	font-style:normal;
	color:#C00;
}
samp {
	font:9px Verdana;
	color:#C00;
}
address {
	font-style:normal;
}

/*	FORM	*/
form {
	margin:0;
	padding:0;
}
input {
	font-size:10px;
}
label {
	font-weight:bold;
	color:#633;
}
legend {
	font:13px Arial;
	color:#C60;
}
table {
	width:100%;
}
table.noBorder td {
	border:0;
}
th {
	background:#630;
	color:#FFF;
	line-height:18px;
}
td {
	line-height:18px;
	border:solid 1px #CCC;
}
tfoot {
	font-weight:bold;
}
p.emphasis {
	background:#F1F1F1;
	padding:4px;
}
