html{
	overflow-y: scroll;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{ 
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
li{
	margin-left: 16px;
	list-style-position: outside;
	list-style-type: square;
}
h1{ font-size: 36px; }
h2{ font-size: 24px; }
h3{ font-size: 18px; }
h4{ font-size: 14px; }
h5{ font-size: 12px; }
h6{ font-size: 10px; }
body{
	margin: 0px;
	background-color: #666666;
}
th{
	text-align: left;
}
img{
	border: none;
	margin: 0px;
	padding: 0px;
}
*html img{ margin-bottom: -3px; }/* style for IE6 only */
*+html img{ margin-bottom: -3px; } /* style for IE7 only*/
a{
	color: #990000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.containerMain{
	text-align: justify;
	width: 800px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 4px 4px 8px #333333;
	-moz-box-shadow: 4px 4px 8px #333333;
	border-radius: 16px;
	overflow: hidden;
	margin: 16px;
}
.containerHeader{
}
.containerHeaderMenu{
	overflow: hidden;
	background-color: #990000;
}
.containerHeaderMenuSub{
	height: 24px;
	border-bottom: 1px solid #990000;
}
.containerHeaderMenuSubItem{
	display: none;
}
.containerBody{
	text-align: justify;
	margin: 16px;
}
.containerFooter{
	border-top: 1px solid #990000;
	padding: 16px;
}
.menuButton{
	text-align: center;
	color: #FFFFFF;
	background-color: #990000;
	padding: 4px;
	padding-left: 16px;
	padding-right: 16px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.menuButton:hover{
	color: #990000;
	background-color: #FFFFFF;
	text-decoration: none;
}
.menuSubButton{
	text-align: center;
	color: #990000;
	padding-top: 4px;
	padding-left: 16px;
	padding-right: 16px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
}
.menuSubButton:hover{
	text-decoration: none;
}
.agendaTable{
	border-collapse: collapse;
	border: 1px solid #990000;
}
.agendaTable tr td{
	border: 1px solid #990000;
	padding: 16px;
}
.agendaTable li{
	line-height: 1.5em;
}
