/**** BODY ****************************/

Body	{
	background: url("../pix/digits.gif");
	color: #000000;
	font-family: arial;
	font-size: 10pt;
	text-align: justify;
	}

/**** TITLES **************************/

H1	{
	color: #31639C;
	font-family: arial;
	font-size: 14pt;
	text-align: right;
	}

.h1s	{				/* H1 small Subtitles (like in edhr.htm) */
	color: #404040;
	font-size: 8pt;
	text-align: right;
	}

H2	{
	color: #31639C;
	font-family: arial;
	font-size: 18pt;
	text-align: left;
	}

H3	{
	color: #31639C;
	font-family: arial;
	font-size: 12pt;
	text-align: left;
	}

b.H3	{				/* same as H3 but no CRLF */
	color: #31639C;
	font-family: arial;
	font-size: 12pt;
	text-align: left;
	}

H4	{				/* Same size as Body text */
	color: #900000;
	font-family: arial;
	font-size: 10pt;
	}

b.h4	{				/* same as H4 but no CRLF */
	color: #900000;
	font-family: arial;
	font-size: 10pt;
	}

H5	{				/* Same size as Body text */
	color: black;
	font-family: arial;
	font-size: 10pt;
	}

td.t1	{				/* Thick dividing bar */
	color: white;
	background-color: #316ac5;
	font-family: arial;
	font-size: 10pt;
	text-align: center;
	}

hr	{				/* Regular dividing bar */
	color: #D0D0E5;
	width: 100%;
	text-align: center;		/* For IE	*/
	align: center;			/* For Netscape */
	}

b.graph					/* Chart titles */
	{
	font-size: 10pt;
	}

/**** REGULAR TEXT********************/

table.contentTable {}

tr.contentTr {
	color: black;
	font-family: arial;
	font-size: 10pt;
	}

td.contentTd {
	color: black;
	font-family: arial;
	font-size: 10pt;
	text-align: justify;
	}

td	{font-size: 10pt;}

a:link{text-decoration:none;color:#003063;}
a:active,
a:visited{text-decoration:none;color:#003063;}
a:hover{text-decoration:none;color:#990000;}

a.ul:link{text-decoration:underline;color:#003063;}
a.ul:active,
a.ul:visited{text-decoration:underline;color:#003063;}
a.ul:hover{text-decoration:underline;color:#990000;}


/**** FONT ****************************/

b.war1	{				/* 'Warning' word - Small size */
	color: #900000;
	font-size: 8pt;
	}

font.war2				/* Warning message - Small size */
	{
	color: black;
	font-size: 8pt;
	}
.footnote, .small
	{
	font-size: 8pt;
	}
	{
	font-size: 8pt;
	}
font.hi					/* Highlighted text (regular size) */
	{				/* Phase out this one, and use ".hi" instead */
	color: #000080;
	font-size: 10pt;
	}
.hi					/* Highlighted text (regular size) */
	{
	color: #000080;
	font-size: 10pt;
	}


/**** LISTINGS ***********************/

.LstSec /* Section */
	{
	font-family: arial;
	font-size: 12pt;
	text-decoration: underline;
	letter-spacing: 1.5;
	text-align:left;
	font-weight: bold;
	color: #880000;
	}

/* Dark bar */

.LstDR /* Regular */
	{
	font-family: arial;
	font-size: 9pt;
	color: black;
	background: #EBF1FD;
	}
.LstDK /* Keyword */
	{
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: black;
	background: #EBF1FD;
	}
a.LstDL:link{text-decoration:underline;color:black;}
a.LstDL:active{text-decoration:underline;color:black;}
a.LstDL:visited{text-decoration:underline;color:black;}
a.LstDL:hover{text-decoration:underline;color:black;}

.LstDS /* Small */
	{
	font-family: arial;
	font-size: 8pt;
	color: black;
	background: #EBF1FD;
	}

/* Light bar */

.LstLR /* regular */
	{
	font-family: arial;
	font-size: 9pt;
	color: black;
	background: white;
	text-align: justify;
	}
a.LstLL:link{text-decoration:underline;color:black;}
a.LstLL:active{text-decoration:underline;color:black;}
a.LstLL:visited{text-decoration:underline;color:black;}
a.LstLL:hover{text-decoration:underline;color:black;}

/**** LISTS **************************/

ul	{
	color: black;
	}

/**** TABLES: REGULAR *****************/


table.c
	{/* border-color: black; */
	background-color:#f6f6f6;
	}

caption.c
	{
	color: black;
	font-family: arial;
	font-size: 12pt;
	text-align: center;
	}

th.c	{
	color: white;
	background-color:#31639C;
	font-family: arial;
	font-size: 10pt;
	}

td.c	{
	color: black;
	background-color:#f6f6f6;
	font-family: arial;
	font-size: 10pt;
	}

/**** TABLES: STYLE 1 ****************/ /* See examples.txt file */

table.ts1b
	{
	background-color:#dddddd;
	}
tr.ts1h
	{
	background-color:#efefef;
	font-weight:bold;
	text-align:center;
	}
tr.ts1d
	{
	background-color:white;
	color:black;
	}


/**** SUBMENU ************************/

td.sub-menu
	{
	background-color:#7db3e8;
	color: white;
	text-align: center;
	font-family: arial;
	font-size: 10pt;
	}

/**** LEFT MENU ***********************/

tr.menu	{background: white}

td.menu_sec
	{
	font-family: arial;
	font-size: 11;
	color: white;
	text-align: center;
	background:#bb3535;
	}

td.menu	{
	background: #DAE5FC;
	font-family: arial;
	font-size: 11;
	}

td.menu_sep
	{
	background: white;
	font-family: arial;
	font-size: 11;
	}

td.menuBg{}

a.menu:link{text-decoration:none;color:#023294;}
a.menu:active{text-decoration:none;color:#023294;}
a.menu:visited{text-decoration:none;color:#023294;}
a.menu:hover{text-decoration:none;color:#990000;}


/**** BOTTOM OF SCREEN ****************/


td.bottomTd{background:#bb3535; color:#eeeeee; font-family:arial; font-size: 8pt;}


/**** TOP OF SCREEN *******************/

td.top1	{background:#0553F1;}
td.top2	{background:#ffffff}

a.top2:link{text-decoration:none;color:#ababab;font-size: 80%;}
a.top2:active{text-decoration:none;color:#ababab;font-size: 80%;}
a.top2:visited{text-decoration:none;color:#ababab;font-size: 80%;}
a.top2:hover{text-decoration:none;color:#31639c;font-size: 80%;}
