body

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

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, li 
        
  {
	font-family : Verdana, Arial, Tahoma, Times New Roman;
	font-size : 12px;
	font-weight : normal;
	letter-spacing : 0px;
	color : Black;
	line-height : 18px;
  }

.page_header, .page_footer
        
  {
	font-family : Verdana, Arial, Tahoma, Times New Roman;
	font-size : 10px;
	font-weight : normal;
	letter-spacing : 0px;
	color : Black;
	line-height : 180%;
  }

h1

  {
	font-family : Arial, Verdana, Tahoma, Times New Roman;
	font-size : 16px;
	font-weight : bold;
	letter-spacing : 3px;
	color : #8080FF;
	line-height : 40px;
  }

h2

  {
	font-family : Arial, Verdana, Tahoma, Times New Roman;
	font-size : 22px;
	font-weight : normal;
	color : #000080;
  	background-repeat : no-repeat;
        background-position : left;
  }

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

input

  {
        background-color="#DFE9F9";
  }
textarea

  {
        background-color="#DFE9F9";
  }

.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";
  }


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

.table_heading 

  {
	font-family : arial;
	font-size : 16px;
        font-color: black;
	font-weight : bold;
	letter-spacing : 3px;
	background-color : #9CB6EA;
	line-height : 150%;
  }
