/* CSS Document */

a.noline
{
	text-decoration:none;
}

a.noline:hover 
{
	text-decoration:underline;
}

a.returnhome
{
	text-decoration:underline;
	color: #000000;
}

a.leftnav:hover 
{
	text-decoration:none;
	color: #4878B6;
}


a.leftnav
{
	text-decoration:none;
	color: #585959;
}

a.leftnav:hover 
{
	text-decoration:underline;
	color: #4878B6;
}

a.interior
{
	text-decoration:none;
	color: #322E2E;
}

a.interior:hover 
{
	text-decoration:underline;
	color: #A60402;
}

a 
{
	text-decoration:underline;
}

a:hover 
{
	text-decoration:none;
}


.tdNormal 
{
	background-color:  "#B6CEE9";
}

.tdNormal3
{
     background-image: url('/images/lesson-bg.jpg'); 
     background-repeat: repeat; 
     background-position: center bottom
}

.tdHighlight 
{
	background-color:  #FEF596;
	text-decoration:underline;
	cursor:hand
}

.tdNormal2 
{
	background-color:  "#DFE3E6";
}

.tdHighlight2 
{
	background-color:  #F67171;
	cursor:hand
}