* {
	margin: 0;
	padding: 0;
}

html{
	margin: 0px;
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
	padding: 0;
	background: White;
	font: 10px/12px Verdana, Geneva, Arial, Helvetica, sans-serif;

	text-align: center;

	color: #000157;
}

<!-- -->

#tbData table
{
	border: 1px solid #000000;
	border-spacing: 0px
}

#tbData table th
{
	border: 1px solid;
	height: 21px;
	background-color: #f0f0f0;
	font-size: 12px;
}

#tbData table td
{
    border-left: 1px solid;
    border-right: 1px solid;
    height: 21px;
}

<!-- -->

#tbLocations table
{
    border: 1px solid #000000;
    border-spacing: 0px
}

#tbLocations table th
{
    border: 1px solid;
    height: 21px;
    background-color: #f0f0f0;
    font-size: 12px;
}

#tbLocations table td
{
    border-left: 1px solid;
    border-right: 1px solid;
    height: 21px;
}

<!-- -->

#trDate
{
    text-align: right;
    width: 175px;
    /width: 300px;
}

#trCommentHeader
{
    background-color: #d3c7a2;
    height: 21px;
}

#trComment
{
    background-color: #eddeb0;
    height: 21px;
}

#trAnswerHeader
{
    background-color: #c4c4c4;
    height: 21px;
}

#trAnswer
{
	background-color: #f0f0f0;
	height: 21px;
}
