@charset "utf-8";
/* CSS Links */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-color:#bce7ef;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.tb {border-top:solid #000000 2px;}
.lb {border-left:solid #000000 2px;}
.rb {border-right:solid #000000 2px;}
.bb {border-bottom:solid #000000 2px;}
.b  {border:solid #000000 2px;}
.bg  {border:solid #c4c0c1 2px;}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #0000ff;
}
a:visited {
	text-decoration: none;
	color: #9933ff;
}
a:hover {
	text-decoration: underline;
	color: #0000ff;
}
.nt a:link {
	color: #000000;
	text-decoration: none;
}
.nt a:active {
	text-decoration: none;
	color: #000000;
}
.nt a:visited {
	text-decoration: none;
	color: #000000;
}
.nt a:hover {
	text-decoration: none;
	color: #ffffff;
}
.xt a:link {
	color: #ffff00;
	text-decoration: none;
}
.xt a:active {
	text-decoration: none;
	color: #ffff00;
}
.xt a:visited {
	text-decoration: none;
	color: #ffff00;
}
.xt a:hover {
	text-decoration: underline;
	color: #ffff00;
}
.black a:link {
	color: #000088;
	text-decoration: none;
}
.black a:active {
	text-decoration: none;
	color: #000088;
}
.black a:visited {
	text-decoration: none;
	color: #000088;
}
.black a:hover {
	text-decoration: none;
	color: #000088;
}
.headline {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14pt;
	color:#0000FF;
}
.headlineb {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16pt;
	color:#000000;
}
.special {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14pt;
	color:#ff0000;
}
.white {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
}
.subhead {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:normal;
	font-size:12pt;
	color:#000000;
}
.sechead {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16pt;
}
.dateline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#666666
}