@charset "utf-8";
/* CSS Document */

* {
	margin: 0; padding: 0;	border: none; outline: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #414042;
	text-decoration: none;
	text-align: left;
}
h1 {
	font-size: 20px;
	line-height: 26px;
	padding: 0 15px 20px 15px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	line-height: 24px;
	padding: 0 15px 15px 15px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	line-height: 22px;
	padding: 0 15px 15px 15px;
}
h4 {
	font-size: 14px;
	line-height: 18px;
	padding: 0 15px 15px 15px;
	font-weight: normal;
}
h5 {
	font-size: 13px;
	line-height: 17px;
	padding: 0 15px 15px 15px;
	color: #c0af00;
}
p, li {
	font-size: 12px;
	line-height: 16px;
	padding: 0 15px 15px 15px;
}
ul, ol {
	margin-left: 50px;
	margin-bottom: 20px;
}
li {
	padding-bottom: 3px;
	padding-left: 0;
	color: #c0af00;
}
li p {
	padding-bottom: 0;
	color: #414042;
	font-weight: bold;
	padding-left: 10px;
}
a {
	color: #414042 !important ;
}
a:link {
	color: #414042 ;
}



h5  a{color: #414042;}

.grey{color: #414042;}
.clear {
	clear: both; line-height: 0; font-size: 0;
}
.txtyellow {
	color: #ffff33;
}
.txtlightorange {
	color: #ffcc00;
}
.txtgolden {
	color: #c0af00;
}
.txtred {
	color: #ed1c24;
}
p.quote {
	font-style: italic;
	text-align: center;
}
.imgleft {
	float: left;
	padding: 0 15px 15px 0;
}
.imgright {
	float: right;
	padding: 0 0 15px 15px;
}
.bigimgleftbg {
	float: left;
	background: url(../images/bigimgbg.png) left top no-repeat;
	width: 365px;
	height: 112px;
	padding: 13px;
	margin: -3px 10px 15px 0px;
}
hr {
	padding: 0;
	height: 1px;
	background-color: #fff;
	border: none;
	width: 100%;
	border-bottom: 1px solid #a7a9ac;
}
.center {
	text-align: center;
}
.txtright {
	text-align: right;
}