.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.inborder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.outborder {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}
a:link {
	font-weight: bold;
	color: #6699CC;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #6699CC;
}
.form_border {
	border: 1px dashed #999999;
}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.table_border {
	border: 1px solid #999999;
}
.bg {
	background-attachment: fixed;
	background-image: url(graphic/pic1.JPG);
	background-repeat: no-repeat;
	background-position: right bottom;
}
