html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
 pre,
a,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
 fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}
table,
tr,
th,
td,
img,
a img,
fieldset {
	border: 0px;
}
caption,
th,
td {
	text-align: left;
	font-weight: normal;
}
table,
td,
th {
	vertical-align: middle;
}
:focus {
	outline: none;
}
img {
	vertical-align: top;
}
html,
body {
	width: 100%;
	min-height: 100%;
	_height: 100%;
}
body {
	width: 100%;
	background: url(/images/body_bg_02.gif) repeat-x top left #141e0f;
	font: normal 13px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #dbd7c6;
	text-align: center;
}
a {
	color: #396c1b;
	text-decoration: underline;
}
a:hover {
	color: #889653;
	text-decoration: underline;
}
a.dotted {
	color: #396c1b;
	text-decoration: none;
	border-bottom: 1px dashed #396c1b;
}
a.dotted:hover {
	color: #889653;
	text-decoration: none;
	border-bottom: 1px dashed #889653;
}
h1 {
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #aaa823;
	text-transform: uppercase;
}
h2 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #aaa823;
	margin-top: 15px;
}
h3 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #aaa823;
}
h4 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #a27309;
	text-transform: uppercase;
}
h5 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #aaa823;
	text-transform: uppercase;
}
h5 a {
	color: #a39b7a;
}
h5 a:hover {
	color: #dcda38;
}
h6 {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #a27309;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
 //zoom: 1;
}
.page {
	min-width: 1000px;
	max-width: 1250px;
 _width: expression(document.body.clientWidth < 1002? "1000px" : document.body.clientWidth > 1252? "1250px" : "auto");
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
}
.flash {
	width: 100%;
	overflow: hidden;
	//zoom: 1;
}
p {
	padding-bottom: 12px;
}
.content  ul {
	display: block;
	list-style: none;
	padding-left: 30px;
}
.content  ul li {
	display: block;
	list-style: none;
	background: url(/images/white_dash_03.gif) no-repeat 0px 9px;
	padding-left: 15px;
}
