/* ------------------------------------------------------- HTML ------------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-02.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}



/* ------------------------------------------------------- LINKS ------------------------------------------------------- */
a:link {
	color: #928580;
	text-decoration: none;
}
a:visited {
	color: #928580;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}



/* ------------------------------------------------------- TXT ------------------------------------------------------- */
.txtSubtitles {
	color: #928580;
	font-size: 13px;
	text-transform: uppercase;
}

.txtBrown {
	color: #928580;
}

.txtRed {
	color: #981e32;
}


/* ------------------------------------------------------- BG's ------------------------------------------------------- */
.bgHorns {
	background-color: #464340;
	background-image: url(../images/bg-03.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.bgRed {
	background-image: url(../images/bg-01.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.bgImages {
	background-image: url(../images/bg-images.gif);
	background-repeat: no-repeat;
}


/* ------------------------------------------------------- MISC ------------------------------------------------------- */
