/* CSS Document */

/* ------------------------------- Fonts ----------------------------- */
.title {
font-family: trebuchet ms, sans-serif; font-size: 44.8pt; 
font-stretch: expanded; 
font-style: italic; 
font-weight: 100;
color: #000000;
padding: 2px;
}

.subtitle {
font-family: bolder verdana, geneva, sans-serif; 
font-size: 11.8pt;
font-weight: bolder;
font-stretch: extra-expanded; 
text-align: left;
color: #000000;
background-color: #a6c511;
padding: 1px 3px 1px 6px;
}

.grey78 {
font-family: verdana, geneva, sans-serif; 
font-size: 8.8pt; 
color: #000000;
padding: 1px 3px 1px 6px;
}

.grey79 {
font-family: verdana, geneva, sans-serif; 
font-size: 8.9pt; 
color: #333;
padding: 8px 3px 1px 6px;
text-align: left;
vertical-align: top;
border-top: 1px solid #949494;
}

.grey80 {
font-family: verdana, geneva, sans-serif; 
font-size: 8.8pt; 
font-color: #000;
text-align: center;
vertical-align: top;
}

.grey81 {
font-family: verdana, geneva, sans-serif; 
font-size: 8.8pt; 
font-color: #000;
text-align: center;
vertical-align: middle;
height: 74px;
}

/* ------------------------------- Navegacao ----------------------------- */
/* - gustavo former width: 100px; - */
a.nav:link {
color: #000;
background-color: #fff;
padding: 1px 10px 1px 10px;
text-decoration: none;
text-align: center;
display: block;
border: 1px solid #949494;
/* width: 90px; */
}
a.nav:visited {
color: #000;
background-color: #fff;
padding: 1px 10px 1px 10px;
text-decoration: none;
text-align: center;
display: block;
border: 1px solid #949494;
/* width: 90px; */
}
a.nav:hover {
color: #000;
background-color: orange;
padding: 1px 10px 1px 10px;
text-decoration: none;
text-align: center;
display: block;
border: 1px solid #949494;
/* width: 90px; */
}
a.nav:active {
color: #000;
background-color: yellow;
padding: 1px 10px 1px 10px;
text-decoration: none;
text-align: center;
display: block;
border: 1px solid #949494;
/* width: 90px; */
}

/* ------------------------------- ads ----------------------------- */
a.ad:link {
color: #000;
padding: 1px;
text-decoration: none;
text-align: center;
display: block;
border: 1px solid #949494;
}
a.ad:visited {
color: #000;
padding: 1px;
text-decoration: none;
text-align: center;
display: block;
border: 1px solid #949494;
}
a.ad:hover {
color: #000;
padding: 1px;
text-decoration: none;
text-align: center;
display: block;
border: 1px solid orange;
}
a.ad:active {
color: #000;
padding: 1px;
text-decoration: none;
text-align: center;
display: block;
border: 1px solid yellow;
}

/* ------------------------------- email ----------------------------- */
/* -- light blue = background-color: #00CCFF;-- */
a.email:link {
color: #000;
background-color: #fff;
padding: 1px 10px 1px 10px;
text-decoration: none;
text-align: center;
display: block;
border: 1px solid #949494;
float: left;
width: auto;
}
a.email:visited {
color: #000;
background-color: #fff;
padding: 1px 10px 1px 10px;
text-decoration: none;
text-align: center;
display: block;
border: 1px solid #949494;
float: left;
width: auto;
}
a.email:hover {
color: #000;
background-color: orange;
padding: 1px 10px 1px 10px;
text-decoration: none;
text-align: center;
display: block;
border: 1px solid #949494;
float: left;
width: auto;
}
a.email:active {
color: #000;
background-color: yellow;
padding: 1px 10px 1px 10px;
text-decoration: none;
text-align: center;
display: block;
border: 1px solid #949494;
float: left;
width: auto;
}

/* ---------------------------------------------------------------------*/

