.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
}

.txtbold12 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #A8AD68;
	text-decoration: none;
}
.welcome_text {
	font-family: Arial;
	font-size: 18px;
	text-decoration: none;
	color: #A9AE6F;
}
.txt11grey {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.borders {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A4A866;
	border-left-color: #A4A866;
}

