body {
    font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    background-color : #fff;
	color: #000;
	margin: 0 50px;
	text-align: left;
}

table {
	width : 100%;
	border-collapse : collapse;
}

td, th {
    font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	
	background-color : #fff;
	empty-cells: show;
    font-size : 7pt;	
}
th	{ padding-bottom:20px }

/*	AGENDA PRINTOUT	*/
thead					{ display:table-header-group; }
tbody					{ display:table-row-group; }

.day {border-bottom: 1px solid #aaa;/*	*/ vertical-align:top;}
.month { font-weight:bold; font-size: 9pt; padding:15px 0 5px 10px;border-bottom: 1px solid #aaa; }

.table_header td, .table_header			{ font-size: 25pt;font-weight: bold; background-color: #fff;color:#0c5790;vertical-align:bottom; text-align:left;}
.table_header	td.contact		{ font-size: 10pt; font-weight: normal; color:#000;text-align:right;}
.table_subheader		{ font-weight: bold; background-color: #ccc;}


#header {
	overflow: auto;
	padding:1px;
}

#copyright				{ text-align:center; }

hr {
	border: 0px;
	background-color: #aaa;
	color: #888;
	height: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
