body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 10px;
	background-image: url('../im/main/bg.gif');
	text-align: justify;
	line-height: 18px;
}

.bgborder {
	background: url('../im/main/bg_border.gif');
	width: 2px;
}

.bgbordertb {
	background: url('../im/main/bg_border.gif');
}

.bg_top {
  background: url('../im/main/bg_top.gif');
  width: 750px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: justify;
}
A.copyright:link {
	text-decoration:none;
	color: #666666;
}
A.copyright:visited {
	text-decoration:none;
	color: #666666;
}
A.copyright:active {
	text-decoration:none;
	color: #333333;
}
A.copyright:hover {
	text-decoration:underline;
	color: #333333;
}
A:link {
	text-decoration:none;
	color: #003366;
}
A:visited {
	text-decoration:none;
	color: #003366;
}
A:active {
	text-decoration:none;
	color: #990000;
}
A:hover {
	text-decoration:underline;
	color: #990000;
}

