/*****************************************************************************/
/* BASIC HTML ELEMENT STYLES                                                 */
/*****************************************************************************/
a {color:#00659C;text-decoration:none;}
a:active, a:focus, a:hover {text-decoration:underline;}
a:visited {color:#00659C;}
body {background-color:#FFFFFF;margin:0em;font-family:Arial;font-size:80%;}
h1 {color:#000080;font-size:175%;}
h2 {color:#000080;font-size:125%;}
h3 {color:#8B0000;font-size:112.5%;}
h4 {color:#006400;font-size:100%;}
th {background-color:#00659C;color:#FFFFFF;}
td {vertical-align:top;}
/*****************************************************************************/
/* CLASS STYLES                                                              */
/*****************************************************************************/
/* Used for displaying an anchor as a block-level element */
a.cBlock {display:block;}
/* Container with padding for content so that it does not display flush with the edge of a pane */
div.cPaneContent {padding-left:0.5em;padding-right:0.5em;}
/* Paragraph with no line spacing above it. */
p.cZeroMargins {margin:0em;}
