﻿body 
{
	margin: 0px;
	font-size: 14px;
}

.rodape 
{
	font-family: Tahoma;
	font-size: 11px;	
	color: #666666;
	text-align: center;
	background-image:url(../imagens/bg-rodape.jpg);
	height: 60px;
	line-height: 20px;
	vertical-align: middle;
	}
.rodape a:link{color: #666666; text-decoration: none; font-weight: normal;}
.rodape a:active{color: #666666; text-decoration: none; font-weight: normal;}
.rodape a:hover{color: #666666; text-decoration: none; font-weight: bold;}
.rodape a:visited{color: #666666; text-decoration: none;}

.texto 
{
	font-family: Verdana;
	font-size: 90%;
	color: #333333;
	text-align: left;
	line-height: 18px;
	}
.texto a:link{color: #006699; text-decoration: none; font-weight: normal;}
.texto a:active{color: #006699; text-decoration: none; font-weight: bold;}
.texto a:hover{color: #006699; text-decoration: none; font-weight: bold;}
.texto a:visited{color: #006699; text-decoration: none;}

.dropdown 
{
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	}
	
.textbox 
{
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	border: solid 1px #333333;
	}

.radio
{
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	}
	
.botaoPesquizar 
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	width: 83px;
	height: 20px;
	border: none;
	background-color: #EFEFEF;
	background-image:url('../imagens/btnBotaoPesquizar.gif');
	cursor: pointer;
	}
	
.botaoConfirmarCadastro 
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	width: 150px;
	height: 20px;
	border: none;
	background-color: #EFEFEF;
	background-image:url('../imagens/btnConfirmarCadastro.gif');
	cursor: pointer;
	}
	
.asterisco 
{
	font-family: Tahoma;
	font-size: 13px;
	color: Maroon;
	}
	
.header_GV 
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	background-color: #C0C0C0;
	color: #333333;
	height: 25px;	
	}