* {
   font-family: tahoma, verdana, arial, helvetica, sans-serif;
   font-size: 9px;
}

body {
   background: #222 url(headergrunge.jpg) repeat-x;
   margin:0px;
   padding:0px
}

h2 {
   text-transform:uppercase;
}

hr {
   background-color: black;
   border: 0;
   height: 1px;
}

td {
   text-align: left;
   vertical-align: top;
   font-family:Tahoma;
   font-size:9px;
   color:#FFFFFF;
}

input, textarea, select {
   color: black;
   background: white;
   border-top: solid black 1px;
   border-bottom: solid black 1px;
   border-left: solid black 1px;
   border-right: solid black 1px;
}

a {
   text-decoration: none;
   text-transform: none;
   color: #FF9900;
}

a:hover {
   text-decoration: none;
   text-transform: none;
   font-weight: bold;
   color: #33CC00;
}

#menubar {
	margin: 30px auto;
	font-size: 10px;
	width: 480px;
	height: 23px;
	word-spacing: 15px;
}

#menubar-left {
	float: left;
	width: 7px;
}

#menubar-bg {
	background: url(imagens/menubar-bg.gif) repeat-x;
	text-align: center;
	padding-top: 5px;
	float: left;
	width: 480px;
	height: 18px;
}

#menubar-right {
	float: right;
	width: 7px;
}

div.important {
	border: 1px solid #df0000;
	background-color: #fee9e9;
	color: #df0000;
	padding: 10px;
	font-size: 11px;
	font-weight: normal;
}

div.information {
	border: 1px solid #0c7e00;
	background-color: #dbfdd7;
	color: #0c7e00;
	padding: 10px;
	font-size: 11px;
	font-weight: normal;
}