.bginf {
	background-attachment: fixed;
	background-image: url(../images/bg_inf.jpg);
	background-repeat: repeat-y;
	background-position: center left;
}

table, td {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;


}

body {
	background-color: #EBE6D9;
	background-attachment: scroll;
	background-image: url(../images/sitebg.jpg);
	background-repeat: repeat;

}
.bd {
	border: 1px solid #333333;

}

a { 
	outline:none; 
}

a:link {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5D2E05;
	text-decoration: none;
}


a:active {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #9F4F0A;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	background-color: #000000;
}

a:visited {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #9F4F0A;
	text-decoration: none;
}

