table	{
	font-size:70%;
	line-height:130%;
	border:1px solid #007D9A;
	padding:1em;
	background-color:#fff;
}
th, td	{
	padding:.5em;
}
th	{
	font-weight:bold;
	color:#fff;
	font-size:110%;
	background-color:#007D9A;
}
td	{
	padding:.75em 1em .75em 1em;
	width:25%;
}
tr	{
	border-bottom:1px dashed #999;
}
table strong	{
	font-weight:bold;
	color:#007D9A;
	text-transform:uppercase;
}
table em	{
	font-weight:normal;
	text-transform:none;
	font-style:italic;
}
dl	{
	font-size:80%;
	line-height:140%;
}
dd	{
	margin-bottom:1.5em;
}
span.title	{
	text-transform:none;
	color:#000;
	font-weight:normal;
	font-style:italic;
}
dt	{
	font-weight:bold;
	color:#007D9A;
	text-transform:none;
	font-size:110%;
}