
* {
	margin:0;
	padding:0;
	text-decoration:none;
	vertical-align:middle;
	border:none;
}

body {
	text-align:center;
	font:x-small Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color:#FFF;
	background-color:#00E;
}

div {
  padding:3px;
}

li {
	display:inline;
  list-style-image:url(../imagens/Bullet.gif);
}

h1 {
	color:#F7EBF3;
	text-decoration:underline;
}

h2 {
	font-size:small;
	text-decoration:underline;
}

dt {
	font-size:small;
	text-decoration:underline;
	font-weight: bold;
	margin:5px 0px;
}

dd {
	margin-left: 0px;
}

address {
	font-weight:bold;
}

input, textarea {
  max-width:200px;
	border:1px solid #00008B;
}

#geral {
  width:236px;
	margin:0 auto;
	text-align:left;
	display:table;
	border:1px solid #FFF;
}

div#esquerda { /* para handheld essa div recebe o menu */
  width:232px;
  height:30px;
  border-bottom:1px solid #FFF;
  margin-bottom:5px;
}

div#esquerda ul {
  margin:0 auto;
}

div#direita {
  display:none;
}

div#meio {
	width:232px;
	margin-bottom:3px;
	line-height:1.5em;	
}

div#cabecalho {
	height:155px;
	margin-bottom:3px;
	text-align:center;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	background:#836FFF url("../imagens/topo_handhel.gif") center no-repeat;
} 

#rodape {
	clear:both;
	border-top:1px solid #fff;
	text-align:center;
} 

#menu li a {
	text-decoration:none;
	color:#F7EBF3;
}

#menu li a:visited {
	font-weight:bold;
}

#menu li a:hover {
	text-decoration:underline;
}
