FONT
{
    FONT-SIZE: small! important;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
BODY
{

    FONT-FAMILY: Arial, Helvetica, sans-serif;
}

a
{
	text-decoration:underline;
	color: #b10014;
}

A:hover
{
    COLOR: #cdcdcd;
    TEXT-DECORATION: none;
}


.text
{
    color: black;
    FONT-WEIGHT: 400;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}

.text a
{
	text-decoration:underline;
	color: #000000;
}

.text A:hover
{
    COLOR: white;
    TEXT-DECORATION: none;
	background-color:#000000
}

.text P
{

	TEXT-ALIGN: left! important;
	text-indent: .5em
}

UL
{
	LIST-STYLE-POSITION: outside! important;
		TEXT-ALIGN: left! important;
    COLOR: white;
}
OL
{
    LIST-STYLE-POSITION: outside! important
}
OL LI {
	LIST-STYLE-TYPE: decimal! important ;
	LIST-STYLE-POSITION:outside! important ;
	    COLOR: white;

}
LI
{
    LIST-STYLE-POSITION: outside! important;
    LIST-STYLE-TYPE: square! important;
		TEXT-ALIGN: left! important;
    COLOR: white;
}

LI A
{
    LIST-STYLE-POSITION: outside! important;
    LIST-STYLE-TYPE: square! important;
		TEXT-ALIGN: left! important;
    COLOR: white;
}

LI UL LI
{
    LIST-STYLE-POSITION: outside! important;
    LIST-STYLE-TYPE: disc! important;
		TEXT-ALIGN: left! important;
    COLOR: white;
}

H1
{
    MARGIN-TOP: 16px! important;
    PADDING-LEFT: 2px! important;
    FONT-SIZE: 12pt! important;
    TEXT-TRANSFORM: capitalize! important;
    COLOR: #000000! important;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left! important
}
H2
{
    MARGIN-TOP: 16px! important;
    PADDING-LEFT: 2px! important;
    FONT-SIZE: 9pt! important;
    MARGIN-LEFT: 15px! important;
    TEXT-TRANSFORM: capitalize! important;
    COLOR: #000000! important;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left! important
}
H3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt! important;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left! important
}
H4
{
    FONT-SIZE: 8pt! important;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left! important
}

TABLE
{
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
TD 
{
    FONT-SIZE: 9pt! important;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
