body {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 101%;
}

td {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

th {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

H1 {
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #101074;
}

H2 {
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #101074;
}

hr {
  border: 0;
  width: 100%;
  color: #101074;
  background-color: #101074;
  height: 1px;
}

A:link {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #101074;
	text-decoration: underline;
}

A:visited {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #101074;
	text-decoration: underline;
}

A:active {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #101074;
	text-decoration: underline;
}

A:hover {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #101074;
	text-decoration: none;
}

.divider {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #8383c7;
}

A.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

A.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

A.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

A.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #cacde5;
	text-decoration: underline;
}

.smtext {
	font-family: Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #101074;
}

A.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #101074;
	text-decoration: underline;
}

A.footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #101074;
	text-decoration: underline;
}

A.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #101074;
	text-decoration: underline;
}

A.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #101074;
	text-decoration: none;
}

/* table.standard in some form */
table.standard {
	border: 1px solid #000000;
	border-collapse: collapse;
	empty-cells: show;
}

table.standard td, table.standard th {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eeeeee;
	empty-cells: show;
	vertical-align: top;
}

table.standard th {
	color: #000000;
	background-color: #dcdcdc;
}

table.standard tr.alt td {
	background-color: #bbbbbb;
}

table.standard tr.highlighted td {
	background-color: #BDD1DC;
}

/* button styling */
.submit_button, input[type=submit], input[type=button], input[type=reset], button {
	font-family: Arial, helvetica, sans-serif;
	color: black;
	line-height: 20px;
	border: 2px solid #38739D;
	background-color: #A9C3D7;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	padding: 0px 1px 0px 1px;
}
