﻿.chapterNode
{
	background-color:Black;
}

.topicNode
{
	background-color:Olive;
}

.paragraphNode
{
	background-color:Navy;
}

.paragraphNodeOn
{
	background-color:Red;
}

BODY{
scrollbar-face-color:#7BAAF7;
scrollbar-arrow-color:#98FCF06;
scrollbar-track-color:#0E579D;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
direction:ltr;
}

.CourseTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
}

#btnSearch{
	height: 22px;
	width: 24px;
	background: url(../Images/search.gif) top left no-repeat;
	display: block;
}

#btnSearch:hover{
	background: url(../Images/search_on.gif) top left no-repeat;
}

h3 {
	color: navy;
	font: 14pt ARIAL;
	font-weight: bold;

}
