.HeaderTitle{ /* Link in the tob bar, home page, monitoring..  */
        color : #000000;
        font-weight : bold;
        font-size:14px;
	cursor:pointer;
}

.HeaderHighlightTitle{ /* Mouse over the topbar link home page, monitoring  */
        color : #D8001D;
        font-weight:bold;
        font-size:14px;
        line-height: 20%;
	cursor:pointer;
}
.LinkTitle{ 
	color: #0000FF;
        font-weight : bold;
        font-size:12px;
	cursor:pointer;
        text-decoration: underline;
}

.LinkHighlightTitle{ 
        color : #D8001D;
        font-weight : bold;
        font-size:12px;
        line-height: 20%;
	cursor:pointer;
        text-decoration: underline;
}


A:link {color: #0000FF; text-decoration: underline}
A:visited {color: #C000C0; text-decoration: underline}
A:hover {color: #0000FF; text-decoration: underline;}

