/* CSS Document */


body {
	background-image: url(home_bgfiller2.jpg);
	margin:0px;
}
.body2 {
	background: url(home_bgfiller1.jpg) repeat-x top;
}
.tablefiller1{
	background: url(home_welcomefiller.jpg) repeat-y top;
}
.tablefiller2{
	background: url(home_bottomfiller.jpg) repeat-y top;
}
.welcomeBG{
	background: url(home_welcomeBG.jpg) no-repeat top right;
}
.bottomBG{
	background: url(home_bottomtop.jpg) no-repeat top left;
}
.welcometext{
	font:11px Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:1.8em;
	padding-top:80px;
	padding-left:30px;
	width:520px;	
}
.whitetext{
	font:11px Arial, Helvetica, sans-serif;
	color:#ffffff;
}
.whitetext a:link {text-decoration: none; color:#ffffff;}
.whitetext a:visited {text-decoration: none; color:#ffffff;}
.whitetext a:active {text-decoration: none; color:#ffffff;}
.whitetext a:hover {text-decoration: underline; ; color:#cccccc;}

.whiteborder{
	border:solid 1px white;
}
.footer{
	font:10px Arial, Helvetica, sans-serif;
	color:#e23226;
	line-height:1.8em;
	padding:10px;
}
a{outline:none;}
.footer a:link {text-decoration: none; color:#e23226;}
.footer a:visited {text-decoration: none; color:#e23226;}
.footer a:active {text-decoration: none; color:#e23226;}
.footer a:hover {text-decoration: underline; ; color:#e23226;}
