
BODY { 
    background-color: #fcfcfc; /*JLH*/ 
    text-decoration: none; /*JLH*/
    color: #191e5f; /*JLH*/
    margin-top: 0px; 
    margin-bottom: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    font-size: 8pt; /* ar: 13pt */
    font-family: verdana,sans-serif; 
	/* ar: direction:RTL; */
}

IMG {
    border-style: none; /*JLH*/
    vertical-align: middle; /*JLH*/
}

A {
    color: #191e5f; /*JLH*/
    text-decoration: underline; /*JLH*/
}

A:hover { 
    /* color: #00CC00; */
	text-decoration: underline; /*JLH*/
}

TABLE.bannerTable {
    /*background-color: #FFFFFF; */
}

SPAN.spanLink {
    color: #191e5f; /*JLH*/
    text-decoration: underline; /*JLH*/
    cursor: pointer;
}
SPAN.spanLink:hover { 
    color: #2644d7; /*JLH*/
    text-decoration: underline; /*JLH*/
}

H1 { 
    font-family: Arial; 
    font-size: 16pt; 
    white-space: pre;
}

H2 { 
    font-family: Arial; 
    font-size: 14pt; 
    white-space: pre; 
}

H3 { 
    font-family: Arial; 
    font-size: 12pt; 
    white-space: pre; 
}

H4 { 
    font-family: Arial; 
    font-size: 10pt; 
    white-space: pre; 
}

FORM {
    margin-top: 0px; 
    margin-bottom: 0px; 
}

HR {
    margin-top: 2px; 
    margin-bottom: 2px; 
}
HR.noMargin {
    margin-top: 0px; 
    margin-bottom: 0px; 
}

TD { 
    font-size: 8pt; 
    font-family: verdana,sans-serif;
}

INPUT { 
    font-size: 8pt; 
    font-family: verdana,sans-serif;
}

INPUT:focus { 
    background-color:#fffff0; /*JLH*/
}

SELECT { 
    font-size: 7pt; 
    font-family: verdana,sans-serif; 
}

SELECT:focus { 
    background-color: #FFFFC9; 
}

TEXTAREA { 
    font-size: 8pt; 
    font-family: verdana,sans-serif; 
}

TEXTAREA:focus {
    background-color: #FFFFC9; 
}
