a:active {  
	color: #FF0000; 
}
.bckgrnd {
	background-color: #EBEBEB;
}
.border {
	background-color: #999999;
}
.highlight {
	font-family: "Courier New", Courier, mono;
	color: #00004F;
	background-color: #CCCCCC;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 10pt;
}
.menuheader {
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	background-color: #00004F;
}
#menulink {
	color: #FFFFFF;
	text-decoration: none;
}
#menulink:hover {
	text-decoration: underline;
}
#menulink:visited {
	color: #FFFFFF;
}
#menulink:active {
	color: #FF0000; 
	text-decoration: underline;
}
#logolink {
	text-decoration: none;
}
#logolink:visited {
	color: #000040;
}
#logolink:active {
	color: #FF0000;
}
#buttonlink {
	color: #000040;
	text-decoration: none;
}
#buttonlink:hover {
	text-decoration: underline;
}
#buttonlink:visited {
	color: #000040;
}
#buttonlink:active {
	color: #FF0000; 
	text-decoration: underline;
}
