body {
	font-family: Courier, "Courier New", monospace;	
	text-align: center;
	margin: 0;
	padding: 0 0 0.9em 0;
	line-height: 0.9em;
	font-size: 1em;	
}


form{
	padding: 0;
	margin: 0;
}


img{
	margin: 5px 0 0 0;
}

table{
	margin: 0;
}

td {
	padding: 0 10px 0 0;	
	font-size: 12px;
	vertical-align: top;
}

td.time{
	text-decoration: underline;
	width: 80px;
}




a {
	font-family:Courier, "Courier New", monospace;
	text-decoration: underline;
	color: #000000;
}


a:visited {
	font-family:Courier, "Courier New", monospace;
	text-decoration: underline;
}


h2{
	padding: 0 0 0 0;
	display: block;
	margin: 0 0 0 0;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	clear: both;
	line-height: 1em;
}

h3{
	line-height: 1em;
	padding: 0 0 0 0;
	display: block;
	margin: 5px 0 0 0;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}

p {
	padding: 0;
	margin: 5px 0 0 0;
	font-size: 12px;
}







.blue{
	color: #1F1FFF;
	text-decoration: none;
	font-style: normal;
}
.noUnderline{
	text-decoration: none;
}
.underline{
	text-decoration: underline;
}

.regular{
	font-style: normal;
}

.imgHeader{
	margin: 10px 0 10px 0;
	clear: both;
}
em.italic{
	font-style: italic;
}
em.underline{
	font-style:normal;
	text-decoration: underline;
}



.scheduleHead{
	color: #0000FF;
	text-transform: uppercase;
	text-decoration: none;
}



.blueHead{
 	color: #0000FF;
}


.brownText{
	color: #663333;
}

.redText{
	color: #FF0033;
}

.greenText{
	color: #339900;
}

.maroonText{
	color: #990000;
}

.violetText{
	color: #CC00CC;
}

.blueText{
	color: #3300FF;
}

.greyText{
	color: #A2A2A2;
}

.largeText{
	font-size: 14px;
}

.smallText{
	font-size: 12px;
}

.imageDescription{
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: text-bottom;
	position:relative; bottom: 3px;
}
