img {
        border-style: none;
}

body,td,p,a {
        font-family: arial, verdana, times new roman;
        font-size: 18px;
        font-style: normal;
        color: #000000;
}

a.thumbnail { text-decoration: none; }

a:hover { text-decoration: none; }

body {
	background-color: #ffffff;
	margin-top: 0cm;
	margin-left: 0cm;
	text-align: center;
}

td {
        vertical-align: top;
}

td.contentCol {
	background-color: #FFECCE;
	padding-left: 25px;
	padding-right: 25px;
}

td.bottomCol {
	background-color: #FFECCE;
}

table.genericTable {
	background-color: #ffffff;
	border-style: none;
	border-collapse: collapse;
	width: 720px;
}

table.parentTable {
	background-color: #ffffff;
	border-style: none;
	border-collapse: collapse;
	border-spacing: 0px;
	border-width: none;
	empty-cells: hide;
	text-align: left;
        outline-style: none;
	table-layout: auto;
	/* width: 750px; */
        margin-left: auto;   /* centering */
        margin-right: auto;
        width: 80%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

table.parentTable td.topBanner
{       background-image: url("img/top-wmehomebg.gif");
        background-position: bottom left;
        background-repeat: repeat-x;
}

table.parentTable td.topBanner img
{      display: block;
}

table.contentTable {
	background-color: #ffcc99;
        border-style: none;
        width: 100%;
}

