/******************************************************************/
/****** CSS DESENVOLVIDO POR NOMAD INTERATIVO *********************/
/******************************************************************/

@import url("acessibilidade.css");
@import url("topo.css");
@import url("menu.css");
@import url("conteudo.css");
@import url("rodape.css");

body{
	margin:0 auto;
	width:908px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	background-color:#000;
	
	background-image:url(../imgs/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	/*background-color:#d71921;
	background-image:url(../imgs/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;*/
}
p{}

/* TITULOS */
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}

/* TABELAS */
table{}
table thead{}
table thead tr{}
table thead tr th{}
table thead{}
table thead tr{}
table thead tr td{}

/* LISTAGENS */
ul{}
ul li{}

ol{}
ol li{}

dl{}
dl dt{}
dl dd{}

/* FORMULÁRIOS */
form{}
form legenda{}
form label{}
form input{}
form select{}
form textarea{}

/* IMAGENS */
img{}

#right a:link, a:visited, a:active{
	color:#000;
	text-decoration:none;
}
#right a:hover{
	color:#000;
	text-decoration:underline;
}