* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	margin: 0;
	padding-bottom: 0;
	_background: url(../images/bg_ie02.jpg) #CC0000 top center;
}

body {
	background: url(../images/bg01.jpg) #CC0000 top center no-repeat fixed;
	_background: url(../images/bg01.jpg) top center no-repeat;
	margin: 0;
	padding-bottom: 0;
	text-align: center;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 100%;
	margin: 0px auto auto auto;
	min-height: 100%;
	height: auto;
	height: 100%;
	position:relative;
}

#container2 {
	width: 700px;
	margin: 0px auto auto auto;
	
	min-height: 100%;
	height: auto;
	height: 100%;
	position:relative;
}	

#menu {
	float:left;
	padding-top: 290px;
	*padding-top: 330px;
	padding-left: 10px;
	width: 250px;
	text-align: right;
	position:fixed;
	*left: 0px;
	*position: relative;
}

#itensmenu{
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height: 20px;
	margin-top: 40px;
}

#itensmenu a{
	color:#FFFFFF;
	text-decoration:none;
}

#itensmenu a:hover{
	color:#FF0000;
}

#conteudo {
	float: right;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 50px;
	width: 320px;
	text-align:left;
}

#flash {
	width: 100%;
	height: 600px;
	overflow:hidden;
}

#containerflash {
	width: 100%;
	height: 100%;
	overflow:visible;
	*overflow:hidden;
	position:fixed;
	*position: absolute;
	*left: 0px;
}

#rodape {
	width: 100%;
	background: #820000;
	color:#EDC9C9;
	position: fixed;
	_position: absolute;
	bottom: 0px;
	height: 30px;
	margin:0px;
	font-size:10px;
	left:0px;
}

#rodape-conteudo {
	text-align: center;
	line-height: 30px;
}

/*............HACK COM CORREÇÕES PARA MSIE...............*/
* HTML #rodape {
	margin-bottom: 2px;
	bottom: -3px;
}
/*............HACK COM CORREÇÕES PARA MSIE...............*/

/*............ESTILOS VISUAIS...............*/

h1 {
	font-size: 24px;
	color:#930;
	margin: 20px 0 20px 0;
}

h2 {
	font-size: 20px;
	color:#930;
	margin: 20px 0 20px 0;
}

h3 {
	font-size: 16px;
	color:#CC6666;
	margin: 20px 0 20px 0;
}

h4 {
	font-size: 14px;
	color:#CC6666;
	margin: 20px 0 20px 0;
}

h5 {
	font-size: 12px;
	color:#930;
	margin: 20px 0 20px 0;
}

h6 {
	font-size: 12px;
	color:#CC6666;
	margin: 20px 0 20px 0;
}

a {
	text-decoration: underline;
	color: #930;
}

a:hover {
	text-decoration: none;
	color: #F96
}

.assinatura a{
	color: #fff;
	text-decoration:none;
}

.assinatura a:hover{
	color:#F96;
	text-decoration:underline;
}		
.tpl_titulo{
	font-weight:bold;
	font-size: 9pt;
	height:18px;
	text-align:left;
	color: #bd051e;
}
.tpl_data{
	font-weight:none;
	font-size: 8pt;
	text-align:right;
}
.tpl_texto{
	font-weight:none;
	font-size: 8pt;
	text-align:justify;
	color:#666666;
}
.tpl_link{
	font-weight:none;
	text-decoration:none;
	font-size: 8pt;
	text-align:right;
	color:#bd051e;
}
.tpl_foto{
	padding:2px;
	border: 1px solid #bd051e;
	background-color:#FFFFFF;
	margin-right:5px;
}

/*............ESTILOS VISUAIS...............*/