/* filename: emnr.css */

/* --------- principal tags ----------------- */

p, span, ul, ol {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

p.homepage, ul.homepage {
    color: blue;
}

ul.homepage li {
	margin-top:0;
	padding-top:0;
    padding-bottom: 10px;
   }

p.ital, span.ital, ul.ital, ol.ital {
    font-style : italic;
}

p.italbold, span.italbold, ul.italbold, ol.italbold {
    font-style : italic;
    font-weight : bold;
}

p.bold2, span.bold2, ul.bold2, ol.bold2 {
    font-weight : bold;
}

P.bold2blu, SPAN.bold2blu, UL.bold2blu, OL.bold2blu {
    color : #325F86;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : bold;
}

P.bold3, SPAN.bold3, UL.bold3, OL.bold3 {
    color : #325F86;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12pt;
    font-weight : bold;
}

P.tm, SPAN.tm, A.tm {
    color : #8B0000;
    font-family : "Times New Roman", Times, serif;
    font-size : 9pt;
    font-weight : normal;
    text-decoration : none;
}

p.posted {
	padding-bottom:26px;
	border-bottom: 2px solid #ccc;  /* color of line  */
	color:#444;                     /* color of text  */
	}

p.footnote, span.footnote {
    color : black;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 8pt;
    text-decoration : none;
}

td.title {
    background-color: #375F87;
    border-color: black;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

td.data {
    background-color : #B4C0C9;
    border-color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}


/* ------------- hyperlinks -------------- */
A, A:ACTIVE, A:VISITED {
    background-color : transparent;
    color : #2E567A;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : bold;
    text-decoration : underline;
}

A:HOVER {
    background-color : transparent;
    color : #8B0000;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : bold;
    text-decoration : underline;
}

A.footnote, A.footnote:ACTIVE, A.footnote:VISITED {
    color : #8B0000;
    font-family : "Times New Roman", Times, serif;
    font-size : 9pt;
    font-weight : normal;
    text-decoration : underline;
}

A.footnote:HOVER {
    color : #2E567A;
    font-family : "Times New Roman", Times, serif;
    font-size : 9pt;
    font-weight : normal;
    text-decoration : underline;
}

A.email, A.email:ACTIVE, A.email:VISITED {
    background-color : transparent;
    color : #000000;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    text-decoration : underline;
}

A.email:HOVER {
    background-color : transparent;
    color : #8B0000;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    text-decoration : underline;
}

/* ------------------ plain classes ---------------- */
.nobot {
   margin-bottom:0;
   padding-bottom:0;
}

.notop {
	margin-top:0;
	padding-top:0;
}

.red {
	color:red;
}

.blue {
	color:blue;
}

.emnr_blue {
	color:#375F87;    /* darker blue */
}

.emnr_blue2 {
	color:#325F86;    /* lighter blue */
}
/* --------- end of file --------------- */