/*	Main Row	*/
A.BLUE:LINK  { color : #0033CC; text-decoration: underline; }
A.BLUE:VISITED {color : #0033CC; text-decoration: underline; }
A.BLUE:HOVER {color: #FF0000;  text-decoration: none; }
A.BLUE:ACTIVE {color: #FF0000; text-decoration: none; }
B.WHITE {font-weight : bold; color: #FFFFFF; }
.WHITE { color: #FFFFFF; }

/*	Dany's test */
A:LINK  { color : #0033CC; text-decoration: underline; }
A:VISITED {color : #0033CC; text-decoration: underline; }
A:HOVER {color: #FF0000;  text-decoration: none; }
A:ACTIVE {color: #FF0000; text-decoration: none; }

A.BLACK:LINK  { color : #000000; text-decoration: none; }
A.BLACK:VISITED  { color : #000000; text-decoration: none; }
A.BLACK:HOVER {color: #FF0000;  text-decoration: none; }
A.BLACK:ACTIVE {color: #000000; text-decoration: none; }

a.nav:link { text-decoration: none; color: "#000000"; }
a.nav:visited { text-decoration: none; color: "#000000"; }
a.nav:hover { text-decoration: underline; color: "#000000"; }

/*	Footer	*/	
A.FOOTER  { font: 8pt Verdana,sans-serif; color: #FFCC00; }
A.FOOTER:LINK  {color: #FFCC00; text-decoration: underline;  }
A.FOOTER:VISITED {color: #FFCC00; text-decoration: underline;  }
A.FOOTER:HOVER {color: #FF0000;  text-decoration: none;  }
A.FOOTER:ACTIVE {color: #FF0000;  text-decoration: none;  }

/* Misc. */
BODY, TD, INPUT, TEXTAREA, SELECT {font: 8pt Verdana,sans-serif; }
BIG {font: bold 12pt Arial,sans-serif;}
SMALL {font: 8pt Verdana,sans-serif; }
H1 {font: bold 15pt Arial,sans-serif; }
P {font: 10pt Verdana,sans-serif; }
B {	font-weight : bold;}
UL {font: 10pt Verdana,sans-serif; }

.SMALLTEXT {font: 8pt Verdana,sans-serif; }

#prlh {
  background-color: #CECEB3;
  font-weight: bold;
}

#prll {
  background-color: #DEDECC;
}

#inp {
  font: 8pt Verdana,sans-serif;
  border: 1px solid Gray;
}

#prl {
  font: 9pt Arial,sans-serif;
	vertical-align: top;
	text-align: left;
}

