/* ----------------------- START BASE FONT FORMATS ----------------------- */
/* All fonts */
body {
    font-family: Arial,Helvetica,sans-serif;
    color: #444;
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.2em;
    font-size: 13px;
}
/* ---------- SIZES ---------- */
h1 {font-size: em ;}
h2 , .contentpagetitle , .componentheading {font-size: 2em ;}
h3 {font-size: 1.75em ; }
h4 {font-size: 1.5em ;}
h5 {font-size: 1.25em ;}
h6 {font-size: 1em ;}
p {font-size: 1em ;}

/* ---------- LINE HEIGHTS ---------- */
h1 , h2 , .contentpagetitle , .componentheading ,h3 , h4 , h5 , h6 { line-height: 1em ; margin-bottom: 1em ; }
p {line-height: 1.3em; margin-bottom: 1.3em;}
li {line-height: 1.3em ;}

/* ---------- COLOR ---------- */
h1 , h2 , .contentpagetitle  , .componentheading , h3 , h4 , h5 , h6 , a { color: #2F5373 ;}

/* ---------- WEIGHTS ---------- */
a {font-weight: bold ; }
a:hover {text-decoration: underline ; }
a.simply_extern:hover , a.simply_intern:hover {text-decoration: underline !important; }
h1 , h2 , .contentpagetitle  , .componentheading , h3 , h4 , h5 , h6 { font-weight: normal ;}

/* ---------- OTHER FORMATS ---------- */
.contentpagetitle { display: block;}
ul , ol { list-style-type: none ; }
h3 {margin-bottom: em ;}

/* ----------------------- END BASE FONT FORMATS ----------------------- */

/* ----------------------- START SECTION SPECIFIC FONT FORMATS ----------------------- */
#header a { color: white ; font-weight: normal ;}
#featured #slideshow h2 { font-size: 1.5em; line-height: 1em; color: orange ;font-weight: bold;}
#content #article ol , #content #article ul {margin: .5em 1em 1em 2em ; list-style-type: disc;}
#content #right .moduletable h3 { padding:0 !important;  margin:0 !important;  font-size: 1.25em ; }
#content #addcomments {font-size: .7em; color: #bbb;}
#columns h2 , #columns h3 { font-size: 1.75em ; border-bottom: 1px solid; line-height: 1em ; margin-bottom: 1em;}
#footer a { color: orange ;}
#vmMainPage h2 {margin-top: 1em ; }
/* ----------------------- END SECTION SPECIFIC FONT FORMATS ----------------------- */