/* -- default style -- */

		body { background-color:#dbe3eb;  /*background: url(../Images/bg3.gif);*/
		       background-attachment:fixed; 
		       a:link {color:blue;}    /* unvisited link */
		       a:visited {color:#800080;} /* visited link */
  		       a:hover {color:#FF00FF;}   /* mouse over link */
   		       a:active {color:#0000FF;}  /* selected link */
		      }

/* -- header style -- */

		 #hstyle{ 
		       font-family:Modern No. 20; color:#FFFF99; 
		       font-weight:bold;
		       font-variant:small-caps;
               text-align:center;
		       font-size:16pt;
		       }

/* -- font style -- */

	    	 label{
		       font-family:MS Reference Sans Serif;
		       font-size:10pt; color:gray;
		       font-weight:bold;
		       }

/* -- Done Text style -- */
		
		#done{
		     font-family:Perpetua Titling MT;
		     font-size:15pt; color:#CCFF33;
		     font-weight:bold;
		     font-variant:small-caps;
		     text-align: center;
		     }

/* -- Error Text style -- */
	
		#Error{
		     font-family:Lucida Console;
		     font-size:15pt; color:PINK;
		     font-weight:bold;
		     font-variant:small-caps;
		     text-align: center;
		     }
/* -- special Text style -- */
		
		 #sp{
		     font-family:Palatino Linotype;
		     font-size:12pt; color:#CCFF33;
		     font-weight:bold;
		    }
/* -- table Header style -- */
			#style{overflow: no; width:800px; height: 20px; 
			       border-left: 1px gray solid; 
			       border-right: 1px gray solid; 
			       border-top: 1px gray solid; 
			       border-bottom: 1px gray solid; 
			       padding:0px; margin: 0px;
			       background-color:#666666;
			      }

			#style1{
			      overflow: auto; width: 800px; height: 450; 
			      border-left: 1px gray solid; 
			      border-bottom: 1px gray solid; 
			      border-right: 1px gray solid; 
			      padding:0px; margin: 0px; 
			      background-color:white;

			      }
/* --  Table Header font style -- */

		    	 #hfont{
			       font-family:System;
			       font-size:10pt; color:gray;
			       font-weight:bolder;
		       	       }
