/* background */
body {
	background-color: #992626;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: justify;
	background-image: url(img/background.jpg);
}

#margin1 {
	margin: 3px 0px 3px 0px;
	text-align: center;
	line-height: 15px;
}

#margin2 {
	margin: 5px 0px 5px 0px;
	text-align: justify;
	line-height: 15px;
}

#margin3 {
	margin: 3px 0px 3px 0px;
	text-align: justify;
	line-height: 15px;
}

#margin4 {
	margin: 8px 0px 0px 0px;
	text-align: justify;
	line-height: 15px;
}

#margin5 {
	margin: 15px 0px 0px 0px;
	text-align: center;
}

.font_white {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	text-align: justify;
	color: #b80101;
}

#link_verde a:link {
   color: #b80101;
	text-decoration: underline;
}

#link_verde a:visited {
	color: #b80101;
	text-decoration: underline;
}

#link_verde a:hover {
	color: #b80101;
	text-decoration: underline;
}



#link_preto a:link {
   color: #000000;
	text-decoration: underline;
}

#link_preto a:visited {
	color: #000000;
	text-decoration: underline;
}

#link_preto a:hover {
	color: #000000;
	text-decoration: underline;
}


