html{
	width:100%;
	height:100%;
}
body {
	font-family:Arial, Times, serif;
	color:#000000;
	font-size:12px;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagens/bg.jpg);
	background-attachment:fixed;
	background-position:center top;
	text-align:justify;
	height:100%;
}

p {
	text-align:justify;
}

.bordas{
	border:solid;
	border-width:1px;
	border-color:#333333;
	background-color:#ffffff;
	color:#000000;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif
}

.titulos{
	font-size:28px;
	color:#7e7e7e;
}

.subtitulos{
	font-size:17px;
	color:#7e7e7e;
}

.footer{
	color:#7e7e7e;
}


/*  links */

a{	color:#4C4532;	text-decoration:none;}
a:hover{	color:#FF6600;	text-decoration:underline;}
a:visited{	text-decoration:none;}

a.omenu{ color: #ffffff; text-decoration: none; font-size:14px; font-weight:bold;}
a.omenu:hover {	color: #ffffff;	text-decoration: underline;}
a.omenu:visited { text-decoration: none;}

