html, body {
	min-height:100%;
}
/* td style for MSIE 5.x Win compat */
body, td {
	font-family:verdana,helvetica,sans-serif;
	font-size:13px;
	line-height:16px;
	color:#4b4b4d;
}
h1 {
	font-size:18px;
	line-height:20px;
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
	margin-top: 20px;
	margin-bottom: 10px;
	color:#586f9f;
}
a:link, a:visited {
	color:#3b4b8d; /* same as body text */
	text-decoration:none;
}
a:link:hover, a:visited:hover {
	color: #000000;
	text-decoration: underline;
}
a img { border: none; }
table {
	margin: 0;
	border-collapse: collapse;
	border-top: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
	background-color: #eff8ff;
}
td {
	background-color: #eff8ff;
	padding: 0 7px;
}
th {
	background-color: #d8dfef;
	padding: 0 10px;
	text-align: left;
}
tr {
	border-bottom: 1px solid #bbb;
}
tr.hover {
	background-color: #d8dfef;
}

td[align="right"] {
	white-space: nowrap;
}

