body  {
    font-size : 12px;
    font-family : Tahoma, Arial Cyr, Lucida Sans Unicode, Helv, sans-serif;
    color : #000000;
}

A:link  {
    font-size : 11px;
    text-decoration : none;
    color : #000000;
    font-weight : bold;
    font-family : Tahoma, Arial Cyr, Lucida Sans Unicode, Helv, sans-serif;
}
A:visited  {
    font-size : 10px;
    color : #000000;
    text-decoration : none;
    font-weight : bold;
}
A:hover  {
    font-size : 10px;
    color : #000000;
    font-weight : bold;
    text-decoration : underline;
}
A:active  {
    font-size : 10px;
    color : red;
    font-weight : bold;
    text-decoration : underline;
}

/* need for netscape 4.0*/
P  {
    color : #000000;
    font-size : 12px;
    font-family : Arial Cyr, Tahoma, Lucida Sans Unicode, Helv, sans-serif;
}

td  {
    color : #000000;
    font-size : 12px;
    font-family : Arial Cyr, Tahoma, Lucida Sans Unicode, Helv, sans-serif;
}

.BoldWhite {
	font-family : Tahoma, Verdana, Lucida Sans Unicode, Helv, sans-serif;
	font-weight : bold;
	font-size : 11px;
	color: #FFFFFF;
} 

H3  {
    font-family : Arial Cyr, Tahoma, Lucida Sans Unicode, Helv, sans-serif;
    font-size : 18px;
    font-weight : bold;
}


.orange {color:#FF9C00;}


.blue {color:#008FD2;}


.grey {color:#908F8F;}

