/*a:link, a:visited {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
}*/
/*a:hover {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: underline;
}*/
/*#divBox {
  color: #FFFFFF;
  background-color: #FF6600;
  border-width: 1;
  border-style: solid;
  border-color: #003399;
  font-family: Arial, Verdana, Sans-Serif;
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
  width:724;
  height: 20;
}*/
#divBox {
	background-color:#FF6600;
	color:#FFFFFF;
	font-family:Arial,Verdana,Sans-Serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	width:700px;
    height: 20;
}
#divBox a {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
}
#divBox a:hover {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: underline;
}
