/* CSS Document */

body {
	background-color: #3B2D1B;
	background-image: url(images/home_bodyfiller.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.welcomeText {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	line-height:130%;
	margin-left:5px;
	margin-top:10px;
}

.welcomeText_new {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.footerTExt {
	font-family: Tahoma;
	font-size: 11px;
	color: #cccccc;
}
a.foot:link {text-decoration: none;color:#cccccc;}
a.foot:visited {text-decoration: none;color:#cccccc;}
a.foot:active {text-decoration: none;color:#cccccc;}
a.foot:hover {text-decoration: underline;color:#ffffff;}