@charset "utf-8";
/*body {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #47565e;
}*/
body {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-color: #47565e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #47565e;
}
.textlink a:link {
	color:#47565e;
	text-decoration:none;
}
.textlink a:hover {
	color: #47565e;
	text-decoration:none;	
}
.textlink a:visited {
	color: #47565e;
	text-decoration:none;
}

#holdingwrapper {
	height: 100%;
	width: 100%;
	background:#FFFFFF;
}

#holdingwrapper2 {
	background-image: url(../pics/bg_homestrip.gif);
}
#strip {
	width: 100%;
	background-image: url(../pics/bg_holdingstrip.gif);
	background-position: center center;
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#strip2 {
	width: 100%;
	background-position: center center;
	background-repeat: repeat-x;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#insidestrip {
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: auto;
}

#wrapper {
	height: 100%;
	width: 100%;
	background:#FFFFFF;
}
