@charset "utf-8";
html, body{
	margin: 20 0 0;
	padding: 20 0 0;
	font-family:verdana;
	font-size:12px;
	color:#494949;
	text-align: left;
	background-color: #EEE2F3;
}
#menu_bck {
	background-color: #7E429A;
	height: 26px;
	width: 100%;
	margin-top: 1px;
	padding-top: 10px;
}
.home_foot_text li {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	font-family: Arial, sans-serif;
	margin-left: 50px;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #7E429A;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border: 4px solid #7F4297;
	background-color: #FFFFFF;
}
.home_img {
	margin: 10px;
	height: 150px;
	width: 276px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: 2px solid #999999;
}
#home_text {
	padding: 20px;
}
.home_foot_text p {
	color: #FFFFFF;
}

.home_foot_text {
	margin: 10px;
	width: 280px;
}
#contact_form {
	background-color: #7E429A;
	margin: 20px;
	padding: 10px;
}
#contact_form #form1 .KT_th label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#contact_form #form1 input {
	color: #7E429A;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	font-weight: bold;
}
#wrap #contact_form #form1 select {
	font-weight: bold;
	color: #7E429A;
	border: 1px solid #7E429A;
}
#contact_form #form1 textarea {
	font-weight: bold;
	color: #7E429A;
	border: 1px solid #7E429A;
}
#menu_inner {
	margin: 0px 0px 0px;
}
.menu_links:link, .menu_links:visited{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_links:hover{
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.menu_links:active{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.img_dot {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-bottom-color: #7E429A;
	border-left-color: #7E429A;
}
