body {
	background-color: #bfbfbf;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.Bttl {
	font-size: 14px;
	color: #FF3300;
	font-weight: bold;
}

a.BrCr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ED7507;
	text-decoration: none;
}

#tblHead {
	background-color: #FFFFFF;
}
#tblHead2 {
	background-color: #EAEAE7;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#tblHead3 {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.tdr {
	background-color: #BFBFBF;
	background-image: url(../images/bg3.gif);
	background-repeat: repeat-x;
}
#tblfoot {
	background-color: #EAEAE7;
	border: 2px solid #FFFFFF;
}
.footl {
	background-color: #BFBFBF;
	background-image: url(../images/bg_foot_l.gif);
	background-repeat: repeat-x;
}
.footr {
	background-color: #BFBFBF;
	background-image: url(../images/bg_foot_r.gif);
	background-repeat: repeat-x;
}
#tblHBanner {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#tblHomeBanner {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
a.Tmnu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
a.Tmnu:hover {
	color: #FF9900;
}
.TmnuSel {
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#tblBread {
	background-color: #FFFFFF;
	border: 1px solid #DEDEDE;
}
a.BrCr:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ED7507;
	text-decoration: underline;
}
.BrCr {
	color: #444444;
	font-size: 10px;
}
a.home {
	background-image: url(../images/home1.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.home:hover {
	background-image: url(../images/home2.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
a {
	color: #ED7507;
}
.srch {
	background-image: url(../images/srch_bg.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 138px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 20px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#search_box {
	width: 155px;
	height: 17px;
	background: url(../images/srch_bg.gif);
	background-repeat: no-repeat;
}
#search_box #s {
	float: left;
	padding: 0;
	margin: 1px 0 0 20px;
	border: 0;
	width: 110px;
	background: none;
	color: #666666;
	font-size: 9px;
}
#search_box #go {
	float: right;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.arrowlistmenu{
	width: 150px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 11px Arial;
	color: white;
	margin-bottom: 10px;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background-color: black;
	background-image: url(../images/titlebar.jpg);
	background-repeat: repeat-x;
	background-position: left;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../images/titlebar-active.jpg);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #A70303;
	background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-align:left;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 10px;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
th {
	color: #333333;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-image: url(../shade.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.td1 {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

.alt {
	background: #F5FAFA;
	color: #797268;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;

}
.tdNav {
	background-color: #f5f5f5;
	height: 20px;
	width: 20px;
	border: 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	margin: 2px;
}
.tdNavH {
	background-color: #333333;
	height: 20px;
	width: 20px;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin: 2px;
	cursor: pointer;
}
.Bttl2 {
	font-size: 14px;
	color: #FF3300;
}
