/* print.css 2011 */

/*-- 1.01 Default typography --*/

/*-- #region --*/
body {
    color: #555;
    font: normal 75%/1.5em arial, helvetica, sans-serif; /*12px*/
    
}

h1, .Fs1 {
    color: #666;
    font: bold 1.5em/1.25em century gothic, arial, helvetica, sans-serif; /*26px*/
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

h2, .Fs2 {
    color: #666;
    font: bold 1.4em/1.25em century gothic, arial, helvetica, sans-serif; /*17px*/
    margin: 0 0 10px 0;
    padding: 12px 0 0;
    text-transform: uppercase;
}

h3, .Fs3 {
    background: #ededed;
    color: #666;
    font: bold 1.2em/1.25em arial, helvetica, sans-serif; /*14px?*/
    margin: 0 0 6px 0;
    padding: 0 0 0 10px;
    text-transform: uppercase;
}

h4, .Fs4 {
    border: none;
    color: #666;
    font: bold 1.1em/1.25em century gothic, arial, helvetica, sans-serif; /*14px*/
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

h5, .Fs5 {
    color: #666;
    font: bold 1em/1em arial, helvetica, sans-serif; /*12px*/
    margin: 0 0 4px 0;
    text-transform: uppercase;
}

h6, .Fs6 {
    color: #666;
    font: bold 1em/1em arial, helvetica, sans-serif; /*12px*/
    margin: 0 0 2px 0;
    text-transform: uppercase;
}

p {
    margin: 0.5em 0 1em 0;
}

strong {
    color: #848484;
    font-weight: bold;
}

em {
}

strong a {
    color: #848484;
    text-decoration: none;
}

strong a:hover {
    color: #848484;
    text-decoration: underline;
}

a {
    color: #3cc;
    text-decoration: none;
}

a:hover {
    color: #3cc;
    text-decoration: underline;
}

/*-- #endregion --*/

/*-- 1.02 Append link href --*/

/*-- #region --*/
.ContentStyle1 a:link:after,
.ContentStyle1 a:visited:after,
.ContentStyle1 a:hover:after,
.ContentStyle1 a:active:after {content: " (" attr(href) ") "; color: grey; font-style: italic; font-weight: normal;}
/*-- #endregion --*/

/*-- 1.03 Print none --*/

/*-- #region --*/
.Header,
.Footer,
.Btn,
.Ovy a.close {
    display: none;
}
/*-- #endregion --*/
