body

  {
  	background-position : bottom left;
  	background-repeat : no-repeat;
        background-image : url("images/backg.jpg");
        background-attachment:fixed;
  }

A:link 

  {
        color: black; 
        text-decoration: underline; 
  }

A:visited 

  {
        color: black; 
        text-decoration: underline; 
  }

A:hover 

  { 
        color: blue; 
        text-decoration: underline; 
  }

A:active 
 
  { 
        color: blue; 
        text-decoration: underline; 
  }


.maintext 
        
  {
	font-family : Arial, Verdana, Tahoma, Times New Roman;
	font-size : 14px;
	font-weight : normal;
	letter-spacing : 0px;
	color : Black;
	line-height : 210%;
  }

h1

  {
	font-family : Tahoma, Arial, Verdana, Times New Roman;
	font-size : 18px;
	font-weight : bold;
	letter-spacing : 1px;
	color : Navy;
	line-height : 250%;
  }

h2

  {
	font-family : Tahoma, Arial, Verdana, Times New Roman;
	font-size : 18px;
	font-weight : bold;
	letter-spacing : 3px;
	color : Navy;
        background : #CECFE8;
	line-height : 150%;
  }

.smalltext 
  
  {
	font-family : Verdana, Arial;
	font-size : 12px;
	font-weight : normal;
  }

.control_form

  {
        font-size:10pt; 
        font-family:"Arial"; 
        font-weight: normal;
        background-color="#CECEFF";
        background-image:url('images/leet.jpg');
        scrollbar-face-color: #ffe7ce; 
        scrollbar-shadow-color: "blue"; 
        scrollbar-highlight-color: cyan; 
        scrollbar-3dlight-color: blue; 
        scrollbar-darkshadow-color: black; 
        scrollbar-track-color:#ccccff; 
        scrollbar-arrow-color: blue;
  }

.control_heading 

  {
	font-family : arial;
	font-size : 16px;
	font-weight : bold;
	letter-spacing : 3px;
	color : #808080;
	line-height : 250%;
  }

.control_maintext 
        
  {
	font-family : Verdana, Arial;
	font-size : 12px;
	font-weight : normal;
	letter-spacing : 0px;
	color : Black;
	line-height : 250%;
  }

.control_table_heading 
        
  {
	font-family : Verdana, Arial;
	font-size : 14px;
	font-weight : bold;
	letter-spacing : 0px;
	color : Black;
	background-color="#CECEFF";
  }

.control_table_row_odd
        
  {
	background-color="#CECEFF";
  }

.control_table_row_even
        
  {
	background-color="white";
  }
