a:link, a:active, a:visited {
  font-family: 'hackmanlight', Georgia, Arial, Tahoma, verdana, helvetica, sans-serif;
	font-size: 13px;
	color: #00afef;
	font-weight: normal;
	text-decoration: none;
  outline: 0;
}
a:hover {
	color: #000;
  font-family: 'hackmanlight', Georgia, Arial, Tahoma, verdana, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
  outline: 0;
}

p {
  margin: 2px 0px 8px 0px;
}
img {
  margin: 0px;
  display: block;
  border: 0px;
}

.txt {
  font-family: Georgia, Arial, Tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #4b4b4b;
}
.txtpadd {
  font-family: Georgia, Arial, Tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #4b4b4b;
	padding: 3px 0px 0px 0px;
	vertical-align: top;
}
.txtside {
  font-family: Georgia, Arial, Tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #4b4b4b;
}
.txterr {
	color: #b82407;
}
.txtemp {
  font-family: Georgia, Arial, Tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #4b4b4b;
	line-height: 1.2;
}
.txtnote {
  font-family: Georgia, Arial, Tahoma, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

hr {
  border: 0px;
  height: 1px;
  color: #474543;
  background-color: #474543 ;
  margin: 15px 0px;
}

h1 {
  font-family: 'TrajanProBold', Arial, Tahoma, verdana, helvetica, sans-serif;
	font-size: 70px;
	font-weight: normal;
  text-transform: uppercase;
	color: #35322d;
  margin: 30px 0px 30px 0px;
  padding: 0px;
  line-height: 75px;
  text-align: center;
}
h2 {
  font-family: 'hackmanbold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  text-decoration: none;
}
h3 {
  font-family: 'TrajanProRegular', Arial, Tahoma, verdana, helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #35322d;
  margin: 35px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  text-transform: none;
  line-height: 22px;
}
h4 {
  font-family: Arial, Tahoma, verdana, helvetica, sans-serif;
	font-weight: normal;
	color: #a1a3a3;
	font-size: 13px;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-transform: none;
  line-height: 1.2;
}

td {
  font-family: Georgia, Arial, Tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #4b4b4b;
  line-height: 18px;
}
ul, ol, li {
  font-family: Georgia, Arial, Tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #4b4b4b;
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
}
ul {
	margin: 4px 0px 4px 0px;
	padding: 0;
	list-style: none;
}
ol {
	margin: 1px 0px 4px 10px;
	padding: 0px;
}
ul li {
	background-image: url(/images/icon_list.png);
	background-position: 0px 5px;
  background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 2px 15px;
}
ol ul li {
	background-image: url(/images/icon_list.png);
	background-position: 0px 2px;
  background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
ol li {
	margin-left: 20px;
	padding: 1px 0px 1px 0px;
  background: none;
}

.ibox, .iarea {
  font-family: Georgia, Arial, Tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #a5a093;
	background-color: #fff;
	color: #969696;
  padding: 9px 7px 9px 7px;
}
.btn {
  font-family: Georgia, Arial, Tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #650d0e;
	border: 1px solid #650d0e;
	color: #fff;
	padding: 8px 15px;
}

.tbl_table {
  border-bottom:5px solid #f1f1f1;
}
.tbl_header {
	font-family: Georgia, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
  color: #4b4b4b;
  padding: 7px 5px;
  background: #f0f0f0;
  border-bottom: 1px solid #e4e4e4;
  line-height: 1.2;
  min-height:30px;
}
.tbl_td, .tbl_td_borders {
	font-family: Georgia, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
  color: #4b4b4b;
  padding: 7px 5px;
  border-bottom: 1px solid #e4e4e4;
  line-height: 1.2;
  min-height:30px;
}
.tbl_td_borders {
  border-top: 1px solid #e4e4e4;
}
.tbl_td p {
  margin: 0px !important;
  padding: 0px !important;
}

.img_normal {
  border: 1px solid #fff;
  margin: 0px;
}
.img_right {
  float: right;
  margin: 0px 0px 10px 10px;
}
.img_left {
  float: left;
  margin: 0px 10px 10px 0px;
}
.img_center {
  border: 0px none;
  margin: 0px auto;
}

.clear {
  clear: both;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 0px;
}

