@charset "utf-8";
/* CSS Document */

body {
	background: url(home_bgfiller.jpg) repeat-x top left #FFFFFF;
	margin: 0px;
}
.welcometext{
	font:12px tahoma;
	color:#000000;
	line-height:1.6em;
	padding:0px 30px;
}
.welcometext a:link, .welcometext a:active, .welcometext a:visited {
	color:#000000;
	text-decoration:underline;
}
.welcometext a:hover {
	text-decoration:none;
}
.welcometext p{
	padding-top:5px;
}
.footernav{
	font:11px tahoma;
	color:#000000;
	line-height:2em;
}
a:active, a:focus {outline: 0;}
.footernav a:link {text-decoration: none;color:#000;}
.footernav a:visited {text-decoration: none;color:#000;}
.footernav a:active {text-decoration: none;color:#000;}
.footernav a:hover {text-decoration: underline;color:#000;}
