 .on	{ 
	 font-family: Geneva, Arial, Helvetica, san-serif;
   	 font-size: 18px; 
	text-decoration: none;
	color:#ff3333;      
	}

 .off	{ 
	 font-family: Antique Olive,Geneva, Arial, Helvetica, san-serif;
	font-size: 16px; 
	text-decoration: none;
	color: #0000ff;        
	}
 .labon	{ 
	font-family: "Arial";
	word-spacing:-1px;
    	font-size: 14px; 
	text-decoration: none;
	color:#ff6666;      
	}
 .laboff	{ 
 	font-family:"Arial";
	word-spacing:-1px;
	font-size: 14px; 
	text-decoration: none;
	color: #0000ff;        
	}
		a:visited { text-decoration: none; font-family:"Arial";color:#0000ff }
		a:link { text-decoration: none; font-family:"Arial"; }
		a:hover{text-decoration:none;color:#ff3333;font-family:Arial}
a 		{  font-family: Geneva, Arial, Helvetica, san-serif;  font-style: normal;   font-variant: normal; text-transform: none; text-decoration: none;	white-space:nowrap;}
a:hover 		{  font-family: Geneva, Arial, Helvetica, san-serif;  font-style: normal;  font-variant: normal; text-transform: none; }


h1		{ font-size: 145%; 
		margin-bottom: .5em; }

h2		{ font-size: 125%;  
		margin-top: 1.5em;
		margin-bottom: .5em;  }

h3		{ font-size: 110%; 
		margin-top: 1.2em;  
		margin-bottom: .5em;  }

h4		{font-size: 105%;
		margin-top: 1.2em;
		margin-bottom: .5em  }

h5		{font-size: 100%;
		margin-top: 1.2em;
		margin-bottom: .5em }

big		{  font-weight: bold; 
		font-size: 105%;  }
		
p.proclabel	{ font-weight: bold;
		font-size: 100%;
		margin-top: 0em }  	/*procedure heading*/


/*	LIST TAGS	*/

ol		{ margin-top: .6em; margin-bottom: 0em;  }	
	
ul		{ margin-top: .6em; margin-bottom: 0em }	

ol ul		{ list-style: circle; margin-top: .6em  }

li		{	font-size: 10.5pt;
			font-family: Arial;  
		}		

/*	TERM AND DEFINITION TAGS	*/

dl		{ margin-top: 0em }

dt		{ font-weight: bold;
			margin-top: 1em;
			margin-left: 1.5em;  }

dd		{ margin-bottom: 0em;	/*not currently working*/
			margin-left: 1.5em  }

dl li		{ margin-bottom: .7em }	/*list item inside a term/def list*/

dl dl		{  margin-top: 0em;
			margin-left: 0em  }	/*term/def list inside a term/def list*/




/*  FORM  TAGS  */
input		{
		font-size:10.5pt;
		}
		
input.smallInput
		{
		font-size:10.5pt;
		background-color: white;
		color:rgb(0,0,128) ;
		}
textarea
	     	{
		font-size:10.5pt;
		background-color: white;
		color: rgb(0,0,128) ;
     		}
select.smallSel      
     		{
     		font-size:10.5pt;
     		background-color: white;/* rgb(210,233,255);*/
     		color: rgb(0,0,128) ;
		}
select
     {
     font-size:10.5pt;
     background-color: white;/* rgb(210,233,255);*/
     color: rgb(0,0,128) ;
     }
input.buttonface
     {
     font-size:10.5pt;
     background-color: rgb(255,204,51); 
     color: rgb(0,0,128) ;
     }

/*	MISC. TAGS	*/

pre		{ font-family: Arial;
		font-size: 10.5pt; 
		margin-top: 1.2em;
		margin-bottom: 1.5em  }
		
code		{ font-family: Arial;
		font-size: 10.5pt;  }
		
pre code	{ font-size: 100%; }
							
hr		{  color: #00ccff; }	

blockquote
		{
		margin-top: 0.5em;
		margin-bottom: 1.0em 	}
.selected {  background-color: #FF9933}
.small9 {  font-size: 9pt}
