/*-----------------------*/
h1 {
	font-size: 150%;
	margin-bottom: 20px;
}
h2 {
	font-size: 140%;
	margin-bottom: 20px;
}
h3 {
	font-size: 130%;
	margin-bottom: 12px;
}
h4 {
	font-size: 120%;
	margin-bottom: 10px;
}
h5 {
	font-size: 110%;
	margin-bottom: 10px;
}
h6 {
	font-size: 100%;
	margin-bottom: 10px;
}
p {
	margin-bottom: 13px;
}
ul {
	list-style: disc;
	margin-bottom: 15px;
}
ul ul {
	margin: 10px 0 10px 25px;
}
ol {
	list-style: decimal;
	margin: 0 15px 10px 0;
}
ol ol {
	margin: 10px 0 10px 25px;
}
li {
	margin-bottom: 5px;
}
table {
	margin-bottom: 15px;
	font-size: 100%;
	width: auto;
	border: 1px solid #000;
}
th,
td {
	border: 1px solid #000;
	padding: 4px;
	text-align: left;
}
th {
	font-weight: bold;
	text-align: center;
}
a,
a font {
	color: #0000ff;
	text-decoration: underline;
}
a:visited,
a:visited font {
	color: #0000aa;
}
a:hover,
a:hover font {
	color: #0000ff;
	text-decoration: none;
}
a:active,
a:active font {
	color: #ff0000;
}
img[align=left] {
	margin: 0 10px 10px 0;
	float: left;
}
img[align=right] {
	margin: 0 0 10px 10px;
	float: right;
}
dl {
	margin: 0 0 15px 0;
}
dt {
	font-weight: bold;
	margin-bottom: 2px;
}
dd {
	margin-bottom: 5px;
}
hr {
	border: none;
	clear: both;
}