/* START OF TITLE BARS AND TITLE LINES */

/* for titles and separators - Verdana solid color block line with light text  */

.title-bar-Beige {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #822009;
	background-color: #efdda1;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cbbb84;
}

.title-bar-Yellow {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #cc6101;
	background-color: #ede47e;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #edd997;
}

.title-bar-BrownLT {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #9e8b53;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #827242;
}

.title-bar-Moss {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #5f6e39;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.title-bar-Orange {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #cc6101;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #b64b00;
}

.title-bar-OrangeRed {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #8e2200;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #631806;
}

.title-bar-RedDK {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #6f2f2e;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #522221;
}

.title-bar-Teal {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #2e544a;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #1c3e35;
}



/* for titles and separators - Palatino (serif) with block bottom line */

.title-line-BrownLT {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #857032;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #857032;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.title-line-Moss{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #5f6e39;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5f6e39;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-top: 1px;
}

.title-line-OrangDK {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #cc6101;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc6101;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-top: 1px;
}

.title-line-OrangeRed {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #8e2200;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8e2200;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-top: 1px;
}

.title-line-RedDK {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #6f2f2e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6f2f2e;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-top: 1px;
}

.title-line-Teal {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #2e544a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #234d43;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-top: 1px;
}
/* END OF TITLE BARS AND TITLE LINES */