@charset "UTF-8";

@import url(common.css);
@import url(dropdownmenu.css);

#content table	{ margin-top: 1em; border-collapse: collapse; }

#content table th	{
	padding: 2px;
	font-size: 0.9em; 
	font-weight: normal;
	text-align: right;
	border: 1px solid #999; }

#content table td	{
	padding: 2px;
	font-size: 0.9em;
	border: 1px solid #999; }

dl	{ margin-bottom: 0.5em; }

dt	{
	padding-left: 1.2em;
	font-size: 0.9em;
	font-weight: bold;
	background: url(../images/qube.gif) no-repeat left center; }

dd	{
	margin-left: 1em;
	padding-left: 0.9em;
	font-size: 0.9em;
	background: url(../images/qube_mini.gif) no-repeat 0px 3px; }

.type1	{ font-size: 0.9em; text-indent: 1em; }