﻿table.awardTable {
		width: 440px;
		border: 0;
		margin: 0 auto;
	}
	
	td.student {
		width: 280px;
		text-align: left;
	}
	

	td.teacher {
		font-style: italic;
		width: 150px;
		text-align: right;
	}
	

	table.awardTable th {
		font-size: 1.2em;
		padding: 10px 0 2px 0;
	}
	
	table.calendarTable td
	{
		vertical-align: top;
	}
	
table.calendarTable th.calendarMonth {
	background-color: #900;
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
	
}

table.calendarTable td {
	border-bottom: solid 1px #900;
}