@charset "utf-8";
/* CSS Document */

/*	LINKS	*/
a:link {
	text-decoration: none;
	color:#900;
}
a:visited {text-decoration: none; color:#900}
a:hover {text-decoration: underline; color: #000000;}

/*	CLASSES	*/
#topo{
	text-align: right;
	background: #AC2921;
	padding: 20px 40px;
	height: auto !important;
}
#topo span{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	margin-left: 20px;
}

.body{
	padding:0px;
	margin:0px;
	background-color: #CCC;
}
.TB_pagina{
	width:100%;
}
.TB_conteudo{
	width:1000px;
	background-color: #FFF;
}
.TB_home {
	width: 98%;
}
.texto {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	text-align: left;
}
.titulo {
	font-family: Verdana;
	font-size: 20px;
	color: #000;
}

.TD_titulo {
	padding-left: 60px;
	height: 40px;
	font-size: 25px;
	font-family: Tahoma;
	text-align: left;
	vertical-align: bottom;
}
.L_conteudo {

}
.R_conteudo {
	background-image: url(../img/linha.gif);
	background-repeat: repeat-y;
	background-position: left center;
	width: 310px;
	vertical-align: bottom;
	height: auto;
	padding: 1px;
}




#conteudo {
	height: 520px;
}

#rodape {
	font-size: 10px;
	height: 40px;
	font-family: Verdana;
	color: #900;
	width: 100%;
	text-align: center;
}

#topo {
	height: 264px;
}
