UL {
        text-align: justify;
}

TH {
        color: yellow;
        background-color: #314c84;
        font-size: 10pt;
}

TD {
        color: #000000;
        font-size: 10pt;
        font-family: Verdana,Helvetica;
}

P {
        color: #000000;
}

H6 {
        font-size: 8pt;
        text-align: center;
}

H4 {
        font-size: 10pt;
        color: blue;
        text-align: left;
}

H3 {
        font-weight: bold;
        font-size: 8pt;
        color: yellow;
        text-align: center;
}

H1 {
        font-family: Verdana,Helvetica;
        font-style: none;
        font-weight: bold;
        text-decoration: none;
        font-size: 15px;
        color: #000000;
}

BODY {
	  	SCROLLBAR-FACE-COLOR: #FFFFFF;
		SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
		SCROLLBAR-SHADOW-COLOR: #000000;
		SCROLLBAR-3DLIGHT-COLOR: #EFEFD6;
		SCROLLBAR-ARROW-COLOR: #C0C0C0;
		SCROLLBAR-TRACK-COLOR: #FFFFFF;
		SCROLLBAR-DARKSHADOW-COLOR: #000000;
        color: #526B84;
        margin: 0 0px;
        font-family: Verdana,Helvetica;
        font-size: 10pt;
        background-color: #FFFFFF;
}

A:link {
        color: #000000;
        font-weight: none;
        text-decoration: none;
}

A {
        font-weight: normal;
        text-decoration: none;
        color: #10475D;
}

A:visited {
        color: #000000;
        font-weight: none;
}

A:hover {
        color: #FF0000;
        font-weight: none;
}