/* =====================================
Configurações Gerais
===================================== */

* {
	margin: 0;
	border: 0;
	padding: 0;
	color: #333333;
	list-style: none;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

body { 
	background-color: #FFFFFF;
	background-image: url(img/fundo.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #0099CC;
}


topo {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-weight: normal;	
	text-decoration: none;
	color: #ffffff;	
}
.boxes {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 12px;
	text-align:justify;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


topo p {
	text-align:justify;
	color: #ffffff;	
}

topo p span {
	color: #ffffff;
	font-weight: bold;	
}


texto p span {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}



pequena {
	font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, Tahoma, sans-serif;
}

/* PARA O LINK 1 */

a.linkum:link {
color:#b5231b;
text-decoration:none;
}
a.linkum:visited {
color:#b5231b;
text-decoration:none;
}
a.linkum:hover {
color:#b5231b;
text-decoration:underline;
}
a.linkum:active {
color:#b5231b;
text-decoration:underline;
}

/* PARA O LINK 2 */

a.linkdois:link {
color:#FFCC00;
}
a.linkdois:visited {
color:#669900;
}
a.linkdois:hover {
color:#0000FF;
text-decoration:underline overline;
}
a.linkdois:active {
color:#FFFFFF;
text-decoration:none;
background-color:#000000;
}
