html {
	overflow: -moz-scrollbars-vertical;
}
#geral {
	width: 100%;
	text-align: center;
}
#main {
	width: 714px;
	margin: 0 auto;
}
#topo {
	width: 714px;
	height: 300px;
	background-color: #FFFFFF;
}
#conteudo {
	width: 714px;
	clear: both;
	background:#FFFFFF;
}
#rodape {
	width: 714px;
	clear: both;
	height: 36px;
	background:#E7E7E7;
}
.borda_corpo {
	border: 4px solid #FFFFFF;
}
.campo {
	border: 1px solid #91B230;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #91B230;
}
.botao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #91B230;
	border: 1px solid #91B230;
}
.borda_sub {
	border-right: solid #DCDCDC 1px;
	border-left: solid #DCDCDC 1px;
}
.texto {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5B5B5B;
}
.marcadores {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ABABAB;
}
.links_inicial {
	color: #91B230;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.links_inicial a {
	color: #91B230;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.links_inicial a:hover {
	color: #91B230;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}
.botao_busca {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #91B230;
	border: 1px solid #91B230;
}
.borda_flash {
	border-right: solid #DCDCDC 1px;
	border-left: solid #DCDCDC 1px;
	border-bottom: solid #DCDCDC 1px;
	border-top: solid #DCDCDC 1px;
}
.titulo_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #28166f;
	font-weight: bold;
}
.texto_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #5B5B5B;
}
.projeto {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #28166f;
	font-weight: bold;
	text-decoration:none;
}
.projeto a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #28166f;
	font-weight: bold;
	text-decoration:none;
}
.projeto a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #28166f;
	font-weight: bold;
	text-decoration:underline;
}
#projeto {
	width: 300px;
	background-color: #FFFFFF;
}
/*Paginação Virtual*/
/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/
.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
clear: both;
}
.paginationstyle{ /*Style for demo pagination divs*/
text-align: center;
padding: 2px 0;
margin: 10px 0;
clear: both;
}
.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}
.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px dotted #999999;
color: #28166f;
background-color: white;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
}
.paginationstyle a:hover, .paginationstyle a.selected{
color: #000000;
background-color: #CCCCCC;
}
.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}
.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}
.paginationstyle a.imglinks a:hover{
background: none;
}
.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #28166f;
background-color: #CCCCCC;
}
/*Gradiente*/
.foo {
	position:fixed;
}
.bar {
	position:relative;
	width:300px;
	height:100px;
	margin:5px auto;
	padding:4px;
}	
.baz {
	position:relative;
	width:350px;
	height:5px;
	display:block;
	float:right;
	font-size:1px; /* for IE, which wont allow for an element to be less high than the default font size. */
	text-align:center;
}