@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	

}

a { color: #000000; text-decoration: underline; }
a:hover, a:focus { color: #621A4B; text-decoration:underline }
a:visited { color: #000000; text-decoration: underline; }

#banner {
	width:449px;
	height:122px;
	color:#621A4B;
	background:url(../images/partic_ban_bg.jpg) left no-repeat;
	font-weight:bold;
	font-size:55px;
	padding:90px 0 0 575px;
}

#banner2 {
	width:449px;
	height:162px;
	color:#621A4B;
	background:url(../images/partic_ban_bg.jpg) left no-repeat;
	font-weight:bold;
	font-size:55px;
	padding:50px 0 0 575px;
}

#bar {
	height:30px;
	padding:10px 0 0 20px;
	background-color:#fcb716;
	font-weight:bold;
	color:#621A4B;
	font-size:20px;
}

#container {
	width:984px;
	padding:40px 20px 20px;
	font-size:12px;
	line-height:18px;
}

.purple12 {
	font-size:12px;
	color:#621A4B;
}

