#help 
{
	margin-left:20px;
	width:860px;
	font-family: "Trebuchet MS", sans-serif;		
}

	#help_title
	{
		margin-top:5px;
		margin-bottom:10px;
		font-family: "Trebuchet MS", sans-serif;
		background-color:#C3D9FF;
		color:#112ABB;
		font-size:12px;
		font-weight:bold;
	}
		#help_title a
		{
			color:#112ABB;
		}


#help ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	border-bottom:1px dotted;
	margin-bottom:5px;
}
	#help ul li
	{
		margin-bottom:10px;	
	}
	#help ul li a
	{
		text-decoration:underline;
		font-weight:bold;
		color:black;
	}
	
	#content
	{
		margin:0;
		padding:0;
		text-align:justify;
	}