:link {
	COLOR: Blue;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, ;
	font-size: 10pt;
	font-weight: bold;
}
:visited {
	COLOR: #8A2BE2;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, ;
	font-size: 10pt;
	font-weight: bold;
}
:active {
	COLOR: #CD5C5C;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, ;
	font-size: 10pt;
	font-weight: bold;
}
:hover {
	COLOR: Red;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, ;
	font-size: 10pt;
	font-weight: bold;
}
a.cat:link {
	COLOR: Blue;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, ;
	font-size: 8pt;
	font-weight: bold;
}
a.cat:visited {
	COLOR: #8A2BE2;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, ;
	font-size: 8pt;
	font-weight: bold;
}
a.cat:active {
	COLOR: #CD5C5C;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, ;
	font-size: 8pt;
	font-weight: bold;
}
a.cat:hover {
	COLOR: Red;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, ;
	font-size: 8pt;
	font-weight: bold;
}
a.gray:link {
	COLOR: gray;
	TEXT-DECORATION: none;
	font-family:  Verdana, Arial, ;
	font-size: 10pt;
	font-weight: normal;
}
a.gray:visited {
	COLOR: #424242;
	TEXT-DECORATION: none;
	font-family:  Verdana, Arial, ;
	font-size: 10pt;
	font-weight: normal;
}
a.gray:active {
	COLOR: black;
	TEXT-DECORATION: none;
	font-family:  Verdana, Arial, ;
	font-size: 10pt;
	font-weight: normal;
}
a.gray:hover {
	COLOR: Red;
	TEXT-DECORATION: none;
	font-family:  Verdana, Arial, ;
	font-size: 10pt;
	font-weight: normal;
}
.nte	{
	COLOR: #f68e32;
	font-family:  Verdana, Arial, ;
	font-size: 12pt;
	font-weight: 600;
}
#tooltip {
    padding: 3px;
    background: #f9f9f9;
    border: 1px solid #eee;
    text-align: center;
    font-family: Verdana, Arial;
    font-size: smaller;
    font-weight: bold;
    color: #e67828;
}

span.tip {
    border-bottom: 1px solid #eee;
}