@charset "utf-8";
body {
	margin: 2em 2em 0 2em;
	font: 13px Arial, Helvetica, sans-serif;
	background-color: #000c26;
	color: #72a2c5;
	line-height: 18px;
	#behavior: url(../../files/csshover.htc);
}
A:link, A:visited {
	color: #a2d7ff;
	text-decoration: none;
}
A:hover, A:active {
	color: #328ed4;
	text-decoration: underline;
}
form {
	margin: 0;
	text-align: left;
}
legend, div.glyphheading {
	font: 22px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 18px;
	color: #1f88d6;
}
legend {
	display: block;
}
fieldset {
	border: none;
	margin: 0;
}
p {
	margin-top: 0;
}
img {
	border: none;
}
table {
  border: 1px solid #00071c;
}
th, td {
  padding: 5px;
	text-align: left;
}
th, th.last {
  border-top: 1px solid #12294c;
  border-left: 1px solid #12294c;
  border-right: 1px solid #00071c;
  border-bottom: 1px solid #00071c;
  background: #000c28 url(../../files/images/th.gif) repeat-x;
  vertical-align: top;
  color: white;
}
th.last {
  border-bottom: none;
}
td, td.last {
  border-top: 1px solid #0f2340;
  border-left: 1px solid #0f2340;
  border-bottom: 1px solid #00071c;
  background: #071b3d url(../../files/images/td.gif) repeat-x;
}
td.last {
  border-bottom: none;
}
td.mcol {
  border-right: 1px solid #00071c;
}
.tleft {
	text-align: left;
}
.tmid {
	text-align: center;
}
.tright {
	text-align: right;
}
.emp {
	color: #2972a7;
}
h1 {
	font: 22px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 18px;
	color: #1f88d6;
}
h2 {
	color: #2972a7;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 12px;
}
