/* CSS Document */

body {
	background-color: #DBD07C;
	background-image: url(images/background_rpt.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: left top;
}
.border_left_right {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.border_left_right_top {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.border_left_right_bottom {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #757400;
}
a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-transform: none;
	font-weight: bolder;
	text-decoration: none;
	margin-right: 6px;
	margin-left: 6px;
}
a.menu:hover {
	color: #710900;
	text-decoration: none;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	font-weight: normal;
}
.content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	padding: 12px 24px;
	text-align: left;
	font-weight: normal;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #7C1C01;
	font-weight: bold;
	text-transform: capitalize;
}
.shadow_left {
	background-image: url(images/shadow_left_rpt.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.shadow_right {
	background-image: url(images/shadow_right_rpt.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
a.link_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #7C1C01;
	font-weight: normal;
	text-decoration: none;
}
a.link_body:hover {
	color: #761200;
	text-decoration: underline;
}
.border_top_bottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
