* {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	align: center;
	width: 700px;
}

tr {
	width: 100%;
	border-collapse: collapse;
}

td {
	width: 100%;
}

td.header {
	border-collapse: collapse;
	width: 100%;
}

td.body_text {
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	width: 75%;
	background-color: #eeeeee;
}

td.menu {
	background-color: #164B87;
	width: 25%;
}

h1 {
	font-weight: bold;
	font-size: 12pt;
}

p {
	font-family: "Trebuchet MS";
	font-size: 10pt;
}

a {
	color: orange;
	font-size: 10pt;
}


div.msg_cont {
	width: 80%;
	color: #eeeeee;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

p.footer {
	text-align: center;
	width: 100%;
	font-size: 8pt;
	color: #999999;
}

img.disp {
	border: 1px solid #999999;
	float: right;
}

li.question {
	color: #999999;
}

table.form {
	width: 100%;
}

a.question {
	text-decoration: none;
}