#help {}
	
	#help {
		font-size: 10px;
		line-height: 160%;
	}
	
	#help p {
		font-size: 10px;
	}
	
	#help h1 {
		margin: -17px 0 0 0;
		padding: 10px 20px;
		background: url( '../images/design/title.background.gif' ) top center no-repeat;
		color: #600;
		font-size: 16px;
		font-weight: bold;
		text-align: left;
	}
	
	#help td.DialogTitle {
		border-bottom: 1px dotted #ccc;
		color: #600;
		font-size: 14px;
		font-weight: bold;
	}
	
	#help a.Button {
		color: #000;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	
	#help a.Button:hover { text-decoration: underline; }
	
	#help img.GoImage { display: none; }