h2,h3 {
	font-family: tahoma, arial, helvetica;
	margin-top: 7px;
	margin-bottom: 2px;
}

h1 {
	font-family: tahoma, arial, helvetica;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: normal;
}

#content {
	line-height: 18px;
}

#content ul {
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
}
#content li {
	list-style: none;
	background-image: url("http://echelon.nl/graphics/leftArrow.png");
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 16px;
}

.orange,
.orange a{
	color: #e4673c;
}

.yellow,
.yellow a {
	color: #FEBF2C;
}

.magenta,
.magenta a {
	color: #bb6ba4;
}
.red,
.red a {
	color: #ce332c;
}
.purple,
.purple a {
	color: #721A49;
}

h1.orange,
h1.yellow,
h1.magenta,
h1.red,
h1.purple {
	background-image: url("http://echelon.nl/graphics/overlay.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 100%;
	color: white;
	padding-top: 4px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 10px;
}

h1.orange a,
h1.yellow a,
h1.magenta a,
h1.red a,
h1.purple a {
	color: white;
	text-decoration: none;
}

h1.orange {
	background-color: #e4673c;
}

h1.yellow {
	background-color: #FEBF2C;
}

h1.magenta {
	background-color: #bb6ba4;
}
h1.red {
	background-color: #ce332c;
}
h1.purple {
	background-color: #721A49;
}


td.orange,
td.yellow,
td.magenta,
td.red,
td.purple {
	background-image: url("http://echelon.nl/graphics/overlay.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 100%;
	color: white;
	padding-top: 4px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 10px;
}


td.orange a,
td.yellow a,
td.magenta a,
td.red a,
td.purple a {
	color: white;
	text-decoration: none;
}

td.orange {
	background-color: #e4673c;
}

td.yellow {
	background-color: #FEBF2C;
}

td.magenta {
	background-color: #bb6ba4;
}
td.red {
	background-color: #ce332c;
}
td.purple {
	background-color: #721A49;
}

td h1, 
td h2, 
td h3 {
	padding: 0px;
	margin: 0px;
}

td.line_vertical {
	background-image: url("http://echelon.nl/graphics/line-vertical.png");
	background-repeat: repeat-y;
	background-position: top center;
}
td.line_horizontal {
	background-image: url("http://echelon.nl/graphics/line-horizontal.png");
	background-repeat: repeat-x;
	background-position: left center;
}
