body{
	margin:0;
	padding:0;
}
.help-category-title{
	font-size:16px;
	letter-spacing : 1px;
	border-bottom:2px solid #FF9900;
	padding-bottom:3px;
	margin : 0 0 3px;
}

.help-category-item{
	margin : 10px 0 30px;
	border : 1px solid #CCCCCC;
	padding : 15px;
}
.help-category-body{
	font-size:15px;
}
.help-category-body table{
	border :1px solid #000000;
	border-collapse : collapse;
}
.help-category-body td{
	padding : 5px;
	font-size:15px;
	border :1px solid #000000;
}
.help-category-body td p{
	margin : 0px;
	font-size:15px;
	line-height :22px;
}
.help-entry-box{
	text-align:left;
	padding : 10px;
	width:460px;
}
.help-entry-title{
	font-size:17px;
	margin:0 0 5px;
	padding : 0 0 3px;
	border-bottom:2px solid #FF9900;
}