	A:link {
	  color : #0022cc;
	  text-decoration : none;
	}

	A:visited {
	  text-decoration : none;
	}

	A:hover {
	  color : #cc2200;
	  text-decoration: underline
	}

	div.tabs {
		margin-top: 1em;
		padding-left: 0em;
	    color: #3366cc;

	    border-width: 3px;
		font-size: 80%;

	    border-bottom-style: solid;
	    border-collapse: collapse;
		white-space: nowrap;
	}

	.tabs li {
		margin-right: 0.45em;

		display: inline;
		list-style-type: none;
	    border-width: 1px; 
		border-style: solid solid none solid;
		text-align: center;
		float: left;
		padding: 0;
	}

	.tabs li.selected {
	    border-bottom-color: #ffffff;
	}

	.tabs a {
	    background: #efefef;
		color: #0000ff;
		width  : 7em;

		display: block;
		text-decoration:none;
	}

	.tabs a:hover {
	    background: #f4fcff;
		color: #0000ff;
		text-decoration: underline;
	}

	.tabs li.selected a, .tabs li.selected a:hover {
		color: #ffffff;				/* F */
	    background: #3366cc;		/* wiF */
		font-weight: bold;
		display: block;
		text-decoration:none;
	}

	.tabs ul {
		margin: 0;
		padding:0;
	}

	.tabs .info {
		color: #000000;
		text-align: right;
		margin-bottom: 1px;
	}

	.contents {
		clear: both;
		margin-top : 0.8em;
		padding-left: 0.4em;
	}

	.contents li {
		line-height:140%;
		list-style-image: url(l3.gif);
	}

