@charset "UTF-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin-top: 0px;
	background-color: #3B1812;
}

.text11 {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
}

.table_border_main {
	border: thin solid #000;
}
.table_bg {
	background-color: #C6B982;
	background-image: url(images/inner_bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #3B1912;
}
a:link {
	color: #3B1912;
	text-decoration: none;
}
a:visited {
	color: #3B1912;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #3B1912;
	text-decoration: none;
}

