body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 10px;
	background-color: #eeeeee;
	font-size: 0.9em;
	line-height: 1.3em;
}
table.mytable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
        border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(221, 221, 221) rgb(221, 221, 221);
	border-collapse: collapse;
	background-color: white;
       vertical-align: top;
       font-size:10.0pt;
       font-family:Arial;
}
table.mytable th {
	border-width: 1px 1px 1px 1px;
	padding: 10px 10px 10px 10px;
	border-style: inset inset inset inset;
        border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(221, 221, 221) rgb(221, 221, 221);
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.mytable td {
	border-width: 1px 1px 1px 1px;
	padding: 10px 10px 10px 10px;
	border-style: inset inset inset inset;
        border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(221, 221, 221) rgb(221, 221, 221);
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
div.header, div.main {
	margin: 0 !important;
	border: 1px solid #ddd;
	padding: 0.5em;
	-moz-border-radius: 1em;
	clear: both;
}
div.header {
	background-color: #990000;
	font-family: Trebuchet MS;
	color: white;
}
div.main {
	background-color: white;
}
