.glow {
	FILTER: Glow(color=#F4F4F4, strength=2);
	WIDTH: 40%;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
		}
		

.shadow {
	filter: Shadow(Color=#black, Direction=35, strength=2); WIDTH: 100%; COLOR: BLACK;
}
.blur {
	filter: Blur(Direction=35, Strength=1);
}
.dropshadow {
}
.style {
	filter: Wave(Freq=50, LightStrength=100%, Phase=100%, Strength=3);
}
.test {
	filter: Light(Color=#12acfa);
}
.vor {
	position: static;
	visibility: visible;
}
.alpha {
	filter: Alpha(Opacity=100, FinishOpacity=20, Style=3);
}
.tabs {
	border: medium inset;
}
.tabi {
	border: thin ridge;
}
