body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 15px;
}

h1, h2, h3, p, ul, ol, li {
    margin: 0;
    padding: 0;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    vertical-align: middle;
    font-weight: normal;
}

.black {
    color: #000
}

.orange {
    color: #f4ac11
}

.pad_top {
    padding: 15px 0 0 0
}

.pad_top2 {
    padding-top: 3px !important
}

.pad_top3 {
    padding-top: 6px !important
}

.title {
    color: #9e9e6b;
}

a {
    color: #fff;
    outline: none;
    text-decoration:none;
}

a:hover {
    text-decoration: none;
}

.non_underline {
    text-decoration: none !important
}

.non_underline:hover {
    text-decoration: underline
}

h1 {
    font-size: 30px;
    font-weight: normal;
    position: relative;
    line-height: 1.2em;
    margin-bottom: 20px;
    border-bottom: 1px solid #282828;
    text-transform: uppercase;
    padding: 0 0 0px 0
}

h2 {
    font-size: 17px;
    font-weight: normal;
    position: relative;
    line-height: 1.2em;
    margin-bottom: 20px;
    border-bottom: 1px solid #282828;
    text-transform: uppercase;
    padding: 0 0 8px 0
}

h3 {
    font-size: 13px;
    margin-bottom: 19px;
    font-weight: normal;
    text-transform: uppercase
}

h4 {
    font-size: 30px;
    font-weight: normal;
    position: relative;
    line-height: 1.2em;
    margin-bottom: 20px;
    border-bottom: 1px solid #282828;
    text-transform: uppercase;
    padding: 0 0 0px 0
}

h5 {
    font-size: 1.64em;
    font-weight: bold;
    background: url(../img/title_bg.gif) no-repeat 0% 0%;
    width: 248px;
    height: 39px;
    padding: 13px 0 0 24px
}

h6 {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase
}

h6 a {
	text-decoration: none;
}

h6 a:hover {
	text-decoration: underline;
}

.link1 {
    font-size: 10px;
    color: #9e9e6b;
    text-decoration: underline;
    font-weight: bold;
    text-transform: uppercase
}

.link1:hover {
    text-decoration: none;
}

.white {
    color: #fff
}

.txt1 {
    text-transform: uppercase;
    font-size: 10px;
    color: #9e9e6b
}

.blue {
    color: #1f73d2;
}

.link {
    text-decoration: underline;
    display: inline-block;
    margin-left: 10px
}

.link:hover {
    text-decoration: none
}

.grey {
    color: #484848
}

.no_bord {
    border: none !important
}

.date {
    color: #1f73d2;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 3px;
}