body {
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #0c2641;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
#logo {
	background-color: transparent;
	background-image: url(IMAGES/logo.png);
	height: 205px;
	width: 213px;
	z-index: 5;
	position: relative;
}

table {
	background-image: url(bg/bg.jpg);
	background-repeat: repeat-y;
	top: 0px;
	z-index: 1;
	position: relative;
	bottom: 0px;
}
#top {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #4B415F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: dotted;
	border-right-style: none;
	border-left-style: none;
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;
}

.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.disclaimer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CCCCCC;
	font-weight: bold;
}
#body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

