@charset "UTF-8";
.leftThing {
	background-image: url(../Graphics/Layout/leftMid.jpg);
	background-repeat: repeat-y;
	width: 105px;
	height:auto;
	position:relative;
}
.leftTop {
	background-image: url(../Graphics/Layout/leftTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 283px;
	width: 105px;
}
.leftBottom {
	background-image: url(../Graphics/Layout/leftBottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 283px;
	width: 105px;
}
.border {
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #3333CC;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 10px;
}
.borderHome {
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.height {
	height: 100%;
}
.header02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3333CC;
	font-weight: bold;
	padding-top: 10px;
	font-style: italic;
}
.smallText {
	font-size: 9pt;
}
