@charset "UTF-8";

@import url(common.css);
@import url(dropdownmenu.css);

#content table	{ 
	margin-top: 5px;
	margin-left: 5px;
	border-collapse: collapse; }

#content th	{
	border: 1px solid #999;
	font-size: 0.9em;
	font-weight:bold;
	text-align: center; }

#content td	{
	padding: 1px 2px;
	border: 1px solid #999;
	font-size: 0.9em; }

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	{
	padding-left: 1.2em;
	font-size: 0.9em;
	list-style-type: none; }

.type1	{ font-size: 0.9em; text-indent: 1em; }