/*================================================== TYPOGRAPHY STYLES */
/*
    CSS Document for GlaxoSmithKline Annual Review 2009
    Build: Oliver Long on behalf of SAS - 18/01/2010
*/

body
{
    font-family: Arial, Sans-Serif;
    font-size: 100%;
    line-height: 0.94em; /* 15px */
}

/*--------------------------------------------------=> HEADERS */
/* H1 */
h1
{
    font-size: 1.38em; /* 22px */
    font-weight: bold;
    line-height: 20px;
}

/* H2 */
h2
{
    font-size: 0.75em; /* 12px */
    font-weight: bold;
    line-height: 17px;
}


/*--------------------------------------------------=> CONTENT ELEMENTS */
/*-------------> Paragraph */
p
{
    font-size: 0.75em; /* 12px */
    line-height: 20px;
}

p#site_title
{
    font-size: 0.94em;
    font-weight: bold;
}

/*-------------> Links */
a
{
    text-decoration: none;
}

a.print
{
    font-size:0.75em;
}

/*-------------> Lists */
li
{
    font-size: 0.75em; /* 11px */
}

#footer li
{
    font-size: 0.71em; 
}


/*-------------> Misc */

.quote_name
{
    font-weight: bold;
    font-style: italic;
}

/*--------------------------------------------------=> MASTER LAYOUT */

/*--------------------------------------------------=> NAVIGATION */
/* Main navigation */
#col_nav_left li
{
    font-size: 0.75em;
}

/*--------------------------------------------------=> UTILITY CLASSES */
.uppercase
{
    text-transform: uppercase;
}

.halfwidth_right
{
    text-align: right;
}

.clearer, .spacer
{
    line-height: 0;
    font-size: 0;
}



