﻿h1,h2,h3,h4,h5,h6 {
	color: #005555;
}

h1.info {
	font-size: 200%;
	color: black;
}

h1.value {
	font-size: 200%;
	color: dimgray;
}

h2.info {
	font-size: 160%;
	color: black;
}

h2.value {
	font-size: 160%;
	color: dimgray;
}

h3.info {
	font-size: 120%;
	color: black;
}

h3.value {
	font-size: 120%;
	color: dimgray;
}

h4.info {
	font-size: 100%;
	color: black;
}

h4.value {
	font-size: 100%;
	color: dimgray;
}

h5.info {
	font-weight: bold;
	font-size: 80%;
	color: black;
}

h5.value {
	font-size: 80%;
	color: dimgray;
}

p {
	color: #005555;
	font-weight: bold;
}

p.h1 {
	font-size: 200%;
}

p.h1-info {
	font-size: 200%;
	color: black;
}

p.h1-value {
	font-size: 200%;
	color: dimgray;
}

p.h2 {
	font-size: 160%;
}

p.h3 {
	font-size: 120%;
}

p.h4 {
	font-size: 100%;
}

p.h5 {
	font-size: 80%;
}

p.h6-info {
	font-weight: bold;
	font-size: 60%;
	color: black;
}

p.h6-text {
	font-size: 60%;
	color: black;
}

p.h6-value {
	font-size: 60%;
	color: dimgray;
}

p.h6-warn {
	font-size: 60%;
	color: red;
}

p.h5-info {
	font-weight: bold;
	font-size: 80%;
	color: black;
}

p.h5-text {
	font-size: 80%;
	color: black;
}

p.h5-value {
	font-size: 80%;
	color: dimgray;
}

p.h5-warn {
	font-size: 80%;
	color: red;
}

p.h4-info {
	font-weight: bold;
	font-size: 100%;
	color: black;
}

p.h4-text {
	font-size: 100%;
	color: black;
}

p.h4-value {
	font-size: 100%;
	color: dimgray;
}

p.h4-warn {
	font-size: 100%;
	color: red;
}

p.h3-info {
	font-weight: bold;
	font-size: 120%;
	color: black;
}

p.h3-text {
	font-size: 120%;
	color: black;
}

p.h3-value {
	font-size: 120%;
	color: dimgray;
}

p.h3-warn {
	font-size: 120%;
	color: red;
}

p.h2-info {
	font-size: 160%;
	color: black;
}

p.h2-value {
	font-size: 160%;
	color: dimgray;
}

p.h2-warn {
	font-size: 160%;
	color: red;
}

a {
	color: #005555;
	font-size: 80%;
	font-weight: bold;
}

a.h4 {
	color: #005555;
	font-size: 100%;
	font-weight: bold;
}

a:link,a:visited {
	text-decoration: none;
}

a:hover {
	color: gray;
	text-decoration: none;
}

hr {
	color: #005555;
}

