body {
	color: White;
	background-color: #293360;
	font-family: "Century Gothic";
	font-size: x-small;

scrollbar-face-color: #293360;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #293360;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #ff6600;
scrollbar-track-color: #ff6600;
}

a {
	color: White;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.td_bottom {
	border-color: #ff6600;
	border-bottom: 3px solid;
	color: #ff6600;
}

.td_right {
	border-color: #ff6600;
	border-right: 3px solid;
	color: #ff6600;
}

.td_top {
	border-color: #ff6600;
	border-top: 3px solid;
	color: #ff6600;
}


h1 {
	font-size: Medium;
	margin-bottom: -16px;
}

.main_text {
	font-size: small;
}

.sub_text {
	font-size: xx-small;
}

.position {
	position: absolute;
	left: 0pt;
	top: 0pt;
}

.divtablescroll {
	height: 240px;
	width: 440px;
	overflow: auto; }
