body
{
	background-color: #888;
	font-family: Times, serif;
	margin: 0;
}
div.page
{
	margin:10 auto;
	width:900px;
	background-color: white;
	padding: 20px;
}
hr
{
	color: #555;
	margin-top: 5; height: 1px;
}
h1,h4
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	color: #555;
}
h1
{
	margin: -5 -5 15;
	padding: 6 6 6 8;
	font-weight: bold;
	border: 1px solid #ccc;
	background-color: #efefef;
}
h4
{
	margin-top: 10;
}
h5
{
	margin-top: 10;
	margin-bottom: 5;
	font-weight: bold;
	font-size: 100%;
}
ul.authors a
{
	color: black;
	padding-left: 22px;
	background: url(res/home.png) no-repeat left center;
}
div.publication a
{
	color: black;
	padding-right: 25px;
	background: url(res/pdf.png) no-repeat right center;
}
div.code
{
	padding-top: 10px;
}
div.sounds
{
	/* padding-top: 10px; */
}
div.sounds a
{
	/* color: black; */
	padding-right: 25px;
	/* background: url(res/sound.png) no-repeat right center; */
}
div.sounds ul
{
	margin-top: 0px;
	padding-left: 0;
	list-style: none;
}
div.publication
{
	margin-bottom: 20;
}
div.abstract
{
	margin-top: 20;
	text-align: justify;
}
table
{
	border-collapse: collapse;
	margin-bottom: 10;
	margin-top: 10px;
}
td
{
	border: 1px solid #ccc;
	padding: 2px 7px 2px 7px;
	margin: 0;
}
th
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	border: 1px solid #ccc;
	background-color: #555;
	color: white;
	text-align: left
}
ul
{
	margin-top: 5px;
	padding-left: 0;
	list-style: none;
}
ol
{
	padding: 0;
	margin-left: 20;
	margin-top: 5px;
}
ul.publication
{
	margin-top: 5px;
	padding-left: 0;
	font-family: Times, serif;
}
a {
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	text-align: left;
	color: #336599;
}
a:hover { text-decoration: underline; }

a.inlink:hover { text-decoration: none; }
a.inlink {
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	text-align: left;
	color: black;
}
a.injump {
	padding-right: 0px;
}

p
{
	margin-top: 5;
	text-align: justify;
}
.superscript{font-size:xx-small; vertical-align:top;} 
.subscript{font-size:xx-small; vertical-align:bottom;} 

img
{
	display: block;
	padding-bottom: 10px;
}
img#algorithms
{
	padding-top: 10px;
}
