body {
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: auto;
	background-color: #9C9EFC;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;		
	text-decoration: none;
}
.div__bottom a:link {
	color: #999999;
	text-decoration: none;
}
.div__bottom a:visited {
	color: #999999;
	text-decoration: none;
}
.div__bottom a:hover {
	color: #999999;
	text-decoration: underline;
}
.div__bottom a:active {
	color: #999999;
	text-decoration: none;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.style__FontSize8 {font-size: 8px}
.style__FontSize10 {font-size: 10px}
.style__FontSize14 {font-size: 14px}
.style__FontSize36 {font-size: 36px}
.style__FontColorFFFFFF {color: #FFFFFF}
.style__FontColorCCCCCC {color: #CCCCCC}
.style__FontColor0A3A73 {color: #0A3A73}
.style__FontColor6699FF {color: #6699FF}
.style__FontColor999999 {color: #999999}
.style__FontColorFFFFFFBold {
	color: #FFFFFF;
	font-weight: bold;
}
.style__FontColor990000Bold {
	color: #990000;
	font-weight: bold;
}
#div__base {
	position: relative;
	margin: 0px 0px;
	text-align: center;
	width: 800px;
	height: 600px;
	overflow: hidden;
}
#div__top {
	float: left;
	width: 100%;
	height: 75px;
	overflow: hidden;
	background-image:url(pictures/backgrounds/picture__background__frame__top.png);
	background-color: #9C9EFC;
}
#div__spacer {
	float: left;
	width: 100%;
	height: 4px;
	overflow: hidden;
	background-color: #9C9EFC;
}
#div__menu {
	float: left;
	width: 100%;
	height: 17px;
	overflow: hidden;
	background-color: #CCCCCC;
}
#div__main {
	float: left;
	width: 100%;
	height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #9C9EFC;
}
#div__bar {
	float: left;
	width: 100%;
	height: 17px;
	overflow: hidden;
	background-color: #CCCCCC;
}
#div__bottom {
	float: left;
	width: 100%;
	height: 75px;
	overflow: hidden;
	background-image:url(pictures/backgrounds/picture__background__frame__bottom.png);	
	background-color: #9C9EFC;
}
#table__base {
	width: 100%;
	height: 100%;
}
#table__main {
	width: 100%;
	height: 100%;
}
