/* ------------------------------------------------------- HTML ------------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #826c51;
	background-image: url(../images/bg-texture.jpg);
	background-repeat: repeat;
}

td {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
}



/* ------------------------------------------------------- LINKS ------------------------------------------------------- */
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}



a.lkHome:link {
	color: #CC9966;
	text-decoration: underline;
}
a.lkHome:visited {
	color: #CC9966;
	text-decoration: underline;
}
a.lkHome:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.lkHome:active {
	color: #FFFFFF;
	text-decoration: none;
}



a.lkFooter:link {
	color: #CC9966;
	text-decoration: underline;
}
a.lkFooter:visited {
	color: #CC9966;
	text-decoration: underline;
}
a.lkFooter:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.lkFooter:active {
	color: #FFFFFF;
	text-decoration: underline;
}



/* ------------------------------------------------------- TXT ------------------------------------------------------- */
.txtFooter {
	font-size: 10px;
	line-height: normal;
	color: #CC9966;
}

.txtCaptions {
	font-size: 12px;
	line-height: 16px;
}

.txtHome {
	font-size: 16px;
	line-height: 24px;
	color: #CC9966;
	font-family: Calibri, Helvetica, Arial, sans-serif;
}

.txtYellow {
	color: #FFCC66;
}

.txtYellow20px {
	font-size: 20px;
	color: #FFCC66;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
}


/* ------------------------------------------------------- BG's ------------------------------------------------------- */
.bgContainer01 {
	background-image: url(../images/bg-repeat.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
}

.bgContainer02 {
	background-image: url(../images/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	display: block;
}

.bgContainer03 {
	background-image: url(../images/bg-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.bgFooter {
	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 965px;
}

.bgPages {
	background-image: url(../images/bg-pages.jpg);
	background-repeat: repeat-y;
	height: 100%;
	display: block;
}

.bgPagesGradient {
	background-image: url(../images/bg-pages-gradient.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.bgSidePanelHome {
	background-image: url(../images/bg-sidepanel-home.jpg);
	background-repeat: repeat-y;
}


/* ------------------------------------------------------- MISC ------------------------------------------------------- */
.formFields {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	width: 100%;
}
#MySpamTrap {display: none;}