@import url("style.css");
@import url("company.css");


table {
	font-size:0.85em;
}


h2.spaceBottom{
	margin-bottom:30px;
}

span{ font-weight:bold;}

div.content li{
	background:url(../img/common/list-bg.png) no-repeat;
	padding-left:15px;
	margin:7px auto;
	font-size:0.85em;
	*font-size:0.8em;/* fo IE */
	*line-height:150%;/* fo IE */
	}

/* -------------------------------- news - press release archive */

#archive table{
	clear:both;
	letter-spacing:0.03em;
	margin-top:10px;
	width:100%;
}

#archive th, #archive td{
	padding:8px 0 10px 0;}
	
#archive th{
	width:100px;
	border-bottom:1px dotted #dedede;
	font-weight:normal;
	text-align:left;
	}

#archive td{
	background-color:none;
	background:none;
	border-bottom:1px dotted #dedede;
	border-top:none;
	border-left:none;
	border-right:none;
	}


