
/* @`Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
/* @end */

/* @`Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 12px;
	color: #005581;
	margin: 0;
	line-height: 17px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
	color: #333;
}

/* @end */

/* @`Spacing
----------------------------------------------------------------------------------------------------*/

p {
	margin: 0 0 0 0;
}
ol {
	list-style: decimal;
}

ul {
	list-style: none;
	margin-bottom: 20px;
}

li {
	margin-left: 15px;
	padding-left: 15px;
	background:url(../images/bullet.png) no-repeat left center;}


}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
	line-height: 17px;
}

/* @end */