<style>{}

body         { 
			   background-position: center; font-family: Arial;
               font-size: 10pt;
               margin-left: 0px; 
               margin-top: 0px;
             }

H1			 { font-family: Arial;
			   font-size: 18pt;
			   font-weight: bold;
			   text-align: center;
               color: #000090
			 }

tbody        { font-family: Arial;
               font-size: 10pt;
               color: #595277;
             }

th           { color: #000000;
			   height: 24px;
               font-family: Arial;
               font-weight: bold;
               font-size: 10pt;
	           background-image : url('images/layout/th.jpg')
	         }

thead        { background-color: #D2D2E8;
               font-family: Arial;
               font-size: 8pt;
               font-weight: bold;
               color: #000000
             }
             			   
table        { border-color: #000090
             }

A:link       { color: #D7D3EF; text-decoration: none;  }
A:active     { color: #D7D3EF}
A:visited    { color: #D7D3EF; font-weight: bold }
A:hover      { color: #FFFFFF; text-decoration: none; }

/* Form elements */

input, select       { border: 1px solid #000090 
             }

input, textarea {
    border:1px solid #000090;
	color: #000090;
}

-->
</style>