@charset "UTF-8";
/* CSS Document */

<style type="text/css">
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #FC3;
	text-decoration: none;
}
a {
	font-size: 14px;
}
a:visited {
	text-decoration: none;
	color: #000;
	font-size: 14px;

}
a:active {
	text-decoration: none;
}
body {
	background-color: #888;
}
.Title-Large {
	font-size: 18px;
	font-color: #FC3;
}
.Yellow-Alert {
	color: #FC3;
}
.white {
	color: #FFF;
}

h2 {
	color: #FC3;
}
a.boxpopup3{position:relative;
	z-index:24;
	color:#FC3;
	border-bottom:none;
	text-decoration:bold}
a.boxpopup3:hover{z-index:25; background-color:#666}
a.boxpopup3 span{display: none}
a.boxpopup3:hover span{ /*DISPLAYS ONLY ON HOVER*/
	display:block;
	position:absolute;
	top:2em; left:0; width:24em;
	padding:1em;
	border:2px outset #BBB;
	color:#000; background:#888;
	text-align:center;}

-->
</style>
