/* BG COLOUR = #141A18
/* BROWN 4 TEXT = #773B00
/* LIGHT BROWN = #A89A6F
/* LIGHTER BROWN = #C8AD8C
/* CREAM = #FBF0D8
/* DARK GREEN = #444E53




/* ------------------------------------------------------- HTML ------------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #141A18;

    scrollbar-arrow-color:#FBF0D8;
	scrollbar-base-color:#141A18;
	scrollbar-shadow-color:#444E53;
	scrollbar-face-color:#444E53;
	scrollbar-highlight-color:#FBF0D8;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-3d-light-color:#444E53;

}

td {
	font-family: Comic Sans MS, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #773B00;
	text-decoration: none;
}

ul {
	margin-left: -20px;
}

/* ------------------------------------------------------- LINKS ------------------------------------------------------- */
a:link {
	font-family: Comic Sans MS, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
}
a:visited {
	font-family: Comic Sans MS, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
}
a:hover {
	font-family: Comic Sans MS, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #A89A6F;
	text-decoration: none;
}
a:active {
	font-family: Comic Sans MS, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
}




a.lkTmb:link {
	border: 1px solid #F5E8D5;
	display: block;
	height: 90px;
	width: 90px;
}
a.lkTmb:visited {
	border: 1px solid #F5E8D5;
	display: block;
	height: 90px;
	width: 90px;
}
a.lkTmb:hover {
	border: 1px solid #444E53;
	display: block;
	height: 90px;
	width: 90px;
}
a.lkTmb:active {
	border: 1px solid #444E53;
	display: block;
	height: 90px;
	width: 90px;
}





a.lkTmb150px:link {
	border: 1px solid #F5E8D5;
	display: block;
	height: 100px;
	width: 150px;
}
a.lkTmb150px:visited {
	border: 1px solid #F5E8D5;
	display: block;
	height: 100px;
	width: 150px;
}
a.lkTmb150px:hover {
	border: 1px solid #444E53;
	display: block;
	height: 100px;
	width: 150px;
}
a.lkTmb150px:active {
	border: 1px solid #444E53;
	display: block;
	height: 100px;
	width: 150px;
}





/* ------------------------------------------------------- TXT ------------------------------------------------------- */
.txtPageTitle {
	font-size: 18px;
	color: #444E53;
	font-weight: bold;
}

.txt12pxGreen {
	font-size: 12px;
	color: #444E53;
}

/* ------------------------------------------------------- BG's ------------------------------------------------------- */
.bgBoard {
	background-image: url(../images/bg-board.jpg);
	background-repeat: no-repeat;
}
.bgBoard02 {
	background-image: url(../images/bg-board-02.jpg);
	background-repeat: no-repeat;
}
.bgContent {
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.bgIndex {
	background-image: url(../images/bg-index.jpg);
	background-repeat: no-repeat;
}
.bgGallery {
	background-image: url(../images/bg-gallery.jpg);
	background-repeat: no-repeat;
	background-color: #F6EBD6;
}


/* ------------------------------------------------------- MISC ------------------------------------------------------- */
.kl {
	border: 1px solid #444E53;
}
