@charset "UTF-8";
/* CSS Document */

#content img
{
	border: none 0 ;
}

#content h1
{
	margin-bottom: 5px ;
	border-bottom: 1px dotted #990000 ;
}

#content h2
{
	margin: 20px 10px 5px ;
}

#content table.graph
{
	width: 600px ;
	margin: 0 20px ;
}

#content table.graph  th
{
	width: 110px ;
	padding: 5px 8px ;
	border: 1px solid #CCCCCC ;
	background-color: #EEEEEE ;
}

#content table.graph td
{
	border: 1px solid #CCCCCC ;
	padding: 5px 8px ;
	text-align: right ;
	letter-spacing: 2px ;
}


#content table.graph thead tr
{
	font-size: 90% ;
	text-align: center ;

}

#content table.graph thead th
{
	color: #333333 ;
	font-weight: bold ;
}

#content table.graph thead td
{
	background-color: #EEEEEE ;
	color: #333333 ;
	text-align: center ;
	font-weight: bold ;
}

#content table.graph span
{
	font-size: 85% ;
}

#content p.notes
{
	margin-left: 20px ;
	color: #505050 ;
	font-size: 85% ;
}

#content dl
{
	margin: 20px 20px 0;
}

#content dt
{
	padding-left: 10px ;
	border-left: 5px solid #CCCCCC ;
	border-bottom: 1px solid #CCCCCC ;
	font-weight: bold ;
}

#content dd
{
	padding: 5px 20px 0 ;
}

