/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXX    GLOBAL STYLES      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
	color: #0d0d0d;
	line-height: 24px;
	font-weight: 400;
}
a {
	color: #414040;
}
a:hover {
	color: #000000;
}

img {
    margin: 0px;
    background-color: #DDDDDD;   
}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXX    HEADER STYLES      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

.page_header_title, h1 {
    font-family: 'Roboto Condensed', sans-serif;    
    color: #000;
    font-size: 4em;
    font-weight: 200;
    letter-spacing: -.5px;
    line-height: 1.4em;
    padding-bottom: 10px;
    margin: 0px;
}
.page_subheader_title, h2 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #444;
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: -.5px;
    padding: 10px 0px;
    margin: 0px;
    display: block;
    text-transform: uppercase;
}
.page_sub_subheader_title, h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #bf1409;
    font-size: 2em;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: .02em;
    padding-bottom: 5px;
    margin: 0px;
    display: block;
}
.page_sub_subheader_title, h4 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #bf1409;
    font-size: 1.75em;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: .02em;
    padding-bottom: 5px;
    margin: 0px;
    display: block;
}
.page_sub_subheader_title, h5 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    font-size: 1.35em;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: .02em;
    padding-bottom: 5px;
    margin: 0px;
    display: block;
    text-transform: uppercase;
}
.page_sub_subheader_title, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: .02em;
    padding-bottom: 5px;
    margin: 0px;
    display: block;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXX    BODY TEXT STYLES      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.image_text h1, .image_text h2, .image_text h3, .image_text h4, .image_text h5, .image_text h6 {
    color: #ffffff;
}