<!-- telcfdstyle.css //-->
<style type=text/css>

body
{
	background:#F9F9F9;
	font-family:"Times New Roman",Times,serif;
	
}
div.Main
{
	margin-left:auto;
    margin-right:auto;
}

table,th,td
{
border:5px solid #F9F9F9;
background:#F9F9F9;
}

table.Calendar
{
	
	border: 1px solid black;
	width:80%;
    color:#111111;
}

table.Buffer
{
	width:90%
	color:#111111;
}
td.BufferBox
{
vertical-align:top;
height:100px;
}	

table.Notes
{
	
	border: 1px solid black;
	width:90%;
	color:#111111;
    
}

	 
td.NotesBox
{
vertical-align:top;
height:550px;
}	

td.NotesBoxTop
{

height:10px;
}	

td.Date
{

background:silver;
font-weight:bold;
height:50px;
vertical-align:bottom;
color:#000000;

}


td.Reporter
{
	border: 0px;
	height:150px;
	
}



</style>