html, body
{
	padding:0px;
	margin:0px;
	background-color:white;
	height:100%;
	min-width:900px;
	color:#220000;
}
table
{
	border: 0px;
	margin:0 auto 0 auto;
	font-size:150%;
	width:100%;
}
table.hdr
{
	margin-bottom: 100px;
}
table tr.top
{
	height:167px;
	background-color:#FFFFFF;
	vertical-align:middle;
}
table td.top-l
{
	width:330px;
	background-image:url(img/logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
table td.top-r
{
	background-image:url(img/top-r.gif);
	background-position:right;
	background-repeat:no-repeat;
}

table tr.row
{
	height:218px;
	vertical-align:middle;
	text-align:center;
}
table td.row-l
{
	width:380px;
	background-image:url(img/row-l.gif);
	background-position:left;
	background-repeat:no-repeat;
}
table td.row-r
{
	background-image:url(img/row-r.gif);
	background-repeat:repeat-x;
}
.slog
{
	white-space:nowrap;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px 0 0 400px;
	font-size:120%;
}
table.mdl td
{
	height:250px;
	text-align:center;
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	vertical-align:bottom;
	cursor:pointer;
	cursor:hand;
}
.comm
{
	font-size:60%;
	color:#448844;
	font-weight:normal;
}
