
.small {
	FONT-WEIGHT: normal; FONT-SIZE: 10pt;
}
.smallbold {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt;
}
.hl2 {
	FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #006699;
}

.pgaction
{
	font-size: 12pt;
	font-weight: bold;
	color:black;
}

A.pgaction:link {
	font-size: 12pt;
	font-weight: bold;
	color:black;
}

A.pgaction:visited {
	font-size: 12pt;
	font-weight: bold;
	color:black;
}

A.pgaction:hover {
	COLOR: red
}

.fsnavbold {
	FONT-WEIGHT: bold; 
COLOR: #006699
}
.fsnav { COLOR: #006699}

A:link {
  font-family:Times New Roman;
	COLOR: #003366;
}
A:visited {
  font-family:Times New Roman;
	COLOR: #003366;
}
A:hover {
	COLOR: red;
}

legend
{
  font-size:14pt;font-family:Times New Roman;color:#000000;
}
P
{
  font-size:14pt;font-family:Times New Roman;color:#000000;
}

TD
{
  font-size:14pt;font-family:Times New Roman;color:#000000;
}

body
{
  font-size:14pt;font-family:Times New Roman;color:#000000;
}

.smallhead {
	COLOR: #006699;
  FONT-SIZE: 10pt;
}
.smallheadbold {
	COLOR: #006699;
	FONT-WEIGHT: bold;
  FONT-SIZE: 10pt;
 }

.head {COLOR: #006699;}

A.ahead:link {
	COLOR: #006699;
	font-family:Times New Roman;
}
A.ahead:visited {
	COLOR: #006699;
	font-family:Times New Roman;
}

A.ahead:hover {
	COLOR: red
}

A.noahead:link {
  text-decoration:none;
	COLOR: #006699;
	font-family:Times New Roman;
}

A.noahead:visited {
  text-decoration:none;
	COLOR: #006699;
	font-family:Times New Roman;
}

A.noahead:hover {
	COLOR: red
}


A.slink:link {
  color: #006699
}
A.slink:visited {
  color: #006699
}
A.slink:hover {
	COLOR: red
}


td.columnsWidening img, td.columnsWidening object { max-width:460px; }
td.columnsWidening img, td.columnsWidening object { width: expression(this.width > 460 ? 460 : true); }

img.imagemax460 { max-width:460px; }
img.imagemax460 { width: expression(this.width > 460 ? 460 : true); }
img.imagemax250 { max-width:250px; }
img.imagemax250 { width: expression(this.width > 250 ? 250 : true); }
