@charset "utf-8";

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/******** FIM CSS RESET ***********/

body {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#ffffff;
	background-repeat:no-repeat;
	background-position: top center; 
}

#imgpos {
position:absolute;
margin-left:-210px;
margin-top:-15px;
}

#imgpos2 {
position:absolute;
margin-left:-21px;
margin-top:-21px;
}

.botao
{
	BORDER-BOTTOM: #515050 1px solid;
	BORDER-LEFT: #959595 1px solid;
	BORDER-RIGHT: #515050 1px solid;
	BORDER-TOP: #959595 1px solid;
	FONT-WEIGHT: bold;
	width: 80px;
	height: 20px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	FONT-FAMILY: calibri;
	FONT-SIZE: 14px ;
	COLOR: #fff ;
	cursor: hand;
	background-color:#666;
}

.campo
{
	BACKGROUND-COLOR: #f9f9f9;
	BORDER: #b6a692 1px solid;
	padding: 1px 1px 1px 1px;
	COLOR: #222222;
	FONT-FAMILY: calibri;
	FONT-SIZE: 15px;
	background-color: #FFC;
}

footer {
	position:absolute;
	left:280px;
	top:500px;
	height:200px
}

.maroon {
	color:#493a3a;
	font-weight:bold;
	font-size:16px;
}
