body {
	margin: auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	background-color: #101b3d;
	color: white;
}

h1 {
	font-family: Verdana, Times, serif;
	font-size: 18px;
	margin: 20px 0px 8px 0px;
	font-weight: normal;
}
table {
	border-collapse: collapse;
}
td {
	padding-right: 2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
}
img {
	border: 0px;
	display: block;
}
form {
	margin: 0px;
}
a {
	color: white;
}
.mailform input {
	border: 1px solid white;
	background-color: #eaeaea;
}
textarea {
	height: 130px;
	width: 270px;
	overflow: auto;
	background-color: #eaeaea;
	border: 1px solid white;
}
.highlightbold {
	font-weight: bold;
}
.hightlightString {
	color: #ffe222;
}