@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	background-image: url(images/main_bg.jpg);
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-position: center bottom;
	background-repeat: repeat-x;
}
.bg_underbannerhome {
	background-color: #FFF;
	background-image: url(images/bg_underbanner.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_contentmain {
	background-image: url(images/bg_belowcontentmain.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.maintable {
	background-color: #FFF;
	border: 1px solid #EAEAEA;
}
.bg_leftcol {
	background-image: url(images/bg_leftbar_sub.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_rightcol {
	background-image: url(images/bg_belowcontentsub.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bg_tabs {
	background: #FFFFFF url(http://www.fti-net.com/Library/images/hometab-content_bkgrd.gif) no-repeat left top;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
                height: 250px;
}


hr {
	background-color: #CCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	color: #9F0A0E;
}
a:visited {
	color: #AB2025;
}
a:hover {
	color: #A91E23;
}
a:active {
	color: #AA1F24;
}

html {
min-height: 100%;
height: auto;
}

.NavTab {
  background-image: url(/Library/tab_images/hometab-mid-off.gif);
  background-repeat: repeat-x;
  color: #FFFFFF;
  font-weight:bold;
  font-family: Tahoma;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.NavTabOn {
  background-image: url(/Library/tab_images/hometab-mid-on.gif);
  background-repeat: repeat-x;
  color: #CC0000;
  font-weight:bold;
  font-family: Tahoma;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}