.frostnormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #105FA1;
	font-style: normal;
}
.frostnormal a {
color: #333366;
	text-decoration: none;
}
.frostnormal a:link {
	color: #3399CC;
}
.frostnormal a:visited {
	color: #3399CC;
}
.frostnormal a:hover {
	color: #E82201;
}
.frostnormal a:active {
	color: #E82201;
}

.froststyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	font-style: italic;
}
.froststyle a {
	text-decoration: none;
}
.froststyle a:link {
	color: #3333CC;
}
.froststyle a:visited {
	color: #3333CC;
}
.froststyle a:hover {
	color: #E82201;
}
.froststyle a:active {
	color: #E82201;
}
h1 {font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#1e1f20;
	font-size: 14pt;
	font-weight: normal;
}
h2 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color:#F58220;
	}
	
  #box a {
  color: #3399CC;
  text-decoration: none;
  }
  #box a:hover {
  color: #E82201;
  background: none;
  text-decoration: none;
  }
  #box a span {display: none;}
  #box a:hover span {
  display: block;
  color: #105FA1;
  background: #D1E7F2;
  width: 100%;
  border: 0px solid #105FA1;
  padding: 10px;