@charset "utf-8";
/* CSS Document */
#WinFrameWrap{
	width: 595px;
	height: auto;
	margin: 25px 0 0 0;
	padding: 0;
	list-style: none;
	border-bottom: solid 8px #20325F;
	text-align: justify;
}

#WinFrameWrap a {
	color: #FF0000;
	text-decoration: none;
}
#WinFrameWrap a:hover {
	text-decoration: none;
	color: #333;
}
#WinFrameWrap .WinLinks {
	margin: 10px 0 20px 0;
}
#WinFrameWrap .WinLinks ul {
	margin-top: 0px;
	margin-left: 10px;
}
#WinFrameWrap .WinLinks li{
	line-height: 22px;
	background: url(../imgs/right.gif) no-repeat left;
	padding: 0px 0px 0px 12px;
	list-style: none;
}
#WinFrameWrap .WinLinksSml {
	margin: 10px 0 20px 0;
	font-size: 12px;
}
#WinFrameWrap .WinLinksSml ul {
	margin: 0px;
}
#WinFrameWrap .WinLinksSml li{
	line-height: 22px;
	margin-left: 18px;
	list-style-image: url(../imgs/Arrow2.gif);
	padding: 0 0 2px 0;
}
#WinImg {
	width: 507px;
	margin: 10px 0 0 40px;
}
#WinFrame{
	width: 595px;
	height: 368px;
	background: url(../imgs/WinFrameBack.gif) top right no-repeat;
	list-style: none;
	margin: 0;
	padding: 0;
}
#WinFrame .title{
	color: #20325F;
	font: bold 12px Verdana, sans-serif;
	margin:  0;
	padding: 85px 0 0 10px;
}
#WinFrame .textBox{
	padding: 0 140px 0 10px;
}
#WinFrame .textBox ul{
	margin-left: 20px;
}
#WinFrame .textBox li{
	list-style: disc;
	margin-bottom: 8px;
}
#BackToLastPage{
	width: 595px;
	height: 20px;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}
.titleBar {
	font-size: 17px;
	color: #ff0000;
	font-family: "Verdana";
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -1px;
	border-left: solid 5px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 2px 0 2px 5px;
	margin-bottom: 5px;
}

