body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.dots {
	background-image: url(../resources/dots.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.course_cat {
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
.course_cat a {

	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
.course_cat a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.course_cat a:active {
	color: #CC0000;
	text-decoration: underline;
}
.course_title {
	font-size: 13px;
	color: #CC0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
.course_title a {

	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
.course_title a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.course_title a:active {
	color: #CC0000;
	text-decoration: underline;
}
h1{
	font-size:15px;
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:2px;
}
h2{
	font-size:13px;
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:2px;
}
h3{
	font-size:90%;
	color:#CC0000;
	text-decoration:none;
	font-weight:100;
	margin-bottom:2px;
	margin-top:7px;
}
.info_button {
	font-size:12px;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#888888;
	border:0px;
	border-color:#888888;
	height: 16px;
	width: 380px;
	margin-left: 10px;
	text-align: center;
	vertical-align: middle;
	background-position: center center;
	margin-right: 10px;
}
.info_button a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.info_button a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.info_button a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a{
	font-size:100%;
	color:#CC0000;
	text-decoration:underline;
}
a.hover{
	text-decoration:none;
}
a.visited{
	text-decoration:underline;
}
.textbody2{
	margin:0px;
	/* height:100%; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.MenuLink{
	color:#CC0000;
	font-size:100%;
	text-decoration:none;
}
.topMenu{
	border-bottom: 2px dotted #D7D7DC;
	font-size:10px;
	margin-left:-40px;
	margin-top:2px;
	margin-bottom:0px;
	padding-bottom:3px;
	list-style-type: none;
}
.topMenuBottom{
	border-bottom: none;
	margin-bottom:-5px;
}
.topMenuSpace{
	padding-top:9px;
}
.footMenuLink{
	color:#CC0000;
	font-size:100%;
	text-decoration:none;
}
.footMenuLink:hover{
	color:#CC0000;
	text-decoration:underline;
}
#footer{
	padding-top:3px;
	border-top: 2px dotted #666666;
}
#copyright{
	line-height:120%;
	font-size:85%;
	color:#000000;
	text-decoration:none;
	margin-bottom:5px;
	margin-top:7px;
	color: #666666;
	font-weight: bold;
}