body {
	background-color : #F1EFE2;
}

.colorBgDark {
	background-color : #C2B9A1;
}

.colorBgLight {
	background-color : #CECBB6;
}

.colorLineDark {
	background-color : #4A4A4A;
}

.colorLineLight {
	background-color : #807F76;
}

.heading1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : #908465;
}

.heading2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #C07422;
	letter-spacing : 1px;
}

.heading3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #C07422;
}

.text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #6F6347;
}

.textTipster {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #52482E;
}

.textVerseTitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #817454;
}

.textVerseNumber {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #C07422;
	width : 14px;
	text-align : right;
}

.textVerse {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #52482E;
}

.tableVerse {
	padding : 2px;
}

.formInput {
	background-color : #E6E5DA;
	background-image : url(../images/form_background.gif);
	width : 300px;
	border : 1px solid #807F76;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #817454;
}

.formTextarea {
	background-color : #E6E5DA;
	background-image : url(../images/form_background.gif);
	width : 300px;
	height : 140px;
	border : 1px solid #807F76;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #817454;
}

.formButton {
	background-color : #E6E5DA;
	border : 1px solid #807F76;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #817454;
}

a {
	color : #C07422;
	text-decoration : none;
}

a:hover {
	color : #ECF6EB;
	text-decoration : none;
}

a.menu {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 14px;
	color : #F9FCF9;
	text-decoration : none;
}

a.menu:hover, a.menuSelected, a.menuSelected:hover {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 14px;
	color : #C07422;
	text-decoration : none;
}

a.subMenu {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	color : #F9FCF9;
	text-decoration : none;
}

a.subMenu:hover, a.subMenuSelected, a.subMenuSelected:hover {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	color : #C07422;
	text-decoration : none;
}

a.relatedLink {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	color : #F9FCF9;
	text-decoration : none;
}

a.relatedLink:hover {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	color : #C07422;
	text-decoration : none;
}

a.bottomBar {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #817454;
	text-decoration : none;
}

a.bottomBar:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #ECF6EB;
	text-decoration : none;
}

hr {
	color : #C2B9A1;
	height : 1px;
}

img.border {
	border : 1px solid #807F76;
}
