/* Main Body */
div.main
	{
	text-align: left;
	font-family: arial;
	width: 970px;
	}
table
	{
	margin-left: auto;
	margin-right: auto;
	}
th
	{
	font-family: arial;
	font-size: 95%;
	font-weight: bold;
	text-align: center;
	border: 1px solid black;
	}
td
	{
	font-family: arial;
	font-size: 90%;
	text-align: center;
	border: 1px solid black;
	}
li
	{
	font-family: arial;
	font-size: 80%;
	font-style: italic;
	}
.img
	{
	text-align: center;
	border: 0px;
	}
img
	{
	border: 0px;
	}
.data
	{
	text-align: center;
	border: 1px solid black;
	}
.w160px
	{
	width: 160px;
	}
.w90px
	{
	width: 90px;
	}
.printwarning
	{
	text-align: center;
	font-size: 80%;
	}
/* Footer */
div.footer
	{
	text-align: center;
	font-family: arial;
	font-size: 90%;
	width: 970px;
	}
#siteseal
	{
	display: block;
	width: 132px;
	height: 100%;
	margin: 0 auto;
	}
/* Links */
a.nodec
	{
	text-decoration: none;
	}
a:link {color: #00008B}
a:visited {color: #8B0000}
a:hover {color: #FF0000}
a:active {color: #4682B4}
/* Page Break */
.pagebreakbefore
	{
	page-break-before: always;
	}
.pagebreakafter
	{
	page-break-after: always;
	}