body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt; 
}
a { 
  text-decoration : underline; 
  color : #0000ff; 
}
table.month,table.weekheader {
	border-width: 1px;
	border-spacing: 0;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.month th, table.weekheader th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	background-color: white;

}
table.month td,table.weekheader td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	background-color: white;

}

table.monthday {
	border-width: 0px;
	border-spacing: 0;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.monthday th {
	border-width: 0px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	background-color: white;

}
table.monthday td {
	border-width: 0px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	background-color: white;

}

#globalmenu_outer, #globalmenu_inner,#search,#logo,#mainmenu,#main-body,table.topban,table.topnav { 
  display : none; 
}
#footer,#leftmenu,table.littlecal, td.littlecalendarheader,td.littlecalendarweek,td.littlecalendarday,td.todayis,td.littlecal,table.jumpto { 
  display : none; 
}
