body {
		font-family: Georgia, serif;
		font-size: small;
		}
	
	dl {
		width: 170px;/*240px;*/
		margin: 0 0 10px 0;
		padding: 0;
		background: url('../images/side_box/bottom.gif') no-repeat bottom left;
		}

	dt {
		margin: 0 0 10px 0;
		padding: 5px;
		font-size: 100%;
		color: #ffffff;
		font-weight: bold;
		border-bottom: 1px solid #ffffff;
		background: #999999 url('../images/side_box/top.gif') no-repeat top left;
		}
	
	dd {
		margin: 0 0 0 10px;
		padding: 0 10px 10px 10px;
		color: #666666;
		font-family: Verdana, sans-serif;
		font-size: 85%;
		background: url('../images/side_box/arrow.gif') no-repeat 0 3px;
	}
		
	/*#blue dt {background-color: #69c;}
	#blue {background-color: #9cf;}*/
	
	#blue dt {background-color: #638dc9;}
	dl {background-color: #fbffb9;}
	
	#red dt {background-color: #a10303}
	
