/* CSS definition file containing site wide stylesheets */

.InfoBox {
	background-color: rgb(192,192,192);
 	border: 1px solid rgb(192,192,192);
 	padding: 5px
}

.botmargin {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 9px;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal
}

.nav a {
  color:white;
  text-decoration: none;
  font-weight: bold;
}
.nav a:hover {
  color: white;
  text-decoration: underline;
}


