/* Start of CMSMS style sheet 'Typography' */
/*---------------------
    GLOBAL
---------------------*/
 
body {
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 0.86em;
    line-height: 1.25em;
    color: #222;

}
 
/*---------------------
    TYPOGRAPHY
---------------------*/
 
h1 {
    font-size: 5em;
    margin: 0.9em 0;
    font-weight: bold;
    color:#FF0080;
}
h2 {
    font-size: 3em;
    font-weight: bold;
    line-height: 1.25em;
    margin: 20px 0 0.2em 0;
    color: #111;

    }
p+h2,ul+h2 {margin: 1.2em 0 0.2em 0;}
h3 {
    font-size: 1.3em;
    line-height: 1.5em;
    margin: 0 0 10px;
    color: #111;
    font-weight: bold;
    }
h4 {
    font-size: 1.1em;
    margin: 0 0 1em 0;
    color:#222;
    font-weight: bold;
    }

h5 {
    font-size:1em;
    font-weight: bold;
    color: #222;
    margin-bottom: 5px;
    line-height: 1em;
}

h3 strong, h4 strong, h5 strong {color: #900;}


h2 a, h3 a, h4 a {color: #6d6d6d;}
 
p {margin: 0 0 1em 0;}
 
/*---------------------
    LINKS
---------------------*/
 
a {
    color: #b53365;
    text-decoration: underline;
}
a:hover {text-decoration: underline;}
a:active {outline: none;}
a img {border: none;}
 
/*---------------------
    LISTS
---------------------*/
 
ul {list-style: square;}
ul a {color: inherit;}
 
ol li  {margin: 0.4em 0.5em;}
 
/*---------------------
    TABLES
---------------------*/
 
thead {font-size:1.2em; color: #333;}
tbody {background-color: #fff;}
 
td {
    padding:10px;
    color: #333;
    border-bottom:1px solid #444;
    line-height: 1.4em;
}
 
/*---------------------
    OTHER
---------------------*/
 
/*---------------------HORIZONTAL LINE */
hr {
    margin-bottom: 10px;
    margin-top: 0;
}
 
/*---------------------DATA TABLES */
dt{
    float: left;
    clear: left;
    font-weight: bold;
    margin: 0 0 1em 1em;
    width: 55px;
    color: #000;
}
dd {
    display: block;
    margin: 0 0 1em 0;
    padding-left: 75px;
}
 
/*---------------------BLOCKQUOTE */
blockquote {
    margin: 0.5em 0;
    padding: 1.5em;
    background: #F5F8E2;
    color: #000;
}
blockquote h2, blockquote h3,blockquote h4, blockquote a {color: #000;}
blockquote p {}
 
/*---------------------CODE VIEW */
code {
    background: #F0F0F0;
    color: #000;
    font-size: 1.1em;
}
pre {
    background: #333;
    font-size:1.2em;
    line-height:1.4em;
    color: #eaeaea;
    padding: 1em;
    margin: 0.5em 0;
    font-family: Verdana, Helvetica, sans-serif;
}
/* End of 'Typography' */

