.lucida {
font-family: lucida, Arial, Helvetica, sans-serif;
text-decoration: none;
}

.times {
font-family: "Times New Roman", Georgia, serif;
text-decoration: none;
}

.arial {
font-family: Arial, Verdana, Helvetica, sans-serif;
text-decoration: none;
}

a:hover {
text-decoration: underline; 
}

.capital { text-transform: uppercase; }
 
.bold { font-weight: bold; }
.italic { font-style: italic; }
 
.s11 { font-size: 11px; }
.s12 { font-size: 12px; }
.s13 { font-size: 13px; }
.s14 { font-size: 14px; }
.s17 { font-size: 17px; }
.s21 { font-size: 21px; }
.s25 { font-size: 25px; }
.s32 { font-size: 32px; }
.s42 { font-size: 42px; }

.dark { color: #333; }
.darkgray { color: #666; }
.lightgray { color: #999; }
.white { color: #fff; }
.wine { color: #55001f; }
.green { color: #66bb00;}
.red { color: #cc1111;}

.pad20 { padding: 20px; }

.let3 { letter-spacing: 3px; }
.letkern { letter-spacing: -1px; }


table {
border-collapse: separate;
border-spacing: 0;
}

:focus {
outline: 0;
}

#content {
margin: 0 auto;
width: 9px;
}

#area_layout {
position: relative;
}

#logo {
position: absolute;
top: 40px;
left: 34px;
width: 281px;
height: 245px;
z-index: 1;
}

.nspara
{
padding: 5px;
background-color: #ffd;
text-align: center;
width: 100%;
color: red;
font-family: arial;
font-weight: bold;
}

.nscaixa
{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: left;
}