@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	background-image: url(bg_tile.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bg_spicy_orange {
	background-color: #90341e;
}
.bg_bar_horz {
	background-image: url(bar.png);
	background-repeat: repeat-x;
	background-position: center;
}

.bg_bar_vert {
	background-image: url(bar.png);
	background-repeat: repeat-y;
	background-position: center;
}
.bg_body_top {
	background-image: url(bg_body_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bg_body_bottom {
	background-image: url(bg_body_bottom.png);
	background-repeat: repeat;
	background-position: center top;
}
.bg_body_left {
	background-image: url(bg_body_left.png);
	background-repeat: repeat-y;
	background-position: right;
}
.bg_body_right {
	background-image: url(bg_body_right.png);
	background-repeat: repeat-y;
	background-position: left;
}
.bg_header {
	background-image: url(bg_header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.txt_Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}
.txt_sub_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}
.txt_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.txt_small_print {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.txt_small_print_wht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
}
div.hr {
  height: 1px;
  background: #9fae39;
}
div.hr hr {
  display: none;
}
a:link { color: #9fae39; }
a:visited { color: #9fae39; }
a:hover { color: #9fae39; }
a:active { color: #9fae39; }