@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0px;
	width:100%;
	height:100%;
}
table, body {
	font-family: Arial;
	font-size:12px;
}
a {
	color:green;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.menu {
	color:#000000;
	display:block;
	color:#000000;
	text-align:left;
	height: 20px;
	background-image:url(../layout/navegacao.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left: 20px;
	font-size:14px;
	vertical-align:middle;
	font-weight:bold;
	font-family: Times;
}
a.menu:hover {
	text-decoration:none;
	background-position:left bottom;
}
h1,h2,h3,h4,h5,h6{
	color:green;
}
h1 {
	color:green;
	margin-left: 2px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size:28px;
}
input, textarea, select {
	font-family: verdana;
	font-size:10px;
}