@charset "utf-8";
/* CSS Document */

.MainTable {
	font-size:small;
	word-wrap:no;
	overflow:hidden;
	padding:0px;
}
.MainCell {
	overflow:hidden;
    border-right-style:none;
	border-left-style:none;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-top-style:solid;
	border-top-width:thin;
	padding:0px;
	padding-bottom:0px;
	padding-top:0px;
}
.frmContainer {
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
	border-top-style:none;
	padding-top:0px;
	padding-bottom:0px;
}
.MenueTable {
	height:20px;
	padding-bottom:0px;
	padding-top:0px;
}
.MenueCell {
	height:20px;
	font-size:small;
	text-wrap:none;
	text-align:center;
	font-weight:bold;
    overflow:hidden;
	padding-bottom:0px;
	padding-top:0px;
}
.DisplayArea {
	overflow:hidden;
    border-right-style:none;
	border-left-style:none;
	border-bottom-style:none;
	border-top-style:none;
	padding-bottom:0px;
	padding-top:0px;
}
.Header {
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
	border-top-style:none;
	padding-top:1px;
}
.Footer {
	align:center;
	height:15px;
	padding:0px;
}
.FooterCell {
	font-size:xx-small;
	word-wrap:no;
	align:center;
	text-align:center;
	font-weight:bold;
	padding:0px;
}
.Navigator {
	align:center;
	padding:0px;
	height:20px;
}
.NavigatorCell {
	font-size:x-small;
	word-wrap:no;
	align:center;
	text-align:center;
	font-weight:bold;
	padding:0px;
	width:33%;
	height:20px;
}
.body {
	padding:0;
	position:relative;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
}
