BODY {
	background-image: url(images/bkgrnd_dk.gif);
	background-color: #bfdfff;
	font-family :  Arial, sans-serif;
	font-size: 50%;
	}

TABLE {
	border: 0 none;
	background-color: #f8fbff;
	color: #0080C0;
	}
	
 TD {
	background-image: URL(images/bkgrnd_lt.gif);
	font-weight: normal;
	font-size: 80%;
   	}

 TH {
	background-image: URL(images/bkgrnd_lt.gif);
	font-weight: bold;
	font-size: 80%;
   	}
   	
.tabact {
	background-color: #e8f8ff;
	}
	
.tabalt {
	background-color: #f8fbff;
	}
   	
A:VISITED {
	font-size: 100%;
	color: #006080; 
	}

A:LINK {
	font-size: 100%;
	color: #0080C0;
	}

A:HOVER { 
	font-size: 100%;
	color: #00C0C0;
	 }
/* note that A:HOVER isn't supported by all browsers */

h1 {
	color: #0080C0;
	font-family :  Arial, sans-serif;
	font-size: 250%;
	font-weight: bold;
	margin-bottom: 0pt;
	}

h2 {
	color: #0080C0;
	font-family :  Arial, sans-serif;
	font-size: 175%;
	font-style: italic;
	margin-bottom: 0pt;
	}

h3 {
	color: #0080C0;
	font-family :  Arial, sans-serif;
	font-size: 100%;
	margin-bottom: 0pt;
	}

input.btn{
   color: #08c;
   cursor: pointer;
   font-family: Arial, sans-serif;
   font-size: 14px;
   font-weight: bold;
   background-color: #fed;
   border-width: 1px;
   border-color: #08c;
   border-style: outset;
   background-image: URL(images/butbak.gif);
   
   }

input.btnhov{
   border-style: inset;
   background-image: URL(images/butbak1.gif);
   }
