body {
	font-family:Arial;
	font-size:13px;
}
.MainDiv {
	width:926px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}
.BlackImg {
	width:302px;
	height:189px;
	border:0px;
}
.WhiteImg {
	width:300px;
	height:187px;
	border:1px solid #777777;
}
#MiniTitle {
	text-align:center;
	font-weight:bold;
}
#Description {
	text-align:center;
	margin-bottom:25px;
	font-size:11px;
}
#MiniTitle a, a:visited, a:link {
	color: #333333;
	text-decoration: none;
}
#MiniTitle a:hover {
	color: #333333;
	border-bottom: 1px dotted #333333;
}
#Description a, a:visited, a:link {
	color: #333333;
	text-decoration: none;
}
#Description a:hover {
	color: #333333;
	border-bottom: 1px dotted #333333;
}
.DialogBox {
	border: solid 2px #505050;
	background-color: #ffffff;
	padding: 10px;
	display: none;
	position: absolute;
	width: 400px;
	height: 200px;
	left: 50%;
	margin-left: -200px;
	text-align: left;
	z-index: 99;
	color: #222222;
}
.DialogTitle {
	font-weight: bold;
}
.DialogClose {
	position: absolute;
	top: 10px;
	right: 10px;
}
img {
	border-style: none;
}