body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.leftBorder{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #434d95;
}
.rightBorder{
	border-left-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #434d95;
}
.leftrightBorder{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5867a0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5867a0;
}
.topBorder{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FE8953;
}
.bottomBorder{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FE8953;
}
.pageTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 900;
	color: #FF6600;
}
.menuInternoBorder{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
.menuInternoStyle{
	background-color: #FD9A35;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
.menuInterno2Style{
	background-color: #F7C28F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
.menuStyle{
	background-color: #FF6600;
}