body {
	background-image: url(../images/bg_pagina.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #00d7fe;
	background-repeat: repeat-x;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
.formlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6A6A6A;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 20px;
	width: 28px;
	border: 1px solid #CCCCCC;

	padding-top: 0px;
}
.padding {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
}
.style1 {
	color:#FF6600;
	font-weight: bold;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.form {
	height: 16px;
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	border: 1pt solid #999999;
	background-color: #FFFFFF;
	
}
.pesquisa {
	height: 14px;
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	border: 1pt solid #999999;
	background-color: #FFFFFF;
	}

.form_alto {
	height: 16px;
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	border: 1pt solid #999999;
	background-color: #FFFFFF;
	
}
.formtxt {
	height: 40px;
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	border: 1pt solid #999999;
	background-color: #FFFFFF;
	
}

ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 149px; /* Width of Menu Items */

	}

ul#nav li {
	position:relative;
		}
	
ul#nav li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
        list-style: none;
        padding: 0;
        margin: 0;
	}

/* Styles for Menu Items */
ul#nav li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #ffffff;  /*IE6 Bug */
	
}

/* Fix IE. Hide from IE Mac */
* html ul#nav li {  float: left;height: 1px; }
* html ul#nav li a {height: 1px; }
/*End \*/

ul#nav li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
ul#nav li:hover ul,ul#nav li.over ul { display: block; } /* The magic */

.bordas {
	border: 1px solid #999999;
}
