
/* Content */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

body {
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 120%;
    font-weight: normal;
    color: #454545;
    background: url('../images/bg_pattern.png') #fff;
}
h1 {
    font-size: 34px;
    line-height: 36px;
    margin: 0px 0 12px 0;
    font-weight: bold;
}
h2 {
    font-size: 28px;
    line-height: 30px;
    margin: 0px 0 21px 0;
    text-transform: uppercase;
    font-weight: 600;
}
h3 {
    font-size: 22px;
    line-height: 24px;
    margin: 0px 0 22px 0;
    font-weight: 600;
}
h4 {
    font-size: 20px;
    line-height: 130%;
    margin: 0px 0 22px 0;
    font-weight: 600;
	color: #808080;
}
h5 {
    font-size: 14px;
    line-height: 16px;
    margin: 0px 0 25px 0;
    text-transform: uppercase;
    font-weight: 600;
}
p {
    padding-bottom: 12px;
    margin: 0 0 5px 0;
}
ul,
ol {
    padding: 0 0 0px 0px;
    list-style: disc inside;
}

hr {
    margin: 0;
    padding: 0;
    border: none;
    height: 20px;
    display: block;
    border-top: #d5d5d5 1px solid;
}