﻿<!--
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
.style1 {
	font-family: Arial;
	font-size: xx-small;
	text-align: right;
}
a {
	color: #008000;
}
a:visited {
	color: #008000;
}
a:hover {
	color: #02A4E7;
}
.style3 {
	text-decoration: none;
	font-family: Arial;
	font-size: xx-small;
	text-align: right;

}
.style4 {
	font-family: Arial;
	font-size: x-small;
}
.style5 {
	font-family: Arial;
	font-size: xx-small;
	text-align: left;
}
.style6 {
	font-size: small;
	text-align: left;	
}
.menu {
	text-decoration: none;
	color: #000000;
}

.menu:visited {
	color: #000000;
}
.menu:hover {
	color: #008000;
}
.location {
	text-decoration: none;
	color: #02A4E7;
}

.location:visited {
	color: #02A4E7;
}
.location:hover {
	color: #008000;
}


.hidelink {
	text-decoration: none;
	color: #F3F3F3;
	cursor:default;
}

.hidelink:visited {
	color: #F3F3F3;
}
.hidelink:hover {
	color: #F3F3F3;
}


-->