@charset "UTF-8";
/* CSS Document */

body {
	background-color: #2f4229;
	background-image: url(images/Background.jpg);
	background-repeat: repeat-x;
}

a.MainMenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #17280b;
	line-height: 36px;
}
a.MainMenu:link {
	text-decoration: none;
}
a.MainMenu:visited {
	text-decoration: none;
	color: #17280b;
}
a.MainMenu:hover {
	text-decoration: underline;
	color: #17280b;
}
a.MainMenu:active {
	text-decoration: none;
	color: #17280b;
}

li.Navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 36px;
	font-weight: normal;
	color: #17280b;
	list-style-image: url(images/Arrow.jpg);
	text-align: left;
}


.RegularText {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}


/* Bottom Text and Links */
.BottomText {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #fafaec;
	text-align: justify;
}

a.BottomLink {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #fafaec;
	line-height: 22px;
	text-align: justify;
}
a.BottomLink:link {
	text-decoration: none;
}
a.BottomLink:visited {
	text-decoration: none;
	color: #fafaec;
}
a.BottomLink:hover {
	text-decoration: underline;
	color: #fafaec;
}
a.BottomLink:active {
	text-decoration: none;
	color: #fafaec;
}
/* End Bottom Text and Links */


li.RegularList {
	list-style-image: url(images/Arrow2.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

a.ObitLinks {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 16px;
	color: #000099;
	line-height: 24px;
}
a.ObitLinks:link {
	text-decoration: none;
}
a.ObitLinks:visited {
	text-decoration: none;
	color: #000099;
}
a.ObitLinks:hover {
	text-decoration: underline;
	color: #000099;
}
a.ObitLinks:active {
	text-decoration: none;
	color: #000099;
}