html, body {height:100%;} 
body {
	margin:0px;
	background-image:url(../../display/images/bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
}

img {
	border: 0px;
}

input, select, textarea, inputselectd {
	font-family : Arial;
	font-size : 11px;
	border-top : 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color : #617078;
	background-color : White;
	font-weight : none;
}

textarea {
	font-size : 12px;
}

input:focus, select:focus, textarea:focus {
	background: #EFF5F8;
	color: #000; 
}

a {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration:none;
}

a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration:none;
}

table, td, b, div, p {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	line-height:17px;
}

.titulo {
	font-family: Arial;
	font-size: 18px;
	color:#F26000;
	margin-bottom:10px;
	text-decoration:none;
}

.titulo:hover {
	font-family: Arial;
	font-size: 18px;
	color:#F26000;
	margin-bottom:10px;
	text-decoration:none;
}

.titulo-2{
	font-weight:bold;
	color:#333333;
}

.menu {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}

.menu:hover {
	font-family: Arial;
	font-size: 12px;
	color: #C0A062;
	font-weight:bold;
	text-decoration:none;
}

.data {
	font-family: Verdana;
	font-size: 12px;
	color: #F26000;
	font-weight:bold;
}

.rodape {
	font-family: Verdana;
	font-size: 12px;
	color: #333;
}

.rodape:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}