@charset "utf-8";
/* CSS Document */

.border-main {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
body {
	background-image: url(bg.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
.index-img {
	border: 3px solid #000000;
}
body,td,th {
	font-family: Lucida Sans Unicode;
	font-size: 12px;
	color: #000000;
}

a img {border:none}


