BODY {
    font-family      : Arial, Sans-Serif;
    font-style       : normal;
    font-variant     : normal;
    font-size        : 10pt; 

    color            : black;
    background-color : white;
    background-image : none;

    word-spacing     : normal;
    letter-spacing   : normal;
    line-height      : normal;

    text-decoration  : none;
    text-transform   : none;
    text-align       : left;
    text-indent      : 0;

    margin           : 1px;
    margin-right     : 5%;
}

A {
    text-decoration  : none;
}

A:link {
    color            : #AA0000;
}

A:visited {
    color            : #AA0000;
}

A:hover {
    text-decoration  : none;
    color            : blue;
}

P {
    text-align       : justify;
}

.fixed {
    font-family      : "Courier New", Monotype;
}

H1 {
    font-weight      : bold;
    font-size        : 12pt;  
}

H2 {
    font-weight      : bold;
    font-size        : 10pt;
    color            : lightblue;
}

UL {
    list-style-type  : square;
}

OL {
    list-style-type  : decimal;
}

UL.small {
    font-size        : 8pt;
}

LI {
    text-align       : justify;
}

/*************************************/ 
/* Takes care of trouble with Tables */
/*************************************/
TABLE {
    font-family      : Arial, Sans-Serif;
    font-style       : normal;
    font-variant     : normal;
    font-weight      : normal;
    font-size        : 10pt;
    text-align       : justify;
}

TABLE H1 {
    font-family      : Arial, Sans-Serif;
    font-style       : normal;
    font-variant     : normal;
    font-weight      : bold;
    font-size        : 12pt;  
}

TABLE H2, H3, H4, H5, H6 {
    font-family      : Arial, Sans-Serif;
    font-style       : normal;
    font-variant     : normal;
    font-weight      : bold;
    font-size        : 12pt;  
    margin           : 0em;
}

TABLE UL {
    font-family      : Arial, Sans-Serif;
    font-style       : normal;
    font-variant     : normal;
    font-weight      : normal;
    font-size        : 10pt;
}

TABLE OL {
    font-family      : Arial, Sans-Serif;
    font-style       : normal;
    font-variant     : normal;
    font-weight      : normal;
    font-size        : 10pt;
    list-style-image : none;
    list-style-type  : decimal;
}
 


/**********************/ 
/* Indentation levels */
/**********************/
DIV.listnoindent {

}

DIV.listnoindent UL {
    margin-left      : 0;
    padding-left     : 0;
    position         : relative;
    left             : -20px;
    top              : auto;
}
