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

body {
	background: #181818 url(images/bg-design.gif) repeat;
}

body, td, th {
	margin: 0;
	padding: 0;
	color: #655944;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	line-height:12px;
}

img{ border: 0; }

a {
	color: #5B4321;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.txt-white {
	color: #FFFFFF;
}

.txt-white td {
	color: #FFFFFF;
}

#footer {
	color: #B7B7B7;
}

#footer a {
	font-weight: normal;
	color: #B7B7B7;
}

.title {
	color: #790000;
	font-size: 11px;
	font-weight: bold;
}
.title2 {
	color: #5B4321;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}