body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	background-color: #010F42;
	background-image: url(/images/background.png);
	background-repeat: repeat-x;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color: #0B9DF1;
	text-decoration: underline;
}

.BAPesq {
	padding: 0 5px 0 5px;
	width: 230px;
}
.BAPesq input {
	height: 18px;
	border-left: solid 1px #B8B8B8;
	border-top: solid 1px #B8B8B8;
	border-bottom: solid 1px #B8B8B8;
	border-right: none 0;
}
.BAPesqItem {
	padding-left: 2px;
	background-image: url(images/searchback.png);
	background-repeat: repeat-x;
}
.BAPesqItem a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.menuPanel {
	background-image: url(/images/menu.png);
	background-repeat: no-repeat;
}

.rightPanel {
	width: 183px;
	height: 350px;
	padding: 5px;
	background-image: url(/images/caixaDireita.png);
	background-repeat: no-repeat;
}

.mainContainer {
}
.mainInnerContainer {
	background-image: url(/images/caixaCentro.png);
	background-repeat: no-repeat;
	width: 252px;
	height: 164px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
.mainInnerContainer h1 {
	margin: 5px 0 5px 0;
	height: 50px;
}
.mainInnerContainer h1 a:hover {
	text-decoration: none;	
}
.mainInnerContainer img {
	margin-right: 5px;
}

/* LEFT MENU */
.LeftMenu {
	font-size: 13px;
	width: 100%;
}
.LeftMenu td {
	border-bottom: solid 2px #4C789F;
}
.LeftMenu a {
	color: White;
	padding: 10px 0 10px 0;
	display: block;
}
.LeftMenu a:hover, .LeftMenu a.selected {
	color: #72ACDC;
}
.LeftSubMenu {
	margin-left: 20px;
	display: none;
}

/* TEXT CONTAINERS */
.ContentTitle {
	color: #02265b;
}
.ContentContainer {
	font-size: 12px;
	color: #02265b;
	text-align:justify;
}
.ContentInnerContainer {
	padding: 2px 0 2px 0;	
}
.ContentInnerContainer div {
	padding-bottom: 7px;	
}
.ContentInnerContainer a {
	color: #02265b;
}
.ContentInnerContainer img {
	margin-right: 10px;
	border: solid 3px #02265b;
}

.MenuTitle {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin-top: 20px;
}

.MenuTitle a {
	color: #FFFFFF;
}

