
body {
	background-color: white;
	margin: 0px;
}
body, td, th, textarea {
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	font-size: 10pt;
	color: black;
	font-weight: normal;
}

th {
	text-align: right;
	padding-right: 5px;
	white-space: nowrap;
}

a {
	color: #2626AA;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}
a img {
	border: 0px;
}

select {
	font-size: 10pt;
}

form {
	display: inline;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.whiteLinks a {
	color: white;
}

.loginBox {
	padding: 5px 5px 25px 5px;
}
.loginBox, .loginBox TD, .loginBox A {
	color: #EEEEEE;
	font-size: 9pt;
	font-weight: bold;
}
.loginBox INPUT {
	font-size: 9pt;
	border-width: 0px;
	background-color: #EEEEEE;
}
.loginBox .loginButton {
	background-color: #01467F;
	border: 1px solid #EEEEEE;
	color: #EEEEEE;
	cursor: pointer;
}

.menu {
	padding: 0px 0px 3px 13px;
}
.menu A:hover {
	text-decoration: underline;
}
.menu, .menu A {
	font-size: 10pt;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.tableList {
	border-bottom: 1px solid #01467F;
	margin: 20px 0px 20px 10px;
}
.tableList TH {
	color: #01467F;
	font-weight: bold;
	padding: 4px;
	border-top: 1px solid #01467F;
	border-bottom: 1px solid #01467F;
}
.tableList TD {
}
.tableList TD {
	padding-left: 12px;
}
.tableList TD A {
	text-decoration: none;
	color: black;
}
