body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Courier New, sans-serif;
	font-size: 12px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

table {
	border: 0;
}

td {
	font-family : Verdana, Arial, Courier New, sans-serif;
	font-size : 12px;
}

.parent
{
	max-width: 1000;
	min-width: 760;
	width: 100%;
	width: expression(document.body.clientWidth < 800? "760px": "1000px");
	border: 0;
}

.child
{
	width: 100%;
	border: 0;
}

.hard {
	background-color: #00468C;
}

.light {
	background-color: #bbd4e4;
}

.white {
	background-color: #ffffff;
}
