body {
			background: #ccc url("bkg.gif") repeat-x;
			padding: 0;
			margin: 0;
			font-family: Verdana, Tahoma, Arial, Sans-Serif;
		}
		#wrapper {
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			width: 980px;
		}
		h2 {
			font-size: 14pt;
			text-align: center;
			font-weight: bold;
			color: #005;
			line-height: 14pt;
			margin-top: -6px;
			margin-bottom: 0;
			padding: 0;
		}
		p {
			font-size: 10pt;
		}
		td {
			font-size: 10pt;
			padding: 2px 3px 2px 3px;
			line-height: 12pt;
			text-align: left;
			margin: 0;
		}
		a {
			text-decoration: none;
			color: #000;
		}
		a:hover {
			text-decoration: none;
		}
		a img {
			border: 1px solid #015;
			margin-right: 1px;
		}
		tr.rollOut {
			background-color: transparent;
		}
		tr.rollOver {
			background-color: #eee;
		}
