div#contents
{
margin-top: 10px;
margin-left: 100px;
padding: 10px;
width: 600px;
border: solid 1px #cccccc;
}
div#contents h1, div#contents h2,div#contents h3
{
margin: 20px 0px 0px 0px;
paddin: 0px;
font-size: small;
}
div#contents p
{
margin: 5px 10px;
paddin: 0px;
font-size: small;
line-height: 1.3em;
}
div#contents ul, div#contents li { font-size: small; }

div#contents table#pressrelease-list
{
	margin-bottom: 20px;
	font-size: small;
	color: #333333;
	border-collapse: collapse;
	width: 600px;
}
	div#contents table#pressrelease-list td
	{
		padding: 5px;
		border-bottom: dashed 1px #636363;
	}
	div#contents table#pressrelease-list td.date
	{
		width: 68px;
	}
	div#contents table#pressrelease-list td.title
	{
	}

