body { 
   font-family: arial, verdana, sans-serif;
   font-size: 10pt; 
   color: #2175A2;
}

h1, h2, h3, h4 {
  color: #2175A2;
  font-family:verdana; 
}

h1 { font-size: 20pt }
h2 { font-size: 16pt }
h3 { font-size: 12pt }
h4 { font-size: 10pt }

/* -------- TABLES ---------- */
table.list {
	width: 95%;
	border: 2px solid silver;
	font-size: 14px;
}

table.list th {
	color: white;
	background-color: #2175A2;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
}

table.list td {
	text-align: left;
	vertical-align: middle;
	font-family: verdana, arial, sans-serif;
	color: #2175A2;
	background-color: white; 
	font-weight: normal;
	padding: 4px;
	border-bottom: 2px solid #eaeaea;
}

table.form {
	border: 2px solid silver;
	background-color: #FFFFF0;
	width: 65%;
	padding: 3px;
}
table.form caption {
	padding:9px;
	color: navy;
	background-color: lightgray;
	border: 1px solid black;
}

table.form td.prompt {
	width: 35%;
	text-align: right;
	padding: 3px;
	vertical-align: top;
}

table.form td.input {
	width: 65%;
	text-align: left;
	padding: 3px;
	vertical-align: top;
}

.right, td.right { text-align: right; }
.left, td.right  { text-align: left; }
.center, td.center  { text-align: center; }
.b, td.b { font-weight: bold; }
.u, td.u { text-decoration: underline; }
.i, td.i { text-decoration: italic; }
