@charset "utf-8";

.main_container {
	width: 610px;
	height: 616px;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #F90;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}

.page_container {
	border: 1px solid #F90;
	clear: both;
	width: auto;
	background-color: #FFF;
	color: #000;
	height: 615px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 1px;
}

.page_content {
	background-color: #FFF;
	background-image: url(../images/slice_header_back.gif);
	background-repeat: repeat-x;
	text-align: left;
}

.pageTitle {
	font-weight: bold;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	background-color: #F90;
	background-image: url(../images/slice_header_back.gif);
	background-repeat: repeat-x;
	height: 40px;
	text-decoration: none;
	text-indent: 10px;
	line-height: 40px;
	clear: both;
	width: auto;
}
.pageText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: rgb(0,0,102);
	text-decoration: none;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.pageText img {
	border: 10px solid #FFF;
	padding: 1px;
	word-spacing: 18px;
	background-color: #F90
}

