.red-dotted { border-style: groove;
 	       border-color: #A5A5FF;
 	       border-width: 2px; 
 	       background: #FFFFFF;
 	       font-family: Arial;
 	       font-size: 10pt;
 	     }
 .blue-dotted {border-style: groove;
 	       border-color: #A5A5FF;
 	       border-width: 2px;
 	       text-align: center;
 	       font-family: Arial;
 	       font-size: 10pt;
 	       background: #FFFFFF;
 	     } 	     
 h1    { font-family: Arial;
 	       font-size: 20pt;
 	       text-align: center;
 	       font-weight: bolder;
 	       color: #000000;
 	     }

 h2    { font-family: Arial;
 	       font-size: 16pt;
 	       text-align: center;
 	       font-weight: bolder;
 	       color: #000000;
 	     }

 h3    { font-family: Arial;
 	       font-size: 12pt;
 	       text-align: center;
 	       font-weight: bolder;
 	       color: #000000;
 	     }
 
 li          {
 	       font-family: Arial;
 	       font-size: 10pt;
 	       text-align: left;
 	       text-decoration: none;
 	       color: #000000;
 	     }

 a           {
 	       font-family: Arial;
 	       font-size: 10pt;
 	       text-align: center;
 	       text-decoration: none;
 	       color: #559955;
 	     }
 a:hover{
 	       font-family: Arial;
 	       font-size: 11pt;
 	       font-weight: bold;
 	       text-align: center;
 	       text-decoration: none;
 	       color: #559955;
 	     }
 .current     {
 	       font-family: Arial;
 	       font-size: 11pt;
 	       font-weight: bold;
 	       text-align: center;
 	       text-decoration: none;
 	       color: #222277;
 	     }
 .small-heading  { font-family: Arial;
 	       font-size: 16pt;
 	       text-align: center;
 	       font-weight: bolder;
 	       color: #000000;
 	     } 
 .big-heading  { font-family: Arial;
 	       font-size: 22pt;
 	       text-align: center;
 	       font-weight: bolder;
 	       color: #000000;
 	     } 	     
 .keyword    { font-family: Arial;
 	       font-size: 12pt;
 	       text-align: left;
 	       font-weight: bolder;
 	       color: #000000;
 	     } 	 
 .code       { font-family: Courier;
 	       font-size: 10pt;
 	     }
 .normal     { font-family: Arial;
 	       font-size: 12pt;
 	     }
.text	     {
		font-family: Arial;
 	        font-size: 12pt;
		text-align: justify;
	     }
.ntext	     {
		font-family: Arial;
 	        font-size: 10pt;
		text-align: left;
	     }
.ctext	     {
		font-family: Arial;
 	        font-size: 10pt;
		text-align: center;
	     }
.note	     {
		font-family: Arial;
 	        font-size: 8pt;
		text-align: justify;
	     }	     