BODY {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
A {
	COLOR: #cccccc; TEXT-DECORATION: none
}
A:visited {
	COLOR: #cccccc; TEXT-DECORATION: none
}
A:hover {
	COLOR: #666666; TEXT-DECORATION: none
}
.oneColFixCtr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #IMGcontainer {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 500px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #dddddd;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.style3 {
	font-family: Arial;
	color: #bbbbbb;
	font-size: 9px;
}
#alignLeft{
	float: left;
}
#alignRight{
	float: right;
}
.style4 {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #CCCCCC;
}
.style5 {color: #333333}
.style7 {color: #333333; font-style: italic; }
.style8 {color: #666666}
.style9 {color: #222222}
.style10 {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
}
.style12 {font-family: Arial; font-size: 9pt; font-weight: normal; color: #CCCCCC; }

.minicaixa {
	BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; FONT-SIZE: 10px; BORDER-LEFT: #666666 1px solid; COLOR: #666666; BORDER-BOTTOM: #666666 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff
}
