
<!--
/* Set the colors and font for the page */
body {
background:white; font-size: 10pt;
}
td {
 font-size:10pt; color:black;
}

/* Set the default link colors */

a:link {
	color: blue;
	background-color: transparent;
	text-decoration: none; 
	}

a:visited {
	color: blue;
	background-color: transparent;
	text-decoration: none; 
	}

a:hover {
	color: white;
	background-color: blue;
	text-decoration: underline; color: black;
	}

a:active {
	color: black;
	background-color: transparent;
	text-decoration: none; 
	}
/* Set the special link colors */

a.special:link {
	color: white;
	background-color: transparent;
	text-decoration: none;
	}

a.special:visited  {
	color: white;
	background-color: transparent;
	text-decoration: none;
	}

a.special:hover {
	color: white;
	background-color: black;
	text-decoration: underline; color: white;
	}


a.special:active {
	color: white;
	background-color: transparent;
	text-decoration: none;
	}

/* Set the special1 link colors */

a.special1:link {
	color: blUe;
	background-color: transparent;
	text-decoration: none; font-size: 12px;
	}

a.special1:visited {
	color: blue;
	background-color: transparent;
	text-decoration: none; font-size: 12px;
	}

a.special1:hover {
	color: white;
	background-color: black;;
	text-decoration: none; font-size: 12px;
	}

a.special1:active {
	color: black;
	background-color: transparent;
	text-decoration: none; font-size: 12px;
	}
/* Set the special2 link colors */

a.special2:link {
	color: black;
	background-color: transparent;
	text-decoration: none; font-size: 16px;
	}

a.special2:visited {
	color: blue;
	background-color: transparent;
	text-decoration: none; font-size: 16px;
	}

a.special2:hover {
	color: black;
	background-color: #C0C0C0;
	text-decoration: none; font-size: 16px;
	}

a.special2:active {
	color: black;
	background-color: transparent;
	text-decoration: none; font-size: 16px;
	}

/* Set the special3 link colors */

a.special3:link {
	color: white;
	background-color: transparent;
	text-decoration: none; font-size: 12px;
	}

a.special3:visited {
	color: white;
	background-color: transparent;
	text-decoration: none; font-size: 12px;
	}

a.special3:hover {
	color: #CC33CC;
	background-color: white;
	text-decoration: none; font-size: 12px;
	}

a.special3:active {
	color: white;
	background-color: transparent;
	text-decoration: none; font-size: 12px;
	}
/* Set grouped link colors using an ID */

#menu a:link {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	}

#menu a:visited {
	color: #ccc;
	background-color: transparent;
	text-decoration: none;
	}

#menu a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: underline;
	}

#menu a:active {
	color: #f00;
	background-color: transparent;
	text-decoration: none;
	}

/* Set grouped link colors using a class */

.orange a:link {
	color: #f93;
	background-color: transparent;
	text-decoration: none;
	}

.orange a:visited {
	color: #f93;
	background-color: transparent;
	text-decoration: none;
	}

.orange a:hover {
	color: #fff;
	background-color: #f93;
	text-decoration: underline;
	}

.orange a:active {
	color: #f93;
	background-color: transparent;
	text-decoration: none;
	}

/* Set link colors using basic elements */

li a:link, p a:link {
	color: #33c;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	}

li a:visited, p a:visited {
	color: #33c;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	}

li a:hover, p a:hover {
	color: #fff;
	background-color: #33c;
	font-weight: bold;
	text-decoration: underline;
	}

li a:active, p a:active {
	color: #33c;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	}

/* Set grouped link colors using a class */

a.red:link {
	color: white;
	background-color: transparent;
	text-decoration: none; 
	}

a.red:visited {
	color: white;
	background-color: transparent;
	text-decoration: none; 
	}

a.red:hover {
	color: white;
	background-color: transparent;
	text-decoration: none
	}

a.red:active {
	color: white;
	background-color: transparent;
	text-decoration: none; 
	}



/* Set the nav link colors */

a.nav:link {
	color: black;
	background-color: transparent;
	text-decoration: none;
	}

a.nav:visited  {
	color: black;
	background-color: transparent;
	text-decoration: none;
	}

a.nav:hover {
	color: black;
	background-color: white;
	text-decoration: none;
	}


a.nav:active {
	color: white;
	background-color: transparent;
	text-decoration: none;
	}

/* copyright and link */

#copyright {
	font-size: 75%;
	padding: 25px 0px 0px 0px;
	}

-->
