body {
	background-color:#005CA9;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
.header {
	background-image: url(images/h_bg.jpg);
	background-repeat: repeat;
}
.box_top {
	background-image: url(images/b_t_bg.jpg);
	background-repeat: repeat-x;
}
.box_left {
	background-image: url(images/b_l_bg.jpg);
	background-repeat:repeat-y;
}
.box_right {
	background-image: url(images/b_r_bg.jpg);
	background-repeat:repeat-y;
}
.box_bottom {
	background-image: url(images/b_b_bg.jpg);
	background-repeat:repeat-x;
}
a {
	border-style:none;
	color:#FFFFFF;
	text-decoration:underline;
}
img {
	border-style:none;
}
a:hover.txt{
	background-color:#FFFFFF;
	color:#0000FF;
	text-decoration:none;
}.anker {
	text-decoration: none;
}
