@charset "utf-8";
#LiveInfo {
	height: 500px;
	width: 400px;
	position: absolute;
	top: 100px;
	right: 5px;
	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;
}
#LiveInfo h1 {
	color: #333333;
	text-decoration: underline;
	font-size: 13pt;
	font-weight: bolder;
	margin-top: 30px;
}
#LiveInfo h2 {
	font-weight: bolder;
	font-size: 14pt;
	font-style: italic;
	color: #000000;
}

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