.top {
	background-attachment: scroll;
	background-image: url(image/top_x.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.topx {
	background-attachment: scroll;
	background-image: url(image/top_x.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.black {
	background-attachment: scroll;
	background-image: url(image/bar_black.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.grey {
	background-attachment: scroll;
	background-image: url(image/bar_grey.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.title {
	background-attachment: scroll;
	background-image: url(image/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.topx2 {
	background-attachment: scroll;
	background-image: url(image/topx2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.topx1 {
	background-attachment: scroll;
	background-image: url(image/topx1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.div.link a{
    color:#003366;
}
div.link a:hover{
    color:#0000ff;
}