body,td,th,textarea,input,select,a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}
body.top h1{
	color:#0D207F;
	font-family:Arial,helvetica;
	font-size: 20px;
	font-weight: normal;
}
a.quasiButton {
  font:-moz-button;
  display:inline-block;
  padding:2px 11px;
  color:#000;
  text-decoration:none;
  border:1px solid #666;
  background: rgb(224,224,224);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgb(240,240,240)),
    color-stop(0.5, rgb(208,208,208))
  );
  background-image: -moz-linear-gradient(
    center top,
    rgb(240,240,240) 0%,
    rgb(208,208,208) 50%
  );
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
