@charset "utf-8";
#LiveInfo2 {
	height: 200px;
	width: 400px;
	position: absolute;
	z-index: 1;
	background-image: url(../image/Info_BG.jpg);
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	font-size: 10pt;
	padding-left: 10px;
	left: 10%;
	bottom: 5%;
}
#LiveInfo2 h1 {
	color: #333333;
	text-decoration: underline;
	font-size: 13pt;
	font-weight: bolder;
	margin-top: 30px;
}
#LiveInfo2 h2 {
	font-weight: bolder;
	font-size: 14pt;
	font-style: italic;
	color: #000000;
}

#LiveInfo2 dl {
	margin-top: 0px;
	margin-left: 10px;
}
#LiveInfo2 dt {
	font-weight: bold;
	color: #FFFFFF;
}
#LiveInfo2 dd {
	font-weight: bold;
}
#LiveInfo2 a {
	color: #FFFFFF;
	font-weight: bold;
}
