/* 
Description: Text format stylesheet for Emjoi Microsite
Author: James Diacono (jd@thefarmdigital.com.au)
Date created: 18th of January, 2010
*/
    
body {
    font:12px Arial,sans-serif;
    color:#525252;
    }

/*
Header
*/
    
/*
Body
*/

#body h2 {
    font-size:3em;
    margin-top:1.1em;
    margin-bottom:0.4em;
    font-weight:normal;
    }

#body h3 {
    font-size:1.2em;
    font-weight:bold;
    margin-top:1.4em;
    margin-bottom:0.4em;
    }

#body h4 {
    font-size:1.1em;
    font-weight:bold;
    margin-top:1em;
    margin-bottom:0.1em;
    }

#body p {
    margin-bottom:0.6em;
    line-height:1.4em;
    }

#body a {
    color:#525252;
    }

#body a.fancy {
    text-decoration:none;
    font-size:1.1em;
    font-weight:bold;
    }

/*
Footer
*/

#footer {
    font-size:0.9em;
    text-align:right;
    }

#footer,
#footer a {
    color:#b1b1b1;
    text-decoration:none;
    }
    
/*
Miscellaneous elements and classes
*/
sup {
    position:relative;
    top:-0.5em;
    font-size:0.7em;
    }
    
/* Ensure all product codes are uppercase */
.code {
    text-transform:uppercase;
    }

