body {
	margin: 10px;
	padding: 0px;
}

table#content-table {
	width: 100%;
	border: solid;
	border-style: solid;
	border-color: #aaaaaa;
	border-width: 1px;
	border-collapse: collapse; 
}

table#content-table caption {
	width: 100%;
	color: #003366;
	font-family: Georgia, Times, serif;
	font-size: 18pt;
	padding: 8px;
	background-image: url(../images/caption-bg-1.gif);
}

table#content-table thead {
	display: table-header-group;
}

table#content-table thead th {
	background-image: url(../images/th-bkgnd-1.gif);
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-bottom-color: #bbbbbb;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-color: #bbbbbb;
	border-right-style: solid;
	border-right-width: 1px;
	white-space: nowrap;
	text-align: left;
	padding: 5px 10px 5px 10px;
}

table#content-table tbody td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 2px 10px 2px 10px;
	border-bottom-color: #dddddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-color: #dddddd;
	border-right-style: dotted;
	border-right-width: 1px;
}

table#content-table a.title:link, table#content-table a.title:visited {
	color: #000000;
	text-decoration: none;
}

table#content-table a.title:active, table#content-table a.title:hover {
	color: #333333;
	text-decoration: underline;
}

table#content-table tr.even {
	background-color: #F4FAFF;
}