/* resetando o CSS padrao */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* FIM */

body {
	margin:0;
	background:#FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height:27px;
	font-weight: normal;
	color: #9c9b9b;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:20px;
	font-weight: normal;
	color: #7f4e70;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #444444;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #444444;
	text-transform: uppercase;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:13px;
	font-weight: normal;
	color: #444444;
}
#tabela_topo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:12px;
	font-weight: normal;
	color: #ffffff;
	padding-left:5px;

}
#tabela_conteudo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:13px;
	font-weight: normal;
	color: #444444;
	padding-left:5px;

}
a:visited {
	text-decoration: none;
	line-height:20px;
	color:#777777;
}
a:link {
	text-decoration: none;
	line-height:20px;
	color:#444444;

}
a:hover{
	text-decoration: underline;
	line-height:20px;
	color:#777777;
}
a:active{
	text-decoration: line-through;
	color:#ac686a;
	line-height:20px;
}
/*personalização de links rodape*/
a.linkrodape{
	line-height:14px;
}
