		body {
			background-color: #f2f2f2;
			padding: 0px;
			margin: 0px;
		}
		
		div.content {
			background-color: #fff;
			width: 910px;
		}
		
		div.header {
			padding-top: 10px;
			width: 900px;
			height: 110px;
			text-align: justify;
			background-image: url(../images/headerbg.jpg);
		}
		
		table.rightrunner {
			padding: 0px 0px 0px 20px;
			margin: 0px;
			font-family: verdana;
			font-size: 0.8em;
			line-height: 150%;
			list-style-image : url(../images/li_arrow.gif);
		}
		
		table.rightrunner a {
			text-decoration: none;
			color: black;
		}
		
		table.rightrunner a:hover {
			text-decoration: underline;
		}
		
		a.rightrunner {
			text-decoration: none;
			color: black;
		}
		
		a.rightrunner:hover {
			text-decoration: underline;
		}
		
		table.rightrunner a:hover {
			text-decoration: underline;
		}

		a.detaillink {
			color: blue;
			text-decoration: none;
		}
		
		a.detaillink:hover {
			text-decoration: underline;
		}
