/* CSS por Rian Design - www.riandesign.com.br */









/* RESET CSS*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
p { margin-top: 0px }
body {
	background: #717171 url(imagens/bg.gif) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



.clear { clear: both }

a { text-decoration: none; color: #005dae }
a:hover { text-decoration: underline; color: #0e79d6 }


.azul { color: #005dae }
.preto { color: #000 }
.dourado { color: #92723c }
.cinza { color: #999999 }

.t10 { font-size: 10px }
.t12 { font-size: 12px }
.t14 { font-size: 14px }
.t16 { font-size: 16px }
.t18 { font-size: 18px }


#conteudo {
	margin-top: 20px;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.topo {
	height: 146px;
	background: url(imagens/topo.png) top no-repeat;
}




#menu {
	margin-bottom: 20px;
	padding: 24px 0px 24px 0px;
	background: #f7f4b4 url(imagens/bg-menu.gif) repeat-y top right;
}
#menu a {
	color: #008000;
	display: block;
	border-top: 1px solid #b2dca6;
	padding: 12px 0px 12px 12px;
}



#texto {
	padding: 0px 40px 40px 40px;
	background: #f7f6f6 url(imagens/bg-conteudo.gif) repeat-y left;
}
