  html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	/* list-style: none; */
	list-style:disc;
	padding-left:2em;
	margin:1em 0;
}
ul ul {
list-style:circle inside;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

strong {
    font-weight: bold;
}


#content h1 {
    font-size: 18px;
	margin-top: 1em;
    border-bottom:1px solid #030;
    color: #030;
	font-weight:bold;
}

#content h2 {
    font-size: 15px;
	color: #770000;
	font-weight:bold;
	padding-top:1em;
 
}
#content h3 {
	font-weight:bold;
	color: #660000;
	font-size: 13px;
}

#content blockquote {
    font-style: italic;
    font-size: 14px;
    color: #030;
    padding: 0 40px 0 80px;
    background: url(/style/quote.gif) no-repeat;
}

.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.servicelist {
		list-style: none;
}