﻿ul{
 padding-left:15px;
}


/* TEXT styles ------------------------------------ */ 
.textNORMAL
{
  font-family: arial; 
  font-size: 12px;
  color:black;
  line-height:130%;
} 

.textBIG
{
  font-family: arial; 
  font-size: 16px;
  color:navy;
} 

.textMEDIUM
{
  font-family: arial; 
  font-size: 13px;
  color:navy;
} 

.textSMALLBOLD
{
  font-family: verdana; 
  font-size: 10px;
  font-weight:bold;
  color:navy;
  margin:0;
  max-height:1;
} 

.textSMALL
{
  font-family: arial; 
  font-size: 11px;
  color:navy;
} 

.textSMALLtb
{
  font-family: arial; 
  font-size: 11px;
  color:black;
  height:13px;
  width:80px;
} 


.textBUTTON
{
  font-family: arial; 
  font-size: 11px;
  color:navy;
} 



a:link
{
  color:navy;
  text-decoration:none;
}
a:visited
{
  color:navy;
  text-decoration:none;
}
a:active
{
  color:navy;
  text-decoration:none;
}
a:hover
{
  color:red;
  text-decoration:underline;
}


.hyperlinkTXT a:link
{
  color:gainsboro;
  text-decoration:none;
  font-family: verdana; 
  font-size: 10px;
  font-weight:bold;
}
.hyperlinkTXT a:visited
{
  color:gainsboro;
  text-decoration:none;
  font-family: verdana; 
  font-size: 10px;
  font-weight:bold;
}
.hyperlinkTXT a:active
{
  color:gainsboro;
  text-decoration:none;
  font-family: verdana; 
  font-size: 10px;
  font-weight:bold;
}
.hyperlinkTXT a:hover
{
  color:wheat;
  text-decoration:underline;
  font-family: verdana; 
  font-size: 10px;
  font-weight:bold;
  margin:0;
  max-height:.1;
}