/* CSS Document */


a:link { 
color: #333333;
text-decoration:none;
}

a:visited { 
color: ##333333; 
text-decoration: none;
} 

a:hover{ 
color: #333333; 
text-decoration: underline;
} 
		 
a:active { 
color: #333333; 
text-decoration: none;
}   


.yella { 
  font-weight: bold; 
  font-size: 8pt;
  line-height: 8pt; 
  font-family: verdana; 
  font-variant: normal;
  font-style: normal;
  color: #e19300;
}
.whitey { 
  font-weight: normal; 
  font-size: 8pt;
  line-height: 14pt; 
  font-family: verdana; 
  font-variant: normal;
  font-style: normal;
  color: white;
}
.whiteySmall { 
  font-weight: normal; 
  font-size: 7pt;
  line-height: 7pt; 
  font-family: verdana; 
  font-variant: normal;
  font-style: normal;
  color: #333333;
}
.whiteyBold {
  font-weight: bold; 
  font-size: 8pt;
  line-height: 14pt; 
  font-family: verdana; 
  font-variant: normal;
  font-style: normal;
  color: white;
}

.BlackTCsTitle {
  font-weight: bold; 
  font-size: 12pt;
  line-height: 14pt; 
  font-family: times; 
  font-variant: normal;
  font-style: normal;
  color: black;
}
