/* All Frames */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* MAIN Frame */
.Conteudo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00166F;
	background-color: #E5D8B0;
	text-align: justify;
	font-weight: bold;
}

.ConteudoNB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00166F;
	background-color: #E5D8B0;
	text-align: justify;
}

.ConteudoHL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0033;
	background-color: #E5D8B0;
	text-align: justify;
	font-weight: bold;
}

.ConteudoSmall {
	font-size: 10px;
}

.ConteudoSmallHL {
	font-size: 10px;
	color: #FF0033;
}

.Titulo {
	font-size: 22px;
	text-align:center;
}

.NoticiaBlock {
	width: 500px;
}

.NoticiaItem {
	padding: 10px;
}

.NoticiaSplit {
	width: 500px;
	height: 8px;
}

Ul{
	text-align: justify;
}

.ListaNoBorder {
	padding: 7px;
	border-style:none;
}

.ListaBBorder {
	padding: 7px;
	border-color:#000000;
	border-width:2;
	border-style:none;
	border-bottom-style:dotted;
}

.ListaRBorder {
	padding: 7px;
	border-color:#000000;
	border-width:2;
	border-style:none;
	border-right-style:dotted;
}

.ListaBRBorder {
	padding: 7px;
	border-color:#000000;
	border-width:2;
	border-style:none;
	border-right-style:dotted;
	border-bottom-style:dotted;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00166F;
	background-color: #E5D8B0;
	text-align: justify;
	font-weight: bold;
	
	background-color: #CBBF9C; 
	border: #000000; 
	border-width: 2px;
	border-style: dotted;
	border-bottom-width: 3px; 
	border-bottom-style: solid; 
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00166F;
	background-color: #E5D8B0;
	text-align: justify;
	font-weight: bold;
	
	background-color: #CBBF9C; 
	border: #000000; 
	border-width: 2px;
	border-style: solid;
	/*
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	*/
}


/* MENU Frame */
.Menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
	cursor:default;
}


.SubMenu {
	text-indent: 8px;
	color: #000000;
}

.MenuLink:link {
	color: #000000;
	text-decoration:none;
}
.MenuLink:visited {
	color: #000000;
	text-decoration:none;
}
.MenuLink:active {
	color: #000000;
	text-decoration:none;
}
.MenuLink:hover {
	color: #E5D8B0;
	background-color: #000000;
	cursor:default;
	text-decoration:none;
	cursor:default;
}

.SubMenuLink:link {
	color: #330099;
	text-decoration:none;
}
.SubMenuLink:visited {
	color: #330099;
	text-decoration:none;
}
.SubMenuLink:active {
	color: #CC3300;
	text-decoration:none;
}

.SubMenuLink:hover {
	color: #E5D8B0;
	background-color: #330099;
	text-decoration:none;
	cursor:default;
}
