﻿a {
	color:black;
	text-decoration:none;
}

a:link {
	color:black;
}

a:visited {
	color:black;
}

a:hover {
	color:black;
	text-decoration:underline;
}

a:active {
	color:black;
}

img {
	border:0px black solid;
}

html,body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:black;
	font-family:Verdana;
	font-size:10pt;
}

#estrutura {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-375px;
	margin-top:-307px;

	width:770px;
	min-width:770px;
	max-width:770px;
		
	height:615px;
	min-height:615px;
	max-height:615px;
	
	background-image:url('imgs/fundo.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
	
	text-align:center;
}

#banner {
	height:100px;
}

#topo {
	height:90px;
}

#menu {
	height:40px;
	background-image:url('imgs/menu.png');
	background-position:center top;
	background-repeat:no-repeat;
}

#conteudo {
	height:320px;
	min-height:320px;
	max-height:320px;
	width:750px;
	margin-top:14px;
	margin-left:10px;	
	overflow:auto;
}

#rodape {
	position:relative;
	float:right;
	width:770px;
	color:white;
	font-weight:normal;
	text-align:center;
	margin-top:30px;
	font-size:8pt;
}

#loader {
	width:160px;
	height:64px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-80px;
	margin-top:-32px;
	border:1px black solid;
	text-align:center;
	line-height:25px;
	padding-top:10px;
}

.txtbox {
	background-color:white;
	color:black;
	border:1px black solid;
}

.btn {
	background-color:#aeb0b3;
	border:1px black solid;
}

h1 {
	
}

h2 {
	font-size:11pt;
	font-weight:bold;	
}

p {
	margin-left:20px;
}

.divfl {
	float:left;
}

.divfr {
	float:right;
}

.divcb {
	clear:both;
}

.div_c_l {
	text-align:right;
	width:80px;
	padding-right:5px;
	line-height:25px;
	vertical-align:middle;
}

.div_c_r {
	text-align:left;
	line-height:25px;
	vertical-align:middle;
}
