A, BODY, FORM, H1, H2, H3, LI, P, PRE, SPAN, UL {
	margin: 0px;
	padding: 0px;
}
BODY {
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

INPUT, SELECT {
	font-size: 12px;
}

PRE {
	font-size: 12px;
	margin-top: 5px;
}

#body {
	background: white;
	width: 700px;
	margin: 0 auto;
	padding: 10px;
}

#head {
	text-align: left;
	padding: 20px 0 0 205px;
	height: 50px;
}
#head H1 {
	color: #444444;
	font-size: 22px;
}
#head H2 {
	color: #888888;
	font-size: 18px;
	margin-left: 20px;
}

#menu {
	background-color: #666666;
	font-size: 12px;
}
#menu A {
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px 0 10px;
}
#menu A:hover {
	background-color: white;
	color: #666666;
}

#content {
	background: transparent url("../imagens/logo.png") no-repeat top;
	min-height: 250px;
	text-align: left;
	height: 600px; 
}
#content .ajax {
	color: #dd2222;
	font-size: 22px;
	font-weight: bold;
	
}

#foot {
	color: black;
	font-size: 12px;
}

