.sub {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.bod {
	font-family: "MS Sans Serif";
	font-size: 10px;
	color: #000000;
}
.sub2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
A {     
	font-family: Tahoma;
	font-size: 0.8em;
    Color : #FF9E00; font-weight: bold;
	text-decoration : underline;
}
A:hover {
	font-family: Tahoma;
	font-size: 0.8em;
	Color : #FFFFFF;
	font-weight: bold;
	text-decoration : none;
}
.bodwh {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;

}
.sub3 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.title {
	font-family: Tahoma;
	font-size: 18px;
	font-style: normal;
	color: #FFA523;
	font-weight: bold;

}
.title2 {
	color: #5995E6;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
}
.sub4 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #CC3300;
}
.sub5 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #68A310;
}
.title3 {
	font-family: Garamond;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	font-style: italic;

}
.title4 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.nav {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;

}
a.nav:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
.bodwh2 {
	font-family: "MS Sans Serif";
	font-size: 10px;
	color: #FFFFFF;
}
/* ------ mainContent table styles --------------*/
table#staffTbl {
	width: 487px;
	margin: 0 auto;
	background: #445745;
}
#staffTbl thead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
}
#staffTbl tbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .658em;
	color: #fff;
	text-align:center;
}
#staffTbl caption   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding-bottom: .5em;
}
#staffTbl th {
	background: #444;
	height: 20px;
	vertical-align: bottom;
	font-weight: normal;
	text-align: center;
	padding-bottom: 0.5em;
}
#staffTbl td {
	padding: 1em .5em;
	border: 1px solid #333;
	}
#staffTbl td.specs {
	text-align: left;
	font-weight: bold;
}
#staffTbl tr.odd {
	background:#58725A;
}
#staffTbl tr:hover {
	background: #333;
}

/* ------ CourseContent table styles --------------*/
table#courseTbl {
	width: 487px;
	margin: 0 auto;
	background: #445745;
}
#courseTbl thead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #fff;
}
#courseTbl tbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .658em;
	color: #fff;
	text-align:center;
}
#courseTbl caption   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding-bottom: .5em;
}
#courseTbl th {
	background: #444;
	height: 15px;
	vertical-align: bottom;
	font-weight: normal;
	text-align: center;
	padding-bottom: 0.5em;
}
#courseTbl td {
	padding: .5em .5em;
	border: 1px solid #333;
	}
#courseTbl td.specs {
	text-align: left;
	font-weight: bold;
}
#courseTbl tr.odd {
	background:#58725A;
}
#courseTbl tr:hover {
	background: #333;
}


