/* CSS Document */
h1 {
	color:#fff;
	}


/* Right Column */
.section {
	color:#666;
	border-bottom:1px solid #ccc;
	padding:10px;
	height:100px;
	min-height:150px;
		
	}
.section p {
	width:450px;
	}
#calendarTable {
	width:100%;	
	
}
#calendarTable td{	
	
}
#calendarTable td{	
	padding:5px;
}
#calendarTable th{	
	padding:5px;
	text-align:left;
	background-color:#CCCCCC;
	border:1px solid #999;
}
input {
	font-family:"Helvetica", sans-serif;
	}
select {
	font-family:"Helvetica", sans-serif;
	}
a {
	color:#990000;
	