@charset "utf-8";
/* CSS Document */

.content {
	margin: auto;
	height: 600px;
	width: 852px;
	position: relative;
	top: -20px;
}
.page {
	height: 445px;
	width: 790px;
	position: absolute;
	top: 142px;
	left: 2px;
	filter: Alpha(Opacity=90); /* for IE */
	-moz-opacity: 0.9; /* for Firefox */
	opacity: .9; /* for Safari */
}
.pageContent {
	height: 445px;
	width: 790px;
	position: absolute;
	top: 142px;
	left: 2px;
	filter: Alpha(Opacity=95); /* for IE */
	-moz-opacity: 0.95; /* for Firefox */
	opacity: .95; /* for Safari */
	background-color: #FFFFFF;
	overflow: auto;
	}
.HomeBottom {
	width: 790px;
	position: absolute;
	height: 151px;
	left: 1px;
	top: 437px;
	color: #FFFFFF;
	text-align: justify;
}
.TitleText {
	font-size: xx-large;
	text-align: center;
}
.pageTable {
	width: 785px;
	margin: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ViewWindowPageBody {
	width: 360px;
}
.breadCrumb
{
	font-size:12px;
	text-align: left;
}