
body {
             
}

.webxLabel {

}

.webxLink {

}

a.webxLink:link {

}

a.webxLink:visited {

}

a.webxLink:hover {

}

a.webxLink:active {

}

.webxTextbox {

}

.webxButton {

}

.webxDropdownlist {

}

.webxListbox {

}

.webxRadiobuttonlist {

}

.webxCheckbox {

}

.webxImage {

}

table.webxGrid {

}

table.webxGrid th {

}

table.webxGrid th span {

}

table.webxGrid td {

}

table.webxGrid span {

}

table.webxGrid input {

}

.webxGridHeader {

}

.webxGridCellTop {

}

.webxGridCellLeft {

}

.webxGridCell {

}

.webxError {

}

/* Custom CSS */

/* Global Styling */
body, td {
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Sans-Serif;
}

/* Document Header */
.webXHeader {
	width: 100%;
	background-image: url(https://www.mortonmichel.com/webximages/mm/pageHeaderBG.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 109px;
}
.webXHeaderInner {
	height: 109px;
	width: 955px;
	background-image: url(https://www.mortonmichel.com/webximages/mm/pageHeaderInnerBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* Document Footer */
.webXFooter {
	width: 100%;
	background-image: url(https://www.mortonmichel.com/webximages/mm/pageFooterBG.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 140px;
}
.webXFooterInner {
	height: 140px;
	width: 955px;
	background-image: url(https://www.mortonmichel.com/webximages/mm/pageFooterInnerBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: right;
	vertical-align: bottom;
}
.webXFooterInner img {
	border-style: none;
	margin-bottom: 20px;
}