﻿table.t1
{
	padding: 5px;
	border-style: solid;
	border-width: thin;
	border-color: Black;
	width: 500px;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	
}

table.t1 td
{
	border-bottom: 1px solid Black;	
	white-space: nowrap;
}

.scheduletitle1
{
  font-size:24px;
}

.scheduletitle
{
  font-size:20px;
}

.scheduletitle2
{
  font-size:20px;
  border-bottom: 1px solid Red;	
	white-space: nowrap;
}

.schedulesubtitle
{
  font-size:15px;
}


.jan
{
  font-weight:bold;
}

.month
{
	width:40px;
	text-align:left;
}

.day
{
	width: 70px;
	text-align:left;
}

.time
{
	width:40px;
	text-align:left;
}