body {
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	background-color: #ffffff;
	color: #000000;
	font-family: arial, helvetica, sans serif;
	font-size: 10pt;
}

#menu {
  position: absolute;
  top: 127px;
  left: 5px;
  width: 90%;
	z-index: 10;
}

div.mymain
{
	padding-left: 50px;
}

.menuItem {
	margin-left: 0px;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	padding-top: 0px;
	padding-left: 5px; float: left;
	padding-bottom: 0px;
	padding-right: 5px; border-top: #cccccc 1px solid;
	font: 10pt arial, helvetica, sans serif;
	cursor: hand;
	height: 19px;
	width: 125px;
	background-color: #555555;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.menuItemHighlight {
	color: #ffffff;
	background-color: #555555;
}
.menuItemLowlight {
	color: #bbbbbb;
}
.pulldownContainer {
	top: 0px
	left: 0px;
	border-top: #cccccc 1px solid;
	visibility: hidden;
	position: absolute;
}
.pulldownItem {
	border-top: #cccccc 1px;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 5px;
	z-index: 50;
	font: 10pt arial, helvetica, sans serif;
	cursor: hand;
	position: relative;
	background-color: #555555;
	font-weight: bold;
}
.pulldownItemHighlight {
	color: #ffffff;
	background-color: #555555;
}
.pulldownItemLowlight {
	color: #bbbbbb;
	background-color: #555555;
}

.pageWindowAll
{
        overflow                        : auto;
        width                           : 100%;
        text-align                      : center;
        padding                         : 0px;
        height                          : expression(document.body.clientHeight-300);
}

.BtnClass
{
        width: 120px;
        font-family: Verdana;
}
