.linkCourseLesson {
	color: #FFFFFF; 
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.linkCourseLesson:hover {
	color: #DDDDDD; 
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.linkCourseLessonSelected {
	color: #DDDDDD; 
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.linkCourseLessonSelected:hover {
	color: #BBBBBB; 
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}


.linkCourseLessonTopic {
	color: #000000; 
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.linkCourseLessonTopic:hover {
	color: #999999; 
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.linkCourseLessonTopicSelected {
	color: #999999; 
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.linkCourseLessonTopicSelected:hover {
	color: #BBBBBB; 
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.linkCourseLessonTopicSub {
	color: #333333; 
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.linkCourseLessonTopicSub:hover {
	color: #999999; 
	font-family: sans-serif;
	font-size: 12px;
	font-weight: none;
	text-decoration: underline;
}


.linkCourseHeader {
	color: #333333; 
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.linkCourseHeader:hover {
	color: #999999; 
	font-family: sans-serif;
	font-size: 11px;
	font-weight: none;
	text-decoration: underline;
}

.linkCourseFooter {
	color: #333333; 
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.linkCourseFooter:hover {
	color: #999999; 
	font-family: sans-serif;
	font-size: 12px;
	font-weight: none;
	text-decoration: underline;
}




.titleCourse {
	font-family: sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}
.titleCourseLesson {
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.titleCourseLessonTopic {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.titleCourseLessonTopicSub {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}






.boxCourseLesson {
	background-color: #fefeff;
	border: 1px solid;
	border-color: #dedede;
}

.boxCourseLessonTitle {
	background: url("../image/box_bar.jpg") repeat-x center top;
    font-family: vedana, arial, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	height: 22px;
}


.boxCourseLessonContent {
	background: url("../image/box_bgcontent.jpg") repeat-x center top;
    font-family: sans-serif;
	color: #555555;
	font-weight: none;
	font-size: 14px;
	padding: 2px;
}


.boxCourseHeader {
	background-color: #fcfcfc;
	border: 1px solid;
	border-color: #dedede;
}
.boxCourseFooter {
	border: 1px solid;
	border-color: #f0f0f0;
/*	background: url("../image/box_bgcontent2.jpg") repeat-x center bottom; */
    font-family: sans-serif;
	color: #555555;
	font-weight: none;
	font-size: 12px;
}


pre.code{
	background:#fcfcfc;
	margin:0px;
	padding:5px;
	border: 1px dashed;
	border-color: #cecece;
	font-family: courier new;
	font-size: 14px;
	color: #000055;
	font-weight: none;
}
