@media print {
  @page { size:A4 portrait;}
}
body {
  font: 11px Tahoma;
  margin: 0px 0px 0px 0px;
}
table {
  font: 12px Tahoma;
}
td {
  vertical-align: top;
}
h4 {
  margin: 0px 0px 0px 0px;
}
.menu {
  font: bold 13px Tahoma;
  text-align: center;
  vertical-align: middle;
}
.menuon {
  font: bold 13px Tahoma;
  background-color: white;
  text-align: center;
  vertical-align: middle;
}
.menulink {
  color: white; 
  text-decoration: none;
}
.menulinkon {
  color: black; 
  text-decoration: none;
}
.menulink:hover {
  color: white; 
  text-decoration: overline;
}
.black {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	color: #cd5a00;
}
.topmenu {
  font: bold 13px Tahoma;
  color: white;
  text-decoration: none;
}
.topmenu:hover {
  text-decoration: underline;
}
.blackheader {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #254DA1;
}
.whiteheader {

	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: white;
}
.whiteheader:hover {
  text-decoration: underline;
}
.blacktitle {

	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	color: #254DA1;
}
.formfield {
  padding: 1px 2px 1px 2px;
	font: 11px Tahoma;
	color: #666666;
	border: 1px solid #666666;
}