
<!--
/* Set the colors and font for the page */
body {
background:#07492D; font-size: 12pt; color: #F8F592;
 background-image:
url('/backround.jpg')
}
/* Set the default link colors */

.btnav { background-color: #07492D; font-size:10pt;;} 

/* Set the default link colors */

a:link {
	color: #F8F592;
	background-color: transparent;
	text-decoration: underline;  font-size: 12pt;
	}

a:visited {
	color: #F8F592;
	background-color: transparent;
	text-decoration: underline;;  font-size: 12pt;
	}

a:hover {
	color: #white;
	background-color: #660000;
	text-decoration: underline;  font-size: 12pt;
	}

a:active {
	color: #F8F592;
	background-color: #660000;
	text-decoration: underline;;  font-size: 12pt;
	}
/* Set the special link colors */

a.special:link {
	color: white;
	background-color: transparent;
	text-decoration: none; font-size: 10pt;
	}

a.special:visited  {
	color: white;
	background-color: transparent;
	text-decoration: none; font-size: 10pt;
	}

a.special:hover {
	color: blue;
	background-color: white;
	text-decoration: none; font-size: 10pt;
	}

a.special:active {
	color: white;
	background-color: transparent;
	text-decoration: none; font-size: 10pt;
	}

/* Set the default link colors */

a.banner:link {
	color: blue;
	background-color: transparent;
	text-decoration: none;  font-size: 10pt;
	}

a.banner:visited {
	color: blue;
	background-color: transparent;
	text-decoration: none;  font-size: 10pt;
	}

a.banner:hover {
	color: red;
	background-color: white;
	text-decoration: none;  font-size: 10pt;
	}

a.banner:active {
	color: blue;
	background-color: transparent;
	text-decoration: none;  font-size: 10pt;
	}

/* Set the default link colors */

a.banner2:link {
	color: white;
	background-color: transparent;
	text-decoration: none;  font-size: 10pt;
	}

a.banner2:visited {
	color: white;
	background-color: transparent;
	text-decoration: none;  font-size: 10pt;
	}

a.banner2:hover {
	color: blue;
	background-color: white;
	text-decoration: none;  font-size: 10pt;
	}

a.banner2:active {
	color: white;
	background-color: transparent;
	text-decoration: none;  font-size: 10pt;
	}
/* Set the cell_link link colors */

a.cell_link:link {
	color: white;
	background-color: transparent;
	text-decoration: underline; font-size: 10pt;
	}

a.cell_link:visited  {
	color: white;
	background-color: transparent;
	text-decoration: underline; font-size: 10pt;;
	}

a.cell_link:hover {
	color: white;
	background-color: blue;
	text-decoration: underline; font-size: 10pt;
	}

a.cell_link:active {
	color: white;
	background-color: transparent;
	text-decoration: underline; font-size: 10pt;
	}
/* Set the main_links link colors */

a.main_links:link {
	color: white;
	background-color: transparent;
	text-decoration: none; font-size: 12pt;
	}

a.main_links:visited  {
	color: white;
	background-color: transparent;
	text-decoration: none; font-size: 12pt;
	}

a.main_links:hover {
	color: blue;
	background-color: transparent;
	text-decoration: underline; font-size: 12pt;
	}

a.main_links:active {
	color: white;
	background-color: transparent;
	text-decoration: none; font-size: 12pt;
	}


-->
