body, table, td, input, em, a:link, a:visited, div {
	font-style: normal;
	font-family: "Arial", sans-serif;
	font-size: small;
	text-decoration: none;
}
a:link, a:visited {
	color: #1084b7;
}
a:link.wbinvert, a:visited.wbinvert {
	color: #ffffff;
}
h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: medium;
}
h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: small;
}
em {
	color: #1084b7;
}
input.disabled {
   font-family: Arial, Helvetica, sans-serif;
   font-size: normal;
   font-weight: bold;
   color: #000000;
   background-color: #FFFFFF;
   border: 0;

}
input.missing {
   background-color: #FFAAAA;
}
.wbinvert {
	color: #ffffff;
	background-color: #1084b7;
}
.number {
	text-align: right;
}
.fullsize {
	font-weight: normal;
}
.smallBold {
	font-weight: bold;
}
.very_small {
	font-size: small;
}
.warning {
	color: red;
}
.grey {
	color: #666666;
}
.smallGrey {
	color: #666666;
}
.blueBox {
	background-color: #add3f6;
}

.greyBox {
	background-color: #aaaaaa;
}
