body {
	background-color: #0E0D84;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(_graphics/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.table_box {
	background-color: #f4d9b7;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.bottom_bar {
	padding-left: 125px;
}
.disclaimer {
	color: #FFFFFF;
}
.newlink2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a.newlink2:link {
	color: #000;
	text-decoration: none;
}
a.newlink2:visited {
	text-decoration: none;
	color: #000;
}
a.newlink2:hover {
	text-decoration: underline;
	color: #000;
}
a.newlink2:active {
	text-decoration: none;
	color: #000;
}

