body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_kids.jpg);
	background-attachment: fixed;
	background-position: center center;
}
.contentslide{
	width: 676px;
	height: 363px;
	margin: 0px;
	padding: 0px;
}


.pagination{
	width: 676px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	background-color: transparent;
	border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
	padding: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 510px; /*IE5 width*/
w\idth: 516px; /*IE6 width*/

}

.pagination a{
	padding: 1px 4px;
	text-decoration: none;
	color: #2e6ab1;
	background-color: white;
	border: 1px solid #e1e1e1;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #d40606;
border: 1px solid #d40606;
}
.bizlab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DD8E8E;
	text-decoration: none;
}
.campos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
}
.botao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D40606;
	border: 1px solid #D40606;
}
.txtform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

