@charset "utf-8";
.bg {
	background-color: #000066;
}
.left {
	background-image: url(images/text_left.png);
	background-repeat: repeat-y;
}
.right {
	background-image: url(images/text_right.png);
	background-repeat: repeat-y;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #A4ABB5;
	line-height: 18px;
}
.left_raster {
	background-image: url(images/raster_left.png);
	background-repeat: repeat-y;
}
.raster {
	background-image: url(images/raster.png);
	background-repeat: repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.raster img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.raster:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;
}

.right_raster {
	background-image: url(images/raster_right.png);
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #A4ABB5;
}
.left_bottom {
	background-image: url(images/bottom_left.png);
}
.right_bottom {
	background-image: url(images/bottom_right.png);
}
.bottom {
	background-image: url(images/bottom.png);
	background-repeat: repeat-x;
}

