html, body {
	height: 100%;
	width: 100%;
}
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	clear: both;
}
a {
	text-decoration: none;
}

h1 {
	color: #000000;
	background-color: #CCCCCC;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	font-size: 24px;
}
h2 {
	line-height: 36px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 20px;
}
ul {
	list-style-type: none;
}

.menu li {
	color: #FFFFFF;
	background-color: #FF0000;
	float: left;
	clear: none;
	display: block;
	width: 33.3%;
	text-align: center;
}
.menu ul, .menu li {
	line-height: 25px;
	height: 25px;
}
form {
	margin-bottom: 10px;
}

.menu a {
	display: block;
	color: #333333;
	background-color: #CCCCCC;
	font-weight: bold;
}
.menu a:hover {
	display: block;
	color: #FFFFFF;
	background-color: #999999;
}
.conteudo {
	padding: 10px;
	font-size: 12px;
}
.conteudo  table  th, .conteudo table td {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: left;
}
table  .cor2, table th {
	background-color: #F7F7F7;
}

.conteudo table {
	margin: auto;
	width: 100%;
}

form label {
	width: 100px;
	margin-left: 20px;
}
table .cor1 {
	background-color: #EEEEEE;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

@media print {
	.menu {
		display:none;
	}
}

