@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #3E0000;
	line-height: 22px;
}
.footertxt {
	font-size: 11px;
	color: #571500;
	text-shadow: 0px 1px 0px #f19400;
}
A.link5g, A.link5g:active, A.link5g:visited {
	font-size: 11px;
	color: #571500;
	text-shadow: 0px 1px 0px #f19400;
	text-decoration: none;
      }
A.link5g:hover {
	font-size: 11px;
	color: #ffd800;
	text-decoration: none;
      }
A.link6g, A.link6g:active, A.link6g:visited {
	color: #333;
	text-shadow: 0px 1px 0px #e3e3e3;
	text-decoration: none;
      }
A.link6g:hover {
	color: #333;
	text-shadow: 0px 1px 0px #e3e3e3;
	text-decoration: none;
      }
.scroller {
	background-image: url(images/roktabs-bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.arrow {
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 2px;
	color: #333;
	text-shadow: 0px 1px 0px #e3e3e3;
}
.arrow2 {
	color: #333;
	text-shadow: 0px 1px 0px #e3e3e3;
}
h1 {
	font-size: 14px;
	color: #BC2E00;
	text-indent: 22px;
	background-color: #FC9;
	padding-top: 5px;
	padding-bottom: 5px;
}
.vert-line {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
#tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:0px solid #666;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("images/left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("images/right.png") no-repeat right top;
	padding:6px 15px 4px 6px;
	margin-right:2px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}
.small-txt {
	font-size: 10px;
}

