<style>
       acronym.dotted { 
	    cursor: help;
        border-bottom-width: 1px;
        border-bottom-color: #00000;
        border-bottom-style: dotted;
       }
      .bullet 
          { 
	        font-family:Arial; font-size:12pt; color:black; 
	        margin-top:0pt; margin-bottom: 7pt;
	        margin-left: -15pt;
	      }
      .bullet2
          { 
	        margin-left: -5pt;
	      }
     .bullet_header 
          { 
	       font-family:Arial; font-size:12pt; color:black;   
	       font-weight: bold;
          }
    h1
       {
          font-family:Arial; 
          font-size:18pt; 
          color:black;   
	      font-weight: bold;
       }   
          
          
     p, ul,li
       {
	       line-height:15pt;
	       margin-top:0px;
	       margin-bottom:10px;
	     
	       font-family:Arial; font-size:12pt; color:black;   
	       font-weight: bold;
        } 
        
    .xyz
        {
	       font-family:Arial; 
	       font-size:15pt; 
	       font-weight:bold; 
        }    
           
     .cur_step
        {
	      color:red; 
	      font-size:16pt;
	      font-style:italic;   
        }        
     .step 
        {
	     color:blue;
	     font-size:10pt;     
        }         
        
          
      td
        {
	       font-family:Arial; font-size:12pt; color:black;   
	       font-weight: bold;
        }         
     
     td #heading
        {
	       padding: 7pt;
	       font-size:14pt; 
	       color:black; 
	       text-align: center;  
	       
        }
        
    .t1   /* table style sheet for courses. */ 
        {   
         width:800;
         border-style:solid;
         border-color:black;
         border-width:2px;
        }   
        
    .form_heading
        {
	     margin-top:0px;
	     margin-bottom:10px;
	     font-family:Arial; 
	     font-size:16pt; 
	     color:black;   
	     font-weight: bold;     
	     text-align:center;   
	    }        
     .form_table
        {
	     width:800px;
	    }
	 .input_left
	     {
		 font-size:10pt;    
		 text-align:right;
		 width:300px;
		 }  
		 
     .input_right
	     {
		 width:500px;   
		 font-size:10pt;    
		 text-align:left;
		 padding-left:20px;
		 } 	
		 
	  .output_right
	     {
		 width:500px;   
		 font-size:12pt;    
		 text-align:left;
		 color:blue;
		 padding-left:20px;
		 } 		 
		 
		 
		 
		 
		 
     .input_note
	     {
		 font-size:12pt;    
		 text-align:center;
		 }		 
	 .note
	     {
		 color:blue; font-size:15pt;    
	     }    	 
		 
		 
		 
		 
     #required
         {
	     color:blue;
	     font-size:15pt;
	     font-weight:bold;   
         }  
         
       .error
	     {
		 color:red;
		 font-size:15pt;
		 font-weight:bold;
		 }      
          
	   .form_error
	     {
		 color:white;
		 background:red;
		 font-size:15pt;
		 font-weight:bold;
		 }	 
		.instructions
		{ 
		margin-top:10px; 
		margin-left:40px;
		line-height:10pt;		 
		}
		.bullets_i
		{
		line-height:12pt;
		margin-top:3px;
		margin-bottom:0px;  
	    } 
</style>
