table.home {
	width:800;
	border-collapse:collapse;
	font-size:xx-small;
	margin:0px;
	padding:0px;
	border:0px;
}

table.home td {
	border:1px solid #81346D;
	border-top:0px;
	border-left:0px;
}

.blend {
	width:200px;
	height:200px;
}

td.blend {
}

div.blend {
	background-repeat: no-repeat;
}

img.blend {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	text-align:right;
}

div.movingdiv {
	font-family:Monotype Corsiva;
	position:absolute;
	font-weight:bold;
	font-size:x-large;
	color:#FF9000;
	filter:progid:DXImageTransform.Microsoft.Glow(color=#5A085A,strength=8)
}

div.opacdiv {
	font-family:Monotype Corsiva;
	position:absolute;
	font-weight:bold;
	font-size:x-large;
	color:white;
}

span.opacspan {
	filter: alpha(opacity=25);
	-moz-opacity: .25;
	opacity: .25;
	float:left;
}


td.background {
	background-image:url(../graphics/menubutton_background.gif);
	background-repeat:repeat;
}

div.pagecontenthome {
	z-index:2;
	position:relative;
	overflow:hidden;
	width:800px;
	height:100%;
	margin:0px;
	padding:0px;
	border:0px;
}

table.smallimages {
	border-collapse:collapse;
}

.smallimage {
	height:30px;
	width:30px;
	margin:0px;
	padding:0px;
	border:0;
}


