﻿body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
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: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.agendaHeader {
	font-size: 11px; 
	font-weight: bold; 
}
.agendaBody {
	font-size: 11px;
	height: 20px;
	color: #666666;
}
.agendaSeparator {
	background-image: url('images/linha.png');
	background-position: center;
	width: 95%;
	height: auto;
}
#mainBlock {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-collapse: collapse;
	border-width: 0px;
	border-spacing: 0px;
}