/*UNIVERSAL TEXT FORMATTING*/
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: rgb(60, 46, 14);
}

h1, h2, h3, h4 {
	font-family: Georgia, serif;
	font-weight: normal;
	color: rgb(180, 46, 52);
}

h1 {
	font-size: 20px;
	line-height: 23px;
	margin: 0px 0px 8px 0px;
}

h2 {
	font-size: 16px;
	line-height: 18px;
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 3px 0px;
}

p {
	margin:0px 0px 8px 0px;
}

.space_below {
	margin-bottom: 18px;
}

a {
	text-decoration:none;
	color: rgb(0, 125, 139);
}

a:hover {
	color: rgb(180, 46, 52);
}

/*INLINE PICTURES*/
.inline_left {
	display: block;
	float:left;
	margin-right:12px;
}

.inline_right {
	display: block;
	float:right;
	margin-left:12px;
}

/*SCHEDULE TABLE */
#sched_table th {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 22px;
	font-weight:normal;
	text-align: left;
	padding-top: 10px;
}

#sched_table td {
	vertical-align: top;
}

#sched_table_time {
	width: 75px;
}