
.normalBox
{
	width: 600px;
}

.normalBox p
{
	line-height: 28px;
	margin-bottom: 20px;
}

.normalBox ol
{
	margin: 0px 0px 0px 25px;
	line-height: 28px;
	
}

.normalBox ul
{
	margin: 0px 0px 0px 25px;
	line-height: 28px;
	list-style: none;
}

.normalBox table
{
	margin-top: 50px;
}

.normalBox table tr td
{
	padding-left: 30px;
	padding-right: 30px;
}

/*
.normalBox ul li
{
	clear: both;
}

.normalBox ul li p
{
	margin: 20px 0px 0px 0px;
	float: left;
}

.normalBox ul li img
{
	margin: 0px 20px 50px 0px;
	float: left;
}
*/

.meetingsList
{
	width: 250px;
}

.meetingsList h2
{
	font-size: 14pt;
	margin-bottom: 20px;	
}

.meetingsList h3
{
	color: #036;
	font-size: 12pt;	
}

.meetingsList p
{
	font-size: 10pt;
	margin-bottom: 10px;
	line-height: 17px;
}

#footer-divider
{
	margin: 25px 0px 25px 0px;	
}

.reunioes_mais
{
	text-decoration: none;
	color: #0d7dbc;
	cursor: pointer;
	font-size: 10pt;
	float: right;
}