/* In Bloom Table Stylesheet */
/* Specifications for In Bloom Tables */
/* 2004-03-17. One style sheet to rule them all. */

/* Override gardens.css body color */
body {
	color: #000; background-color: #fff;
}

#content {
	color:#000; background-color:#cc6;
	width: 100%;
	text-align:center;
}

div.calendar {
	color:#000; background-color:#fff;
	width:100%;
	text-align:center;
	margin-top:2ex;
	padding-top:1ex;
	padding-bottom:.5ex;
}

table {
	width: 100%;
}
tr {
	color:#000; background-color:#fff;
}
tr.hdr {color:#000; background-color: #cc6;}

td {
	width: 200px;
	font-size:9pt;
	line-height:11pt;
	text-align: left;
	vertical-align:text-top;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2ex;
}
td.sidebar {
	width:180px;
	text-align: right;
}


h1 {color: #630; background-color:transparent; font-size: 100%; margin-bottom:0em;}
h2 {color: #630; background-color:transparent; font-size: 110%; margin-top:14pt; margin-bottom:0em;}
p {margin-top:0em; margin-bottom:0em; width:480px;}
p.cont {text-indent:2%; width:480px;}

