
body {
	font: 13px/1.5  Arial, FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 1px #57889B dotted;
	height:1px;
	margin-left:10px;
	margin-right:10px;

}

hr.simple {
	border: 1px #c0c0c0 dotted;
	height:1px;
}



/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
	padding: 0 0 0 10px;
}

h3 {
	font-size: 21px;
	padding: 0 0 0 10px;
}

h4 {
	font-size: 13px;
	line-height: 30px;
	border: 2px  #0085A2 dashed; 

}

h5 {
	font-size: 16px;
	padding: 0 0 0 10px;

}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}