@charset "UTF-8";
/* CSS Reset Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, code, del, em, font, img, small,
strike, strong, dl, dt, dd, ol, ul, li, fieldset, form,
label, caption, tbody, tfoot, thead, th  {
	margin: 0 0 0 0px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
line-height: 1;
}

ol {
	list-style: decimal;
	margin-left: 40px;
	color: #645a56;
	font-size: 14px;
	font-family: arial;
	margin-bottom: 20px;
	line-height: 25px;
}

#services ul {
	list-style: bullet;
	margin-left: 40px;
	color: #fff;
	font-size: 16px;
	font-family: arial;
	margin-bottom: 20px;
	line-height: 25px;
}

ul {
	list-style: outside;
	margin-left: 40px;
	color: #645a56;
	font-size: 14px;
	font-family: arial;
	margin-bottom: 20px;
	line-height: 25px;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
