
body {
	font-family: calibri, arial, helvetica;
	background-color: #000;
	color: #fff;
	margin: 10px;
}

.nomargin {
	margin: 0px 0px 0px 0px;
}

fieldset, p {
	max-width: 760px;
	margin-top: 1em;
}
fieldset {
	padding: 20px;
}

h1,h2,h3,h4,h5 {
	font-family: cambria, arial, helvetica;
	margin: 20px 0px;
	/*color: #365f91;*/
}

.highlight, #highlight {
	color: red;
	font-weight: bold;
}

a:link, a:visited, a:active, a:hover {
	text-decoration : none;
	color : #ffffff;
	font-family : verdana, geneva, arial, helvetica, sans-serif;
	font-size : 12px;
	border-style: none;
}

img {
	border-style: none;
}

#conf_text {
	height: 10em;
	width: 45em;
	overflow: auto;
	border: 1px solid #666;
	background-color: #fff;
	padding: 8px;
	color: #000;
}

.disabled {
	text-decoration: line-through;
}


#banner {
	width: 800px;
	height: 160px;
	border: none;
	padding: 0px 0px 0px 0px;
}

#felhivas {
	position: absolute;
	top: 128px;
	left: 0px;
	width: 800px;
	margin: 14px 0px 0px 10px;
	border: none;
	padding: 0px 0px 0px 0px;
	color: #999;
}



