body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
  background-color: #006699; 
}

td, th, input, select, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
  text-decoration: none;
  color: #333333;
}

a:visited {
  text-decoration: none;
  color: #333333;
}

a:active {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: none;
  color: #6688bd;
}

img {
  border: none;
}

legend {
  white-space: nowrap;
}



.displayNone {
  display: none;
}
