﻿A:link {
	COLOR: navy;
	TEXT-DECORATION: underline;
}
A:visited {
	COLOR: green;
	TEXT-DECORATION: underline;
}
A:hover {
	COLOR: blue;
	TEXT-DECORATION: none;
}
A:active {
	COLOR: navy;
	TEXT-DECORATION: none;
}
A.altlink:link {
	COLOR: #C00000;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
}
A.altlink:visited {
	COLOR: #C00000;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
}
A.altlink:hover {
	COLOR: #C00000;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
A.altlink:active {
	COLOR: #C00000;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
BODY {
	margin: 0;
	padding: 0;
	COLOR: #666699;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 72%/1.5;
}
TD {
	COLOR: #333333;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
}
.altlink {
	COLOR: #333333;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 12px;
	background-color: #ECE7D4;
	margin-top: 1px;
}
.dropa {
	BACKGROUND-COLOR: #F66B11;
	font-size: x-small;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-style: normal;
	color: #FFFFFF;
	white-space: normal;
	border-style: none;
}
.heading {
	COLOR: #333333;
	FONT-FAMILY: "Times New Roman", Times, serif;
	FONT-SIZE: 24px;
}
.buttonmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 180px;
}
.buttonmenu li a {
	color: 151B54;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	display: block;
	width: 100%;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid;
	border-color: #ffffff #ffffff #ffffff #ffffff;
/*light dark dark light*/	background-color: #ffffff;
	text-decoration: none;
}
.buttonmenu li a:visited {
	color: black;
	text-decoration: none;
}
.buttonmenu li a:hover, .buttonmenu li a:active {
	color: 151B54;
	text-decoration: none;
	background-color: #FFDD00;
}
