/* Start of CMSMS style sheet 'DLv03-All' */
/* Elements -------------------- */

body
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    color: #000;
    background-color: #fff;
    margin: 0 auto;
}

div
{
    margin: 0;
    padding: 0;
}

img { border: none 0; }

h2 { font-size: 12pt; }
h3 { font-size: 11pt; }
h4 { font-size: 10pt; }
h5 { font-size: 9pt; }
h6 { font-size: 8pt; }

ul li { list-style-type: square; }
ol li { list-style-type: decimal; }

table
{
    border-collapse: collapse;
    margin: 10px;
}

th, td
{
    padding: 5px;
    vertical-align: top;
    text-align: left;
    border: solid 1px #999;
}

th
{
    background-color: #454545;
    color: #fff;
}

/* Classes -------------------- */

.clear { clear: both; }
.darkGray { color: #323232; }
.accessibility { display: none; }
/* End of 'DLv03-All' */

