@charset "utf-8";

.bold_black_13 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: bold;
}

.black_10 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
.purple_16 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #9e1f63;
}

.title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #9e1f63;
	padding-top:20px;
}
.purple_bold_14 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9e1f63;
}

.black_bold_14 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
a {
	color: #9E1F63;
}
.text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height:18px;
}

.text_bold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

.text_purple_bold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #9e1f63;
	font-weight: bold;
}.italic {
	font-style: italic;
}
.bg_left {
	background-image: url(../images/bg_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
