/* CSS Document */
body {
	background-color: #3F3F3F;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.shadow-left {
	background-image: url(../images/shadow-left.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.shadow-right {
	background-image: url(../images/shadow-right.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.central-lines {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF7F00;
	border-left-color: #FF7F00;
}
.central-lines-top-bottom {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF7F00;
	border-bottom-color: #FF7F00;
}
.space-bottom {
	padding-bottom: 2px;
}

.right-orange-line {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FF7F00;
}
.line-orange-degree {
	background-image: url(../images/line-degree.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.txt-body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #999999;
}
.txt-body-orange {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #FF7F00;
}

