body {
	margin: 0px;
	font-family: "??";
	font-size: 12px;
	color: #333333;
	background-image: url(images/bg_main.gif);
}
table {
	font-family: "??";
	font-size: 12px;
	color: #333333;
}
.bg_photo {
	background-repeat: no-repeat;
	background-image: url(Vita/hsee_photo_01.jpg);
	background-position: 500px 100px;
}
.margin_15px {
	margin-top: 15px;
	margin-left: 15px;
}
.margin_top_5px {
	margin-top: 5px;
}
.dotted_all {
	border: 1px dotted #CCCCCC;
}
.dotted_right {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.dotted_left_right {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.dotted_top {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.dotted_bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.soild_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.soild_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.indent {
	text-indent: 0px;
}
.padding_left_10px {
	padding-left: 10px;
}
.padding_left_24px {
	padding-left: 24px;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a.link_black:visited {
	color: #999999;
	text-decoration: underline;
}
a.link_black:link {
	color: #000000;
	text-decoration: underline;
}
a.link_black:hover {
	color: #000000;
	text-decoration: none;
}
a.link_pblack:visited {
	color: #000000;
	text-decoration: underline;
}
a.link_pblack:link {
	color: #000000;
	text-decoration: underline;
}
a.link_pblack:hover {
	color: #000000;
	text-decoration: none;
}
a.link_blue:visited {
	color: #6666FF;
	text-decoration: underline;
}
a.link_blue:link {
	color: #6666FF;
	text-decoration: underline;
}
a.link_blue:hover {
	color: #6666FF;
	text-decoration: none;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
.black {
	color: #000000;
	font-weight: bold;
}
.black_big {
	color: #000000;
	font-family: "ºÚÌå";
	font-size: 18px;
}
.gray {
	color: #999999;
}
.textfield {
	font-size: 12px;
}
.title_big {  font-size: 24px; font-family: "ºÚÌå"}

