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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #efebdb;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-y;
	background-position:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #792D1E;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #792D1E;
}
a:hover {
	text-decoration: none;
	color: #792D1E;
}
a:active {
	text-decoration: underline;
	color: #792D1E;
}
.nav a:link {
	color: #FFD14F;
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color: #FFD14F;
}
.nav a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.nav a:active {
	text-decoration: none;
	color: #FFD14F;
}
.nav {
	font-size: 16px;
	font-weight: bold;
	color: #FED24E;
}

.black a:link {
	color: #000000;
	text-decoration: none;
}
.black a:visited {
	text-decoration: none;
	color: #000000;
}
.black a:hover {
	text-decoration: underline;
	color: #000000;
}
.black a:active {
	text-decoration: none;
	color: #000000;
}
.black {
	font-size: 12px;
	color: #000000;
}

.brown a:link {
	color: #792D1E;
	text-decoration: none;
}
.brown a:visited {
	text-decoration: none;
	color: #792D1E;
}
.brown a:hover {
	text-decoration: underline;
	color: #792D1E;
}
.brown a:active {
	text-decoration: none;
	color: #792D1E;
}
.brown {
	font-size: 12px;
	color: #792D1E;
	font-weight: bolder;
}
.twenty {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #792D1E;
}
.fifteen {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #792D1E;
}
.fourteen {
	font-size: 14px;
	font-weight: bold;
	color: #792D1E;
}
.titleTXT {
	color: #792D1E;
	font-size:18px;
	font-weight:bold;
}
.headerTXT {
	color: #000000;
	font-size:15px;
	font-weight:bold;
}