/* ------------------
 styling for the tables 
   ------------------   */
table.center {margin-left:auto; margin-right:auto;}
body {text-align:center;} /* IE patch */


#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 90%;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #808080;
	border-bottom: 7px solid #808080;
}
#box-table-a th
{
	font-size: 1.5em;
	font-weight: bold;
	padding: 8px;
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
        border-bottom: 7px solid #808080;
}
#box-table-a td
{
	font-size: 1.25em;
        padding: 8px; 
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
        border-bottom: 1px solid #808080;
}

#box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 90%;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #808080;
	border-bottom: 7px solid #808080;
}
#box-table-b th
{
	font-size: 1.5em;
	font-weight: bold;
	padding: 8px;
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
        border-bottom: 7px solid #808080;
}
#box-table-b td
{
	font-size: 1.25em;
        padding: 8px; 
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
        border-bottom: 1px solid #808080;
}


