/* styles.css                           */
/* September 1, 2009                   */
/*                                      */
/* Title paragraphs                     */
P.TITLE {
    font-family:        "garamond";
    font-size:          18 pt;
    font-weight:        bold;
    color:              #6600CC;
    margin:             10px 0px 10px;
}

P.SUBTITLE {
    font-family:        "garamond";
    font-size:          14pt;
    font-style:    	italic;
    font-weight:	bold;
    color:              #6633CC;
    margin-left:        5px;
    margin-right:       5px;
    margin-top:         10px;
}

/* Normal paragraphs                    */
P.NORMAL {
    font-family:        "garamond";
    font-size:          12pt;
    color:              #000000;
    margin-left:        5px;
    margin-right:       5px;
    margin-top:         10px;
}

/* Links (default)                      */
A:link {
    text-decoration:    underline;
    color:              #3333FF;
    background:         transparent;
}

/* Active links                         */
A:active {
    text-decoration:    underline;
    color:              #0000FF;
    background:         transparent;
}

/* Visited links                        */
A:visited {
    text-decoration:    underline;
    color:              #1E90FF;
    background:         transparent;
}

/* Hovering links                       */
A:hover {
    text-decoration:    underline;
    color:              #0000FF;
    background:         transparent;
}

/* Table standard                       */
TABLE {
    margin:             2px 0px 0px;
}

/* Top table data cells                 */
TD.TOP {
    background:         #FFFFFF;
}

/* left table data cells                */
TD.LEFT {
    background:         #4169E1;
}

/* even table data cells                */
TD.EVEN {
    background:         #FFFFFF;
}

/* odd table data cells                 */
TD.ODD {
    background:         #DCDCDC;
}

/* normal list entries					*/
LI.NORMAL {
    font-family:        "garamond";
    font-size:          13pt;
    color:              #000000;
    margin-left:        5px;
	margin-right:       5px;
	margin-top:         10px;
}