@import url("global.css");
@import url("header.css");
@import url("navigation.css");
@import url("top.css");
@import url("mid.css");
@import url("footer.css");
body {
	background-color: #FF9933;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #035d03;
	background-image: url(/pic/BackgroundBar.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 24px;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	text-transform: uppercase;
}
h3 {
	font-size: 10px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 8px;
	text-transform: uppercase;
}
body a:link {
	color: #035d03;
	font-weight: bold;
}
body a:visited {
	color: #035D03;
	font-weight: bold;
}
body a:hover {
	font-weight: bold;
	color: #00FF00;
}
/*td.h {
	margin: 0px;
	padding: 0px;
	background-image: url(/pic/tbl_h.gif);
	background-position: bottom;
}
td.hg {
	background-image: url(/pic/tbl_hg.gif);
	width: 22px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 22px;
	background-position: bottom;
}
td.hd {
	background-image: url(/pic/tbl_hd.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	width: 23px;
	background-position: bottom;
}

td.g {
	background-image: url(/pic/tbl_g.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 22px;
}
td.d {
	background-image: url(/pic/tbl_d.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
td.b {
	background-image: url(/pic/tbl_b.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}
td.bg {
	background-image: url(/pic/tbl_bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 23px;
}
td.bd {
	background-image: url(/pic/tbl_bd.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}*/


td.h {
	margin: 0px;
	padding: 0px;
	background-color: #F26521;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #035d03;
}
td.hg {
	width: 22px;
	margin: 0px;
	padding: 0px;
	height: 22px;
	background-color: #F26521;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #035d03;
	border-left-color: #035d03;
}
td.hd {
	padding: 0px;
	margin: 0px;
	width: 23px;
	background-color: #F26521;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #035d03;
	border-right-color: #035d03;
}
td.g {
	margin: 0px;
	padding: 0px;
	width: 22px;
	background-color: #F26521;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #035d03;
}
td.d {
	margin: 0px;
	padding: 0px;
	background-color: #F26521;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #035d03;
}
td.b {
	margin: 0px;
	padding: 0px;
	background-color: #F26521;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #035d03;
}
td.bg {
	margin: 0px;
	padding: 0px;
	height: 23px;
	background-color: #F26521;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #035d03;
	border-left-color: #035d03;
}
td.bd {
	margin: 0px;
	padding: 0px;
	background-color: #F26521;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #035d03;
	border-bottom-color: #035d03;
}
form {
	margin: 0px;
}
