/* CSS para a internet*/
body { background-color: #FFFFFF }

/* Begin Main Content Styling */
.main {
	background-color: #FFFFFF;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 1px 5px 1px;
	color : #003366
}

.main a:link {
	color : #587592;
	text-decoration : none
}

.main a:visited {
	/*color : #666666*/
	color : #003366;
	text-decoration : none
}

.main a:active {
	color : #000000
}

.main a:hover {
	color : #990000;
	text-decoration : none
}

.main h1 {
	color: #ffffff;
	font-size: 20px;
	display : block;
	width : 100%;
	background-color: #6898d0;
	padding: 2px 2px 2px 5px
}

.main h2 {
	font-size : 15px;
	margin : 10px 7px 3px 7px
	}

.main p {
	font-size : 12px;
	margin : 0 7px 0 7px;
	line-height : 140%
}
/* End Main Content Styling */

/* Begin Header Styling */
.header {
	background-color : #FFFFFF;
	border-bottom: 1px solid #FFFFFF
}

.header h1 {
	font : bolder 30px Arial, Helvetica, sans-serif;
	margin : 5px 5px 0px 5px;
	text-decoration : 
}

.header p {
	font : 11px Arial, Helvetica, sans-serif;
	margin : 0px 5px 5px 5px
}
/* End Header Styling */

/* Begin Main Menu Styling */
/* Main Menu TOPO */
.menu {
	background-color : #333333;
	border-bottom : 1px solid #FFFFFF;
	border-right :  1px solid #FFFFFF;
	font : bold 13px Arial, Helvetica, sans-serif;
	color : #CCCCCC;
	text-align : center
	}
.menu a { 
	color : #CCCCCC; 
	text-decoration : none;
	display : block;
	width : 100%;
	padding : 1px 0 1px 0
 }

/* Menu horizontal */
.menu a:hover {
	color : #587592;
	background-color : #CCCCCC
}

/* Defines the current menu category user is in */
.menucurrent {
	color : #003366;
	background-color : #CCCCCC;
	border-bottom : 1px solid #FFFFFF;
	border-right :  1px solid #FFFFFF;
	font : bold 13px Arial, Helvetica, sans-serif;
	text-align : center
}
/* End Main Menu Styling

/* BEGIN LEFT COLUMN STYLING (INCLUDES SEARCH AND FLYOUT MENU) */

/* Border surrounding entire left column (also used on flyout menu in layers) */

/* Backgroud do Menu lateral*/
.leftcolumn {
	background: #FFFFFF; /* Alterei*/
	border: 0px solid #c3c8cb;
	vertical-align : top
}

/* Begin Search Styling */
.search {
	background-color : #F8F8F8;
	padding: 4px 3px 4px 3px;
	font : 12px Arial, Helvetica, sans-serif
}

.search a { color: #003366 }
.search a:hover { color: #eee }
.search a:visited { color: #003366 }

.searchbox { 
	
	width : 105px;
	font : 12px "Times New Roman", Times, serif
	}
/* End Search Styling */
	
/* Begin Submenu Styling - Header do Menu Lateral*/ 
.submenuh {
	font: bold 12px Arial;
	background: #6898d0; /* Header do Menu lateral*/
	padding : 2px 1px 2px 2px;
	color : #ffffff;
	border-top : 1px solid #c3c8cb /* Header Menu lateral - border da tabela*/
}

.submenu {
	background: #eaeeee;
	padding : 0 1px 0 2px;
	font: 11px Arial;
	background: #eaeeee;
	padding : 0 1px 0 2px
}
/*TEXTO*/
.submenu a {
	color: #21536a;
	text-decoration: none;
	display : block;
	width : 100%;
	border : 1px solid #c3c8cb; /* Menu lateral - border da tabela*/
	padding : 2px 2px 2px 5px
}

.submenu a:hover {
	border : 1px solid #c3c8cb; /* Menu lateral - border da tabela*/
	background-color : #f8fafc /* Menu lateral - background*/
}
.submenur {
	background: #f8fafc;
	vertical-align : top
}

.submenurbottom {
	background: #f8fafc;
	vertical-align : top;
	border-top : 1px solid #c3c8cb
}

.submenubottom {
	background: #f8fafc;
	border-bottom: 1px solid #c3c8cb
}

.submenudiv {
	background: #f8fafc
}

.submenutop {
	background: #f8fafc;
	border-top: 1px solid #c3c8cb
}

.arrow {
	color : #21536a;
	text-align : right;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	position : inherit
}
/* End Submenu Styling */

/* END LEFT COLUMN STYLING */

/* Begin Footer Styling */
.footerright { 
	padding : 5px 5px 5px 5px;  
	font : 11px Arial, Helvetica, sans-serif;
	background-color : #6898d0;
	color : #FFFFFF;
	text-align : center;
	border : 1px solid #FFFFFF
}
.footerright a {
	color : #E5E5E5;
	text-decoration : none
}
.footerright a:hover {
	color : #990000;
	text-decoration : underline;
}
.footerleft {
	background-color : #FFFFFF;
	font : italic bolder 30px Arial, Helvetica, sans-serif;
	text-decoration : underline;
	padding : 0px 0px 0px 0px;
	text-align : center;
	border : 1px solid #FFFFFF
}
/* End Footer Styling */

