/* CSS Document */
html {
	height:100%;
	font-family:arial;
	font-size:11px;
	color: #656270;	
}
body {
	padding:0px;
	margin:0px;
	height:100%;
	text-align:center;
}
.back_interna{
	background-image:url(../images/back_interna.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#ffffff;
}
.back_home{
	background-image:url(../images/fundo.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#ffffff;
}
object{
	outline:none; 
}

a{
	outline:none;
	color:#7f7f7f;	
	text-decoration:none;
}
a:hover{
	color:#7f7f7f;
	text-decoration:underline;
}
b {
	color:#666666;
}
.head {
	width:996px;
	padding:0px;
	margin:0px auto;
	text-align:left;
}
.content {
	width:996px;
	padding:0px;
	margin:0px auto;
	text-align:left;
}
.bottom {
	width:996px;
	padding:0px;
	margin:0px auto;
	text-align:left;
}
.left{
	float:left;
}
.right{
	float:right;
}
.cursor{
	cursor:pointer;
}
.absolute{
	position:absolute;
}
.relative{
	position:relative;
}
.clearL{
	clear:left;
}
.clear{
	clear:both;
}
.bold{
	font-weight:bold;
}
.error-tag {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#ee3322;
	color:white;
	padding:10px;
	margin-left:10px;
}
.error-title {
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#ee3322;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:20px;
	margin-left:10px;
}
.paginacao_hover {
	color:#a9000a;
	text-decoration:underline;
	font-weight:bold;
}
