@charset "utf-8";
body{
	font-family:arial;
	font-size:12px;
	margin:0px;
	background:#8e1586 url(../images/bg.png) top center repeat-x;
}
.text1 {
	font-family: verdana;
	font-size: 13px;
	color: #fff;
	line-height:20px;
	text-align:justify;
	text-decoration: none;
}
.pink-button {
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	width:190px;
	height:36px;
	display:block;
	text-decoration: none;
}
.pink-button a {
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	width:182px;
	padding:9px 0px 5px 8px;
	height:25px;
	display:block;
	text-decoration: none;
	background:url(../images/button-pink.png) top left no-repeat;
}
.pink-button a:hover, .pink-button a:active, .pink-button a.active  {
	font-family: arial;
	font-size: 12px;
	color: #ffe04d;
	width:182px;
	padding:9px 0px 5px 8px;
	height:25px;
	display:block;
	text-decoration: none;
	background:url(../images/button-pink-mo.png) top left no-repeat;
}
/* Footer ----------------------------------------------------*/

.footer {
	font-family: arial;
	font-size: 12px;
	color: #784374;
	height:63px;
	text-align:center;
	padding:10px 10px 10px 10px;
	height:50px;
	background-color:#53054d;
	text-decoration: none;
}

/*------Title ----------------------------------*/

.h1 {
	font-family: arial;
	font-size: 25px;
	color: #ffffff;
	height:35px;
	padding:15px 5px 5px 0px;
	text-decoration: none;
}

/*-----------------------------------------------*/
.white-button {
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	width:182px;
	padding:8px 8px 8px 8px;
	display:block;
	text-decoration: none;
	background:url(../images/button-pink.png) top left no-repeat;
}