@charset "utf-8";
/* CSS Document */
body table {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
}

h2 {
	font-size: 14px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td.banner {
	width: 160px;
	padding-top: 160px;
	background-color: #B6BC8F;
}

table#bannerTable td {
	text-align: left;
}

table#bannerTable strong {
	color: #535C1D;
}

table#bannerTable hr {
	height: 1px;
	color: #000000;

}
table#bannerTable img {
	display: none;
}


table#bannerTable a {
	text-decoration: underline;
}


div#mainPage {
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}

div#mainPage td {
	vertical-align: top;
}

div#mainPage strong {
	color: #535C1D;
	font-size: 14px;
}


div#mainPage h1 {
	color: #535C1D;
	font-size: 16px;
	margin-bottom: 5px;
}

div#menuPage {
	text-align: left;
	width: 170px;
	padding-top: 20px;
	padding-left: 0px;
}

div#menuPage a{
	display: block;
	width: 150px;
	
	color: #FFFFFF;
	background-color: #6A7725;
	
	text-decoration: none;
	
	font-weight: bold;
		
	border: 1px solid #000000;

	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 0px;
}

div#menuPage a:hover{
	background-color: #98A934;
}

div#contentPage {
	padding-top: 3px;
	text-align: left;
	width: 599px;

}

/* agenda */
table#displayAgenda td {
	font-size: 10px;
	border: 1px solid #000000;
	height: 100px;
	width: 100px;
	background-color: #FFFFAE;
}

table#displayAgenda th {
	background-color: #6A7725;
	color: #FFFFFF;
}

.agendaHr {
	height: 1px;
}