BODY {
    font-size: 12pt;
}

DIV.center {
    font-size: 14pt;
    font-style: italic;
    font-weight: bold;
    color: #004242;
    text-align: center;
}

H1 {
    font-size: 250%;
    font-weight: bold;
    text-decoration: underline;
	text-align: center;
    color: #390264;
}
H2 {
    font-size: 200%;
    font-weight: bold;
    text-decoration: underline;
    color: #7908d0;
}
H3 {
    font-size: 150%;
    font-weight: bold;
    color: #9818fa;
}
H4 {
    font-size: 100%;
    font-weight: bold;
}
H5 {
    font-size: 100%;
    font-weight: bold;
    font-style: italic;
}
H6 {
    font-size: 90%;
    font-weight: normal;
    font-style: italic;
}

LI {
    font-size: 12pt;
    list-style-type: square;
}
LI LI {
    font-size: 12pt;
    list-style-type: disc;
}
LI LI LI {
    font-size: 12pt;
    list-style-type: circle;
}

PRE {
    font-family: monospace;
    color: #1155ff;
}

SPAN.copyright {
    font-size: 10pt;
	font-style: italic;
}
SPAN.field {
	font-weight: bold;
	color: #663366;
}
SPAN.heading {
    font-size: 12pt;
    font-weight: bold;
    color: #004242;
}

TABLE {
    font-family: verdana;
    font-size: 10pt;
    border: 1px solid darkblue;
}
TH {
    background: #ddffdd;
    text-align: center;
    font-weight: bold;
    border: 1px solid darkblue;
}
TD {
    border: 1px solid darkblue;
}


