* {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	vertical-align: top;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Mobile Styles */
@media only screen and (max-width: 400px) {
  body {
    background-color: #F09A9D; /* Red */
  }
}

/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
  body {
    background-color: #F5CF8E; /* Yellow */
  }
  table {
	border-collapse: collapse;
	align: center;
	width: 400px;
}
}

/* Desktop Styles */
@media only screen and (min-width: 961px) {
  body {
    background-color: #B2D6FF; /* Blue */
  }
  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;
}