body {
	background-color: #f8eed3;
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
}
.welcome_text
{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align:center;
	line-height:16px;
}
.foot_text
{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align:center;
	line-height:16px;
}
.foot_text a
{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align:center;
	line-height:16px;
	text-decoration:underline;
}
.foot_text a:hover
{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #A61212;
	text-align:center;
	line-height:16px;
	text-decoration:underline;
}

