div.ablue {
	background-color:   #104E8B;
	background-image:  url(images/a-trans.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height:9px;
	width:9px;
}
div.bblue {
	background-color:   #104E8B;
	background-image:  url(images/b-trans.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height:9px;
	width:9px;
}
div.cblue {
	background-color:   #104E8B;
	background-image:  url(images/c-trans.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height:9px;
	width:9px;
}
div.dblue {
	background-color:   #104E8B;
	background-image:  url(images/d-trans.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height:9px;
	width:9px;
}

div.midvblue {
	background-color:   #104E8B;
	background-image:  url(images/space-trans.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height:9px;
}
div.midhblue {
	background-color:   #104E8B;
	background-image:  url(images/space-trans.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width:9px;
}