DIV {

	font-family: Arial;
	margin-left : 20px;
}
DIV.para {
	font-family: Arial;
	margin-left : 17px;
	text-indent: -17;
}
DIV.lessons {
	font-family: Arial;
	margin-left : 20px;
	text-indent: -20px;
}
DIV.noindent{
	text-indent: 0px;
	font-family: Arial;
	margin-left: -100px;
	text-align : center;
}

li {
	list-style : square;
	font-family: Arial;
	text-indent: 0px;
	margin-left :0px;
	list-style-position : outside;
}
LI.welcome {
	list-style : square;
	font-family: Arial;
	text-indent: 0;
	margin-left :18px;
	list-style-position : outside;
	
}

LI.order {	list-style : square;
	font-family: Arial;
	text-indent: 0;
	margin-left :-1px;
	list-style-position : outside;
}

.faq {
	list-style : square;
	font-family: Arial;
	text-indent: 0;
	margin-left :-22px;
	list-style-position : outside;
	text-decoration : none;
}
A.faqs {
	text-decoration : none;
	
}A.faqlink {
	text-decoration : underline;
	font : normal;
	color : Blue;
}A:ACTIVE.faqlink {
	text-decoration : underline;
	font : normal;
	color : Purple;
}




TABLE.invisble {
	background : 0;
	background-color : transparent;
	border : White;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
	padding : 0;
	
}
TABLE.border {
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
	border-right: 1px solid Black;
	border-left: 1px solid Black;
	
}
TD.textNotToEdge {
	margin-left : 10px;
	white-space : pre;
}