/* Start of CMSMS style sheet 'Typography' */
/*---------------------
    GLOBAL
---------------------*/
 
body {
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 0.8em;
    line-height: 1.25em;
    color: #d7d6d6;
}
 
/*---------------------
    TYPOGRAPHY
---------------------*/
 
h1 {
    font-size: 39px;
    margin: 0 0 -5px;
    font-weight: normal;
    font-family: georgia, times, serif;
    color: #fff;
    line-height: 35px;
}

span.highlight {color: #fd7a7a; font-family: Georgia, Arial, serif;}
span.larger {font-family: Georgia, Arial, serif;}

h2 {
	font-family: georgia, times, serif;
    font-size: 2.25em;
    line-height: 1.25em;
    margin: 0em 0 0.2em 0;
    color: #fff;
    font-weight: normal;
    }
p+h2,ul+h2 {margin: 1.2em 0 0.2em 0;}
h3 {
	font-family: Georgia, times, serif;
    font-size: 1.5em;
    line-height: 1.25em;
    margin: 0 0 0.5em 0;
    color: #fd7a7a;;
    font-weight: normal;
    }
h4 {
	font-family: Georgia, times, serif;
    font-size: 1.5em;
    margin: 0 0 0.3em 0;
    color: #fff;
    font-weight: normal;
    }
h2 a, h3 a, h4 a {color: #fff; text-decoration: none;}
 
p {margin: 0 0 1em 0;}

.contactPage {margin-left: 20px; font-family: Georgia, Arial, serif;}
.contactPage .highlight {font-size: 15px;}
.contactPage .larger {font-size: 22px;}

 
/*---------------------
    LINKS
---------------------*/
 
a {
	outline: none;
    color: #fff;
    text-decoration: underline;
}
a:hover {text-decoration: none;}
a:active {outline: none;}
a img {border: none;}
 
/*---------------------
    LISTS
---------------------*/
 
ul {list-style: square;}
ul a {color: #fff;}
 
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 {
    border: none;
    height: 5px;
    margin: 1em;
    clear: both;
}
.hr hr {display: none;}
hr.thin {margin: -0.3em 0 0.5em 0;}
hr.black {border-color: #000;}
 
/*---------------------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' */

