body {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #5e1b00;
	background-image: url(../images/bkg1.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}

.td {
	background-image: url(../images/bkg2-1.jpg);
}
.bold {
	font-weight: bold;
}
.tdbrown {
	background-color: #35100a;
	color: #f9e9d3;
}
.tdlight {
	background-color: #f9e9d3;
	color: #35100a;
}
.line {
	border-bottom: 1px solid #35100a;
}
table {
	color: #35100a;
	font-family: arial;
	font-size: 11px;
}
.title {
	font-weight: bold;
	font-size: 14px;
}
.footer-white {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
    color: #fdf3e5; 
	text-decoration:none;
}
a:link {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
    color: #fdf3e5; 
	text-decoration:none;
}
a:visited {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
    color: #fdf3e5; 
	text-decoration:none;
}
a:hover {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
    color: #f9e9d3; 
	text-decoration:underline; 
}
a:active {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
    color: #f9e9d3; 
	text-decoration:underline; 
}
a.a:link {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
    color: #a05904; 
	text-decoration:none;
}
a.a:visited {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
    color: #a05904; 
	text-decoration:none;
}
a.a:hover {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
    color: #a05904; 
	text-decoration:underline; 
}
a.a:active {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
    color: #a05904; 
	text-decoration:underline; 
}
input {
	background-color: #f9e9d3;
	border: 1px solid #35100a;
	font-family: arial;
	font-size: 11px;
	color: #35100a;
}
textarea {
	background-color: #f9e9d3;
	border: 1px solid #35100a;
	font-family: arial;
	font-size: 11px;
	color: #35100a;
}
select {
	background-color: #f9e9d3;
	border: 1px solid #35100a;
	font-family: arial;
	font-size: 11px;
	color: #35100a;
}
.cursor {
	background-color: #f9e9d3;
	border: 1px solid #35100a;
	font-family: arial;
	font-size: 11px;
	color: #35100a;
	font-weight: bold;
	cursor: pointer;
}
