.space {
	width: 22px !important;
	height: 22px !important;

}
.bol {
	background-image: url(../images/ol.png);
	background-repeat: no-repeat;
	width: 22px;
}
.b_ol {
	background-image: url(../images/_ol.png);
	background-repeat: no-repeat;
	width: 22px;
}
.bo {
	background-image: url(../images/o.png);
	background-repeat: repeat-x;
}
.bor {
	background-image: url(../images/or.png);
	background-repeat: no-repeat;
	width: 22px;
}
.b_or {
	background-image: url(../images/_or.png);
	background-repeat: no-repeat;
	width: 22px;
}
.bl {
	background-image: url(../images/l.png);
	background-repeat: repeat-y;
}
.br {
	background-image: url(../images/r.png);
	background-repeat: repeat-y;
}
.bul {
	background-image: url(../images/ul.png);
	background-repeat: no-repeat;
	width: 22px;
}
.b_ul {
	background-image: url(../images/_ul.png);
	background-repeat: no-repeat;
	width: 22px;
}
.bu {
	background-image: url(../images/u.png);
	background-repeat: repeat-x;
}
.bur {
	background-image: url(../images/ur.png);
	background-repeat: no-repeat;
	width: 22px;
}
.b_ur {
	background-image: url(../images/_ur.png);
	background-repeat: no-repeat;
	width: 22px;
}
body {
	background-color: #FFFFFF; /* must be border color*/
	margin: 0px;
}

A:active, A:visited, A:link {
	text-decoration:none;
}

A:hover {
	text-decoration:underline;
}

.content a {
	color: #E55200;
	color: #FF9900;
}


