table {
	table-layout: fixed;
}

td.W3Container-StretchyTop {
	height:4px;
	background-image: url(images/W3Container_Bottom1px.gif);
	background-repeat: repeat-x;
	background-color: white;
}

td.W3Container-TopRight {
	width:4px;
	height:4px;
}

td.W3Container-StretchyRight {
	width:4px;
	background-image: url(images/W3Container_Right1px.gif);
	background-repeat: repeat-y;
	background-color: white;
}

td.W3Container-StretchyLeft {
	width:4px;
	background-image: url(images/W3Container_Left1px.gif);
	background-repeat: repeat-y;
	background-color: white;
}

td.W3Container-BottomLeft {
	width:4px;
	height:4px;
}

td.W3Container-StretchyBottom {
	height:4px;
	background-image: url(images/W3Container_Bottom1px.gif);
	background-repeat: repeat-x;
	background-color: white;
}

td.W3Container-BottomRight {
	width:4px;
	height:4px;
}

div.W3Container-Header {
	width: 100%;
	overflow: hidden;
}

div.W3Container-Content {
	width: 100%;
	overflow: hidden;
}

div.W3Container-Footer {
	width: 100%;
	overflow: hidden;
}

