A:LINK	{ 
	COLOR: silver; 
	TEXT-DECORATION: NONE;
	}

A:VISITED	{ 
	COLOR: yellow; 
	TEXT-DECORATION: NONE;
	}
	
A:ACTIVE	{ 
	COLOR: yellow;  
	TEXT-DECORATION: NONE;
	} 

A:HOVER	{
	text-decoration: underline;
}


/* 10 */
.black10 {
  font-size: 10pt;
  color:#000000;
  line-height: 130%
;
}
/* 10B */
.black10b {
  font-size: 10pt;
  color:#000000;
  line-height: 130%;
  font-weight: bold
;
}
/* 12 */
.black12 {
  font-size: 12pt;
  color:#000000;
  line-height: 130%
;
}
/* 12B */
.black12b {
  font-size: 12pt;
  color:#000000;
  line-height: 130%;
  font-weight: bold
;
}
/* 12B */
.white12b {
  font-size: 12pt;
  color:#FFFFFF;
  line-height: 130%;
  font-weight: bold
;
}
/* 10 */
.dblue10 {
  font-size: 10pt;
  color:#002066;
  line-height: 130%
;
}
/* 9 */
.black9 {
  font-size: 9pt;
  color:#000000;
  line-height: 130%
;
}
/* 9 */
.yellow9 {
  font-size: 9pt;
  color:#A6906C;
  line-height: 130%
;
}
/* 10 */
.yellow10 {
  font-size: 10pt;
  color:#A6906C;
  line-height: 130%
;
}
/* 14B */
.yellow14b {
  font-size: 14pt;
  color:#FFCC00;
  line-height: 130%;
  font-weight: bold
;
}
/* 9 */
.brown9 {
  font-size: 9pt;
  color:#D1C4BC;
  line-height: 130%
;
}
/* 9 */
.white9 {
  font-size: 9pt;
  color:#ffffff;
  line-height: 130%
;
}
/* 10 */
.white10 {
  font-size: 10pt;
  color:#ffffff;
  line-height: 130%
;
}
/* 10 */
.red10 {
  font-size: 10pt;
  color:#ff0000;
  line-height: 130%
;
}
/* 12 */
.red12 {
  font-size: 12pt;
  color:#ff0000;
  line-height: 130%
;
}
/* 12b */
.red12b {
  font-size: 12pt;
  color:#ff0000;
  line-height: 130%
	font-weight: bold
;
}
BODY{
  background-image : url(images/back.jpg);
  background-attachment : fixed;
}
