/* This is the style sheet for service pages */

ul {
	list-style-position: outside;
	list-style-type: none;
	line-height: 20px;
	text-indent: 0pt;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
}

h1 {
	font-weight: bold;
	color: #000000;

}

