body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #87B7D6;
	background-repeat: no-repeat;
}
.normal {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
}
.subNormal {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	letter-spacing: 1px;
}

.linksNormal {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}

.linhasCaixa {
	border: 1px solid #003366;
}

.titulos {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.subTitulos {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #F79D01;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ADADAD;
	text-decoration: none;
}

a {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	letter-spacing: 1px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #0066cc;
}
a:active {
	text-decoration: none;
	color: #999999;
}
