/* Styles for Class Topic HTML Pages. */

.footerStyle	{	font-size :8pt;
				font-weight : normal ;
				text-align : center ;
				color : #999999 ;
				font-family : Arial;}
.titleStyle	{	font-size : 9pt;
				font-weight : bold ;
				text-align : right ;
				color : #000000 ;
				font-style : normal ;
				font-family : Arial Narrow ;
				text-decoration: none ;}
.smallBodyStyle	{	font-size : 8pt;
				font-weight : normal ;
				text-align : right ;
				color : #999999 ;
				font-style : italic ;
				font-family : Arial Narrow ;
				text-decoration: none ;}
.bodyStyle	{	font-size : 9pt;
				font-weight : normal ;
				text-align : justify ;
				color : #333333 ;
				font-style : normal ;
				font-family : Arial Narrow ;
				text-decoration: none ;}
.bioStyle	{	font-size : 10pt;
				font-weight : normal ;
				text-align : justify ;
				color : #333333 ;
				font-style : normal ;
				font-family : Arial Narrow ;
				text-decoration: none ;}
.bigBodyStyle	{	font-size : 16pt;
				font-weight : normal ;
				text-align : justify ;
				color : #333333 ;
				font-style : normal ;
				font-family : Arial Narrow ;
				text-decoration: none ;}
.lessonStyle	{	font-size : 10pt;
				font-weight : normal ;
				text-align : left ;
				color : #333333 ;
				font-style : normal ;
				font-family : Arial Narrow ;
				text-decoration: none ;}
.headerStyle	{	font-size : 14pt;
				font-weight : bold ;
				text-align : left ;
				color : #666666 ;
				font-style : normal ;
				font-family : Arial ;
				text-decoration: none ;}
.subHeaderStyle	{	font-size : 12pt;
				font-weight : bold ;
				text-align : left ;
				color : #999999 ;
				font-style : normal ;
				font-family : Arial ;
				text-decoration: none ;}

a.plain			{ text-decoration: none}

:link			{ color: rgb(153,153, 153) }  /*for unvisited links */
:visited		{ color: rgb(153, 153, 153) } /* for visited links */
:active			{ color: rgb(153, 153, 153) } /* when link is clicked */
:hover			{ color: rgb(153, 51, 51) } /* when mouse is over link */