@charset "UTF-8";
/* CSS Document */

table.listing {
	padding: 3px;
	border-collapse: collapse;
	background: #CCFFFF;
	font-size: 0.80em;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 60px;
}

table.listing td {
	vertical-align: top;
	padding: 3px;
	border: 1px solid #666666;
	overflow: visible;
}

table.listing td a {
    font-size: .85em;
    overflow: visible;
}

table.listing th {
	font-weight: bold;
	color: #FFFFFF;
	background: #006666;
	border: 1px solid #FFFFFF;
	text-align: left;
	vertical-align: top;
	line-height: .95em;
	padding-top: 3px;
	width: auto;
}

table.lettercodes {
	padding: 2px;
	margin-left: 80px;
	font-size: 0.85em;
	width: 750px;
	margin-top: -10px;
	margin-bottom: 0px;
	white-space: nowrap;
	text-align: left;
}

.description {
	width: 750px;
	text-align: left;
	clear: both;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: 100px;
	position: relative;
	top: 20px;
	overflow: visible;
}

p.small {
	font-size: 0.85em;
	line-height: 1.2em;
	text-align: left;
	margin-left: 80px;
}

.course_name {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
	display: inline;
	padding-bottom: 0px;
	font-size: 1.15em;
	color: .3300CC;
	color: #3300CC;
}

.course_description {
	line-height: 22px;
	display: inline;
}
