@charset "utf-8";
/* CSS Document */
*{
margin:0;
padding:0;
border:0;
}
body {
	background-color: #747474;
	margin: 0px;
}
a {
color: #FFFF99;
text-decoration:none;
}

a:hover {
color: #FFFF00;
text-decoration: underline;
}
 
.bg-top-left {
background:url(../imagens/moldura_pagina/bg_top_left.jpg) no-repeat;
}
.bg-top-center {
background:url(../imagens/moldura_pagina/bg_top_center.jpg) repeat-x;
}
.bg-top-right {
background:url(../imagens/moldura_pagina/bg_top_right.jpg) no-repeat;
}
.bg-left-center {
background:url(../imagens/moldura_pagina/bg_left_center.jpg) repeat-y;
}
.bg-right-center {
background:url(../imagens/moldura_pagina/bg_right_center.jpg) repeat-y;
}
.bg-bottom-left {
background:url(../imagens/moldura_pagina/bg_bottom_left.jpg) no-repeat;
}
.bg-bottom-center {
background:url(../imagens/moldura_pagina/bg_bottom_center.jpg) repeat-x;
}
.bg-bottom-right {
background:url(../imagens/moldura_pagina/bg_bottom_right.jpg) no-repeat;
}
.rodape {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
font-weight:bold;
margin-bottom:10px;
width:auto;
height:auto;
float:right;
}
.rodape-end {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
font-weight:bold;
margin-bottom:10px;
padding:0px;
width:auto;
height:auto;
text-align: justify;
}

.line{
width:1px;
heith: 6px;
margin-right:11px;
background-color:#FFFFFF;
float:right;
}
.txt-versao {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	padding:10px;
	float:right;
	}
