.superior {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #FFF;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
.inferior {
	background-color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.back {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.esquerda {
	background-color: #FFF;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.direita {
	background-color: #FFF;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.esquerdaDireita {
	background-color: #FFF;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCC;
	text-align: left;
	vertical-align: top;
}
.top {
	vertical-align: top;
}

.branco {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	vertical-align: top;
	text-align: left;
}
.titulo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.superiorInferior {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #FFF;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	border-right-width: 3px;
	border-bottom-style: solid;
	border-right-color: #CCC;
}
