body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bk.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #eeeeee;
}
.introbubble {
	background-color: #FFFFFF;
	background-image: url(images/intro_bubble_bk.gif);
}
.introbubble p{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.introbubble h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: a7b0c4;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 12px;
	background-image: url(images/address_right_line.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.lists ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bolder;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
}
.lists li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	list-style-position: inside;
	list-style-image: url(images/list_bullet.gif);
	margin-top: 0px;
	padding-top: 0px;
}
.lists li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin-top: 0px;
	padding-top: 0px;
	text-decoration: none;
}
.lists li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin-top: 0px;
	padding-top: 0px;
	text-decoration: underline;
}
.copyright {
	color: #666666;
	font-family: "Myriad Pro";
	font-size: 11px;
}
