
<!--
/* Set the colors and font for the page */
body {
background:white; font-size: 10pt;
}
td {
 font-size:10pt; color:black;
}


.table_cell_nav { background-color: blue; border: 1px #000000 solid;}


/* Set the default link colors */

a:link {
	color: blue;
	background-color: transparent;
	text-decoration: none;  font-size: 10pt;
	}

a:visited {
	color: blue;
	background-color: transparent;
	text-decoration: none;  font-size: 10pt;
	}

a:hover {
	color: red;
	background-color: white;
	text-decoration: underline;  font-size: 10pt;
	}

a:active {
	color: blue;
	background-color: transparent;
	text-decoration: none;  font-size: 10pt;
	}
/* Set the special link colors */

a.special:link {
	color: blue;
	background-color: transparent;
	text-decoration: none; font-size: 8pt;
	}

a.special:visited  {
	color: blue;
	background-color: transparent;
	text-decoration: none; font-size: 8pt;
	}

a.special:hover {
	color: white;
	background-color: black;
	text-decoration: none; font-size: 8pt;
	}

a.special:active {
	color: black;
	background-color: transparent;
	text-decoration: none; font-size: 8pt;
	}

/* Set the default link colors */

a.banner:link {
	color: black;
	background-color: transparent;
	text-decoration: none;  font-size: 20pt;
	}

a.banner:visited {
	color: black;
	background-color: transparent;
	text-decoration: none;  font-size: 20pt;
	}

a.banner:hover {
	color: red;
	background-color: transparent;
	text-decoration: none;  font-size: 20pt;
	}

a.banner:active {
	color: black;
	background-color: transparent;
	text-decoration: none;  font-size: 20pt;
	}

/* 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: transparent;
	text-decoration: none;  font-size: 10pt;
	}

a.banner2:active {
	color: white;
	background-color: transparent;
	text-decoration: none;  font-size: 10pt;
	}

/* Set the main_links link colors */

a.main_links:link {
	color: blue;
	background-color: transparent;
	text-decoration: none; font-size: 12px;
	}

a.main_links:visited  {
	color: blue;
	background-color: transparent;
	text-decoration: none; font-size: 12px;
	}

a.main_links:hover {
	color: red;
	background-color: transparent;
	text-decoration: underline; font-size: 12px;
	}

a.main_links:active {
	color: blue;
	background-color: transparent;
	text-decoration: none; font-size: 12px;
	}



/* Set the external(new window) link */


	a[href^="http://"]:after {
		content: url("/exit.gif");
		margin-left: 0.2em;
		vertical-align: top;
	}

	a[href^="http://www.sable-cocker.test/"]:after {
		content: none;
	}
	
	-->