.border {
	background-image: url(border1.jpg);
	background-position: 2px 1px;
	background-repeat: repeat-x;
	border-top-width: 100%;
	border-right-width: 100%;
	border-bottom-width: 100%;
	border-left-width: 100%;
	border-top-color: #663333;
	border-right-color: #663333;
	border-bottom-color: #663333;
	border-left-color: #663333;
}
.borderlink {
	border: thin solid #663333;
}

.bodyFixture {
	margin: 0px;
	padding: 0px;
	top: 0px;
}
.bgTOTAL {
	background-repeat: repeat;
	text-decoration: blink;
	background-attachment: fixed;
	background-position: center center;
	width: 100%;
	background-color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.txtLG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #663300;
}
.BlueLink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: underline;
}
.BlueLink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: underline;
}
.BlueLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}
.BlueLink a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}
.footer1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #330000;
}
.CreamBG {
	background-color: #F1ECE0;
}