﻿<style>{}

body         { 
		       background-image: url('images/bg.gif');
			   background-color: #dff3df;
			   font-family: Arial;
               font-size: 10pt;
               color: #044536;
               margin-left: 0px; 
               margin-top: 8px;
			   scrollbar-arrow-color: #000000;
			   scrollbar-highlight-color: #000000;
			   scrollbar-shadow-color: #000000;
			   scrollbar-base-color: #DDEECF;
			   scrollbar-3dlight-color: #DDEECF;
			   scrollbar-face-color: #AADD9F;
			   scrollbar-darkshadow-color: Gray;
			   scrollbar-track-color: #265632;
			 }

table        { border-color: #044536;
             }

table.content { 
				background-color: #FFFFFF;
				border: 1px solid #044536;
				width: 760px;
				style: border-collapse: collapse;
				cellpadding: 0px;	
               }

tbody        { font-family: Arial;
               font-size: 10pt;
               color: #044536;
             }

thead        { background-color: #E4EDE4;
               font-family: Arial;
               font-size: 8pt;
               font-weight: bold;
               color: #000000
             }

th           { color: #044536;
			   height: 24px;
               font-family: Arial;
               font-weight: bold;
               font-size: 10pt;
	           background-image: url('images/th.jpg');
	         }
	         
th.menu      { color: #000000;
			   height: 24px;
               font-family: Arial;
               font-weight: bold;
               font-size: 10pt;
               height: 25;
               background-image: url('images/th-menu.gif');
	         }

img.cabin	 { border: 1px solid #000000;
		     }

A:hover      { color: #044536; text-decoration: underline; }
A:link       { color: #044536; text-decoration: none; font-weight: bold; }
A:active     { color: #044536}
A:visited    { color: #044536; font-weight: bold }

/* Form elements */

input, textarea {
    /* border-left:1px single  ; */
    /* border-right:1px single #044536; */
    /* border-top:1px single #044536; */
    /* border-bottom:1px single #044536; */
    /* background-color: #BCD0C8; */
	color: #044536;
	font-style:normal; 
	font-variant:normal;
	font-weight:normal;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif; text-indent 
}

#nav li      { list-style-type: none
             }

#nav li a    {
	           padding-left:15px;
	           color: #000000;
	           width: 160px;
	           font-family:Arial;
	           font-size:10pt;
	           text-decoration: none;
	           background-image: url('images/bullet.gif');
	           background-repeat: no-repeat;
	           background-position-y:center;
	           margin-left:0px;
	         }
	         
#nav li a:hover
            {  
               padding-left:15px; 
               color: #000000;
               width: 160px;
               font-family:Arial; 
               font-weight: bold;
               font-size:10pt;
	           text-decoration: none;               
               background-image: url('images/bullet_over.gif');
               background-repeat:no-repeat; 
               background-position-y:center; 
               margin-left:0px; 
            }
-->
</style>