/* new header styles */
.dh {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 18px;
    text-align: justify;
    text-align-last: justify;
}
.dhs {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 18px;
	white-space: nowrap;
}

/* DELFI headerlink: normal blue */
a.dh, a.dh:visited, a.dh:link  {
	font-size: 12px;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 18px;
	font-weight: normal;
	white-space: nowrap;
}

/* DELFI headerlink hover: normal red with no underline */
a.dh:hover {
	color: #ff0000;
	text-decoration: none;
	background-color: transparent;
	white-space: nowrap;
}

/* DELFI headerlink: bold blue */
a.dhb, a.dhb:visited, a.dhb:link  {
	font-size: 12px;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 18px;
	font-weight: bold;
	white-space: nowrap;
}

/* DELFI headerlink hover: bold red with no underline */
a.dhb:hover {
	color: #ff0000;
	text-decoration: none;
	background-color: transparent;
	white-space: nowrap;
	font-weight: bold;
}

/* DELFI headerlink: normal red */
a.dhr, a.dhr:visited, a.dhr:link {
	font-size: 12px;
	color: #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 18px;
	font-weight: normal;
	background-color: transparent;
	white-space: nowrap;
}

/* DELFI headerlink hover: normal red with no underline */
a.dhr:hover {
	color: #ff0000;
	text-decoration: none;
	background-color: transparent;
	white-space: nowrap;
}

/* DELFI headerlink: bold red */
a.dhbr, a.dhbr:visited, a.dhbr:link {
	font-size: 12px;
	color: #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 18px;
	font-weight: bold;
	background-color: transparent;
	white-space: nowrap;
}

/* DELFI headerlink hover: bold red with no underline */
a.dhbr:hover {
	color: #ff0000;
	text-decoration: none;
	background-color: transparent;
	white-space: nowrap;
	font-weight: bold;
}

/* basic */
.footerInfo {
	font-size: 10px;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 12px;
}
a.footerInfo:link {
	font-size: 10px;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	line-height: 12px;
}
a.footerInfo:visited {
	font-size: 10px;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	line-height: 12px;
}
a.footerInfo:hover {
	font-size: 10px;
	color: #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	line-height: 12px;
}

table.footertable {
	background: #ffffff;
}

.header { /* sliding fix, do not show sliding in header if smaller window */
	background: #ffffff;
}

/* date */

.date { color: #000000; font-weight: bold; font-size: 10px; text-align: left; }

body {
    background-color: #ffffff;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    margin: 6px 0px 0px 0px;
    padding: 0px;
    background-image: none;
}

