body {
	font-family : Verdana;
	font-size: 14;
	
}
table
{
	font-size: Verdana;
	font-size: 14;
}

.caixa {
	background-color : #001F5F;
	border: none;
}

.head {
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 14;
	background-color : #001F5F;
	padding-left: 3pt;
	padding-right: 3pt;
}

.body {
	background-color : #B6C8EC;
	border: none;
	font-size : 11;
}

input.text {
	font-size : 11;
	border-style : solid;
	border-width : 1;
}

input.botao { 
	font-family : Verdana;
	font-size : 11;
	font-weight : bold;
	color : black;
	background-image: url(images/bgbotao.gif)
}

.erro {
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 14;
}

h1 {
	text-align: center;
	font-size: 22;
}


.btn {
    background-color: honeydew;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    color: #6a6a6a;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 8px 0 0;
    padding: 2px 17px;
    vertical-align: bottom;
}


a .btn {
    text-decoration: none;
}



	
	#footer{
    clear: both;
    position: absolute; /*Força o rodapé sempre para o fim da página*/
    bottom: 0;          /*Força o rodapé sempre para o fim da página*/
    width: 100%;
}
