﻿.ContactTable thead, .ContactTable td
{
	text-align: left;
}
thead
{
	font-variant: small-caps;
	padding-bottom: 12px;
}
th
{
}
.ContactTable td
{
	margin: 4px;
	width: 250px;
}

.tblOverview
{
	font-size: 70%;
	font-family: Verdana;
}

.tblOverview table
{
	border: 0px solid black;
}

.tblOverview td
{
	border: 0px solid black;
	text-align: center;
	margin-bottom: 20px;
}
.tblOverview td.spacer
{
	width: 10px;
}
.CourseTable
{
	width: 100%;
}
.CourseTable td
{
	vertical-align: top;
}
.CourseTable .header, .CourseTable .theader
{
	font-variant: small-caps;
	font-weight: bold;
}
.CourseTable .theader
{
	width: 80px;
}

.CourseTable2
{
	width: 100%;
	border:black 1px solid;

}

.CourseTable2 p
{
    font-size: 80%;
	margin:0px;
	padding:0px;
	padding-left:20px;
	padding-right:10px;
	text-align:left;

}

