/* Styles for Class Topic HTML Pages. */
.links		{	font-size : 9pt ; 
				font-family : Tahoma ;
				font-weight : bold ;
				text-decoration: none ;}
.activeNav		{font-size : 9pt ; 
				font-family : Tahoma ;
				font-style : normal ;
				font-weight : bold ;
				text-align : center ;
				text-decoration: none ;}
.activeNavSelected	{font-size : 9pt ; 
				font-family : Tahoma ;
				font-style : normal ;
				font-weight : bold ;
				text-align : center ;
				text-decoration: none ;}
.activeNavSelected:visited	{ color: rgb(255, 255, 204) } /* for visited activeNav links */
.navLinks2		{font-size : 8pt ; 
				font-family : Tahoma ;
				font-weight : bold ;
				text-align : center ;
				text-decoration: none ;}
.activeNavLinks2 {font-size : 8pt ; 
				font-family : Tahoma ;
				font-weight : bold ;
				text-align : center ;
				font-style : normal ;
				text-decoration: none ;}
.activeNavLinks2:visited	{ color: rgb(255, 255, 204) } /* for visited activeNavLinks2 links */
.smallLinks	{	font-size : 8pt ; 
				font-family : Tahoma ;
				font-weight : normal ;
				text-align : left ;}
.footer		{	font-size : 8pt;
				font-weight : normal ;
				text-align : center ;
				color : black ;
				font-family : Tahoma ;}
.bodyStyle	{	font-size : 8pt;
				font-weight : normal ;
				text-align : justify ;
				color : black ;
				font-family : Tahoma;}
.evalQuestion	{font-size : 8pt;
				font-weight : bold ;
				text-align : left ;
				color: rgb(0, 0, 153) ;
				font-family : Tahoma;}
.evalAnswer		{font-size : 8pt;
				font-weight : bold ;
				text-align : left ;
				color: black ;
				font-family : Tahoma;}
.evalRadio		{font-size : 8pt;
				font-weight : normal ;
				text-align : center ;
				color: black ;
				font-family : Tahoma;}
.header			{background: FFFFE6;}
.buttonStyle	{font-size : 8pt;
				font-weight : normal ;
				text-align : center ;
				color : 336633 ;
				font-family : Tahoma ;}
.textboxStyle	{font-size : 8pt;
				font-weight : normal ;				
				color : black ;
				font-family : Tahoma ;}
.Headings		{font-size : 13pt;
				font-weight : bold ;
				text-align : center ;
				color : black ;
				font-family : Tahoma ;}
.subheading		{font-size : 11pt;
				font-weight : bold ;
				text-align : center ;
				color : black ;
				font-family : Tahoma ;}
.subheading2		{font-size : 10pt;
				font-weight : bold ;
				text-align : left ;
				color : black ;
				font-family : Tahoma ;}
.subheading3		{font-size : 10pt;
				font-weight : bold ;
				text-align : right ;
				color : black ;
				font-family : Tahoma ;}
.bodyStyle2		{font-size : 10pt;
				font-weight : normal ;
				text-align : left ;
				color : black ;
				font-family : Tahoma ;}
.bodyStyleCenter		{font-size : 9pt;
				font-weight : normal ;
				text-align : center ;
				color : black ;
				font-family : Tahoma ;}
.heading2		{font-size : 9pt;
				font-weight : bold ;
				text-align : left ;
				color : black ;
				font-family : Tahoma ;}
div.color		{background: CCFF99;
				padding: 0.5em;
				border: none;}
div.box			{border: solid; 
				border-width: thin; 
				width: 100% }
:link			{ color: rgb(0, 0, 153) }  /* for unvisited links */
:visited		{ color: rgb(51, 102, 51) } /* for visited links */
:active			{ color: rgb(51, 102, 51) } /* when link is clicked */
:hover			{ color: rgb(0, 96, 255) } /* when mouse is over link */

a.plain			{ text-decoration: none }

input	{    	font-weight : normal ;
			font-family : Arial, Helvetica, sans-serif ;
			font-size : 10pt;
			color: #000066;
			border: 1px solid #666666;		
			}
			
input[type="submit"]{    	font-weight : bold ;
			font-family : Arial, Helvetica, sans-serif ;
			font-size : 10pt;
			color: #FFFFFF;
			border: 1px solid #666666;
			background-color: #999999;
			text-align : center;
			}
.textInput {    	background-color: #FFFFFF;
			vertical-align:   top;
			text-align: left;
			font-size : 10pt;
			font-weight : bold ;
			border-bottom: 1px solid #666666;	
			border-left: 1px solid #666666;
			border-top: 1px solid #666666;
			border-right: 1px solid #666666;
			color : #000000 ;
			font-family :  Times New Roman, Arial, Helvetica, sans-serif ;}			
select { 
			background-color: #FFFFFF; 
			color: #000066; 
			font-weight : normal ;
			font-family : Arial, Helvetica, sans-serif ;
			font-size : 10pt;	
}

.inspectionForm { 
			background-color: #FFFFFF; 
			color: #000000; 
			font-weight : bold ;
			font-family : Arial, Helvetica, sans-serif ;
			font-size : 8pt;	
}

table.linkExchange { 
			background-color: #FFFFFF; 
			color: #000000; 
			font-weight : bold ;
			font-family : Arial, Helvetica, sans-serif ;
			font-size : 8pt;
			vertical-align : top;
			padding : 5px;
			border : 1px solid #000000;
}
td.links { 
			background-color: #FFFFFF; 
			color: #000000; 
			font-weight : bold ;
			font-family : Arial, Helvetica, sans-serif ;
			font-size : 8pt;
			width : 150px;
			vertical-align : top;
			padding : 5px;
			border : 1px solid #CCCCCC;
}

td.linkDesc { 
			background-color: #FFFFFF; 
			color: #000000; 
			font-weight : normal ;
			font-family : Arial, Helvetica, sans-serif ;
			font-size : 8pt;
			width : 300px;
			vertical-align : top;
			padding : 5px;
			border : 1px solid #CCCCCC;
}

b {color:#0033CC;}

.creditFooter{margin:10px auto;
				width:500px;
				font-size:.7em;
				font-family:Arial, Verdana, Tahmoa;
				text-align:center;}
					
				
