<html>
<head>
<title>StyleSheets</title>
<style type="text/css">

<!--

a
{
text-decoration: none;
color:#9c8b4f
}

a:hover
{
text-decoration: underline;
color:#df0029;
}

a:active
{
text-decoration: none;
color:#df0029;
}

li
{
list-style-image: url(../images/bl_text.gif)
}

.big
{
font-size: 9 pt;
font-family: Tahoma, Arial Cyr, Arial, Geneva, Helvetica;
color: #0d244d;
}

.normal
{
font-size: 8 pt;
font-family: Tahoma, Arial Cyr, Arial, Geneva, Helvetica;
color: #0d244d;
}

.normal-light_blue
{
font-size: 8 pt;
font-family: Tahoma, Arial Cyr, Arial, Geneva, Helvetica;
color: #d5d8e5;
}

.normal-red
{
font-size: 8 pt;
font-family: Tahoma, Arial Cyr, Arial, Geneva, Helvetica;
color: #df0029;
}

.small
{
font-size: 7 pt;
font-family: Tahoma, Arial Cyr, Arial, Geneva, Helvetica;
color: #0d244d;
}

.small-light_blue
{
font-size: 7 pt;
font-family: Tahoma, Arial Cyr, Arial, Geneva, Helvetica;
color: #d5d8e5;
}

.smallest
{
font-size: 6 pt;
font-family: Tahoma, Arial Cyr, Arial, Geneva, Helvetica;
color: #0d244d;
}

.smallest-deep_blue
{
font-size: 6 pt;
font-family: Tahoma, Arial Cyr, Arial, Geneva, Helvetica;
color: #0d244d;
}

.smallest-light_blue
{
font-size: 6 pt;
font-family: Tahoma, Arial Cyr, Arial, Geneva, Helvetica;
color: #d5d8e5;
}

-->

</style>
</head>

</html>

