BODY.cssMainpageBody {
	margin: 0px;
	color: black;
	background-color: white;
}

TD.Cell_TitleBar {
	height: 60px;
	width: 100%;
	border-color: black;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	white-space: nowrap;
}

TD.Cell_QuickMenu {
	background-color: #F0F0F0;
	text-align: right; 
	border-color: black;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	white-space: nowrap;
}

TD.Cell_SideMenuTitle {
	font-weight: bold;
	background-color: #F0F0F0;
	border-color: black;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	white-space: nowrap;
}

TD.Cell_SideMenuIndent {
	background-color: #F0F0F0;
	border-color: #F0F0F0;
	border-style: solid;
	border-width: 0px 0px 0px 3px;
	white-space: nowrap;
}

TD.Cell_SideMenu {
	background-color: #F0F0F0;
	border-color: black;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	white-space: nowrap;
	vertical-align: top;
}

TD.Cell_DataSection {
	width: 100%;
	vertical-align: top;
	border-color: black;
	border-width: 0px;
}

TD.Cell_Footer {
	width: 100%;
	border-color: black;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
}

.SideMenuItem {
	background-color: #F0F0F0;
	width: 150px;
	text-align: left;
	border-width: 0px;
}

.QuickMenuItem {
	background-color: #F0F0F0;
	width: 100px;
	text-align: center;
	border-width: 0px;
}

IMG.cssTitleImage {
	position: absolute;
	left:   0px;
	top:    0px;
	width:  300px;
	height: 60px;
	z-index:  100;
	overflow: hidden;
}

IMG.cssTitleBand {
	position: absolute;
	left:   0px;
	top:    0px;
	width:  100%;
	height: 60px;
	z-index:  1;
	overflow: hidden;
}


.cssTitleText {
	position: absolute;
	text-align: right;
	vertical-align: bottom;
	font-size: 20px;
	font-weight: bold;
	top:    0px;
	width:  100%;
	z-index:  2;
	overflow: hidden;
}

.cssSubTitleText {
	position: absolute;
	text-align: right;
	vertical-align: bottom;
	font-size: 20px;
	font-weight: normal;
	top:    30px;
	width:  100%;
	z-index:  2;
	overflow: hidden;
}

.cssHeadingText {
	font-size : x-large;
	font-weight: bold;
}

.cssListHeadingText {
	font-size : large;
	font-weight: normal;
}

TABLE.TableNoWrap {
	width: 75%;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	white-space: nowrap;
}

TABLE.TableNoWrap TD {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	white-space: nowrap;
}

TABLE.TableNoWrap TH {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	white-space: nowrap;
}

