@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(../_img/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #993365;
	margin: 0px;
	line-height: 15px;
}
.shadow_left {
	background-image: url(../_img/shadow_left.gif);
	background-repeat: repeat-y;
	width: 5px;
}
.shadow_right {
	background-image: url(../_img/shadow_right.gif);
	background-repeat: repeat-y;
	width: 5px;
}
.shadow_bottom {
	background-image: url(../_img/shadow_bottom.gif);
	background-repeat: repeat-y;
	width: 780px;
	height: 35px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #b87194;
}
.footer-over {
	color: #CC99FF;
	text-decoration: none;
}
.footer-over:hover {
	color: #CC66FF;
}
.pic {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

.pic_left {
	padding: 2px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 10px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993399;
	text-decoration: none;
}
.div_h {
	background-image: url(../_img/div.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 25px;
	text-align: right;
	vertical-align: top;
}
.div_h a {
	font-size: 8px;
	color: #993399;
}
.div_h a:hover {
	color: #660066;
	text-decoration: none;
}



a:hover {
	text-decoration: underline;
}

