 
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../imagem/back.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.thrColFixHdr #container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
} 
.thrColFixHdr #header {
	background-color: #FFFFFF;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-left: -35px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent {
	margin-top: 10px;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #mainContent_a {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;

}

.thrColFixHdr #footer {
	background-color: #FFFFFF;
	height: 50px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #330033;
}
.thrColFixHdr #footer a {
	color: #330033;
	text-decoration: none;
	font-size: 12px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
h1 {
	color: #000000;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
}

h3 {
	color: #000000;
	font-weight: normal;
	font-size: 16px;
	margin-top: 0px;
}


h4 {
	color: #000000;
	font-size: 16px;
	margin: 5px;
}
.img_home {
	padding-right: 15px;
	padding-bottom: 15px;
}

a:link {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}

a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
}

.p_bold {
	font-weight: bold;
}
.p_destaque {
	text-align: left;
	color: #000000;
	font-size: 16px;
}


.table_border01 {
	border: 1px solid #666666;
	text-align: center;
}
.table_border02 {
	text-align: center;
}
.tr_border02 {
	border: 1px solid #FFCF24;
	text-align: center;
}
.button {
	color: #FFFFFF;
	background-color: #333333;
}
.input {
	color: #000000;
	background-color: #EBEBEB;
	border: 1px solid #333333;
}
li {
	list-style-type: none;
	border: 1px solid #333333;
	width: 150px;
	height: 20px;
	margin-bottom: 3px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: -50px;
	background-color: #F4F4F4;
}

ul {
}
.menu  a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
}
.menu  a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
}
.menua:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 15px;
}
.menu {
	height: 30px;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #8F66C2;
}
.animacao {
	height: 240px;
	text-align: left;
	padding: 10px;
}
.p_animacao {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 7px;
}
