@font-face {
     font-family: Michroma;
     src:url('img/Michroma.ttf');
}

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;
}