* {
	margin:0px;
	padding:0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

h1 {
	font-weight:bold;
	text-align:center;
	font-size:1.2em;
	color: #0e67c7;
	text-transform:uppercase;
}
h2 {
	font-weight:bold;
	text-align:center;
	font-size:1.0em;
	color: #0E67C7;
}

textarea {
	background-color: #eeeeee;
	border: 1px solid #CCCCCC;
	}

input {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(imagens/fundo_input.gif);
}


table {
	font-size: 1em;
}

a {
	color: #0e67c7;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}	

a:hover {
	text-decoration:underline;
}

div#menu a {
	text-align:center;
	background:none;
	text-decoration: none;
	font-weight: bold;
	font-size:1.0em;
	/* background:url(imagens/menu_fundo.gif); */
	display:block;
	width:150px;
	height:22px;
	line-height:22px;
	padding:0px; 
	margin:0px;
}

div#menu a:hover {
	background:url(imagens/fundo_menu_hover.jpg) 0px 0px;
	width:150px;
	height:22px;
	list-style-type:nome;
}

div#menu ul{
	list-style-type:none;
	padding:0;
	margin: 0;
}

.aviso {
	color:#CC0000;
	font-weight:bold;
	text-align:center;
}
