<html>
<head>
<title>StyleSheets</title>
<style type="text/css">

<!--

/*** Phisical Styles ***/

/*** Link ***/

a
{
color: #0040c8;
text-decoration: underline;
}

a:visited
{
color: #0040c8;
text-decoration: underline;
}

a:active
{
color: #d40000;
text-decoration: underline;
}

a:hover
{
color: #d40000;
text-decoration: underline;
}

ul
{
margin-left: 30;
margin-top: 6;
margin-bottom: 6;
list-style-type: none;
list-style-image: url(../images/bl_text.gif)
}

/*** Font ***/

.Verdana
{
font-family: Verdana, sans-serif;
}

.Biggest
{
font-size: 18;
}

.Big
{
font-size: 15;
}

.Normal
{
font-size: 11;
}

.Small
{
font-size: 10;
}

.Smallest
{
font-size: 9;
}

.Italic
{
font-style: italic;
}

.Bold
{
font-weight : bold;
}

/*** Color ***/

.Gray
{
color: #9a9a9a;
}

.LGray
{
color: #cdcdcd;
}

.DGray
{
color: #222222;
}

.Blue
{
color: #457ceb;
}

.LBlue
{
color: #0040c8;
}

.LLBlue
{
color: #6699ff;
}

.DBlue
{
color: #002f80;
}

.DDBlue
{
color: #0d244d;
}

.Gold
{
color: #d5b937;
}

.LLGold
{
color: #fff6cb;
}

.Red
{
color: #d40000;
}

.White
{
color: #ffffff;
}

.Black
{
color: #000000;
}

/*** Logical Styles ***/

.PageArea
{
position: relative;
width: 753;
}

.Date
{
font-family: Verdana, sans-serif;
font-size: 11;
font-style: italic;
color: #0d244d;
}

.Language
{
font-family: Verdana, sans-serif;
font-size: 11;
font-weight: bold;
margin-top: 2;
margin-right: 8;
}

.Slogan
{
font-family: Verdana, sans-serif;
font-size: 11;
font-style: italic;
color: #0d244d;
}

/*** Buttons ***/

.ButtonBg
{
background-color: #002f80;
}

.ButtonBgCurrent
{
background-color: #457ceb;
}

.ButtonBgOver
{
background-color: #2f5ebd;
}

.ButtonLabel
{
font-family: Verdana, sans-serif;
font-size: 9;
font-weight: bold;
text-decoration: none;
color: #ffffff;
}

/*** Popup ***/

.Popup
{
position: absolute;
top: 81;
width: 156;
background-color: #fff6cb;
border-width: 1;
border-color: #b3b3b3;
border-style: solid;
}

/*** Menu ***/

.MenuTitleBar
{
border-style: solid;
border-width: 1;
}

.MenuTitle
{
font-family: Verdana, sans-serif;
font-size: 9;
font-weight: bold;
font-variant: small-caps;
margin-left: 6;
color: #ffffff;
}

.MenuParagraph
{
font-family: Verdana, sans-serif;
font-size: 11;
margin-top: 2;
margin-left: 6;
margin-bottom: 4;
}

.MenuList
{
font-family: Verdana, sans-serif;
font-size: 11;
margin-top: 2;
margin-left: 28;
margin-right: 2;
margin-bottom: 6;
list-style-type: none;
list-style-image: url(../images/bl_text.gif)
}

.MenuInfo
{
font-family: Verdana, sans-serif;
font-size: 9;
margin-top: 2;
margin-left: 6;
margin-bottom: 6;
}

.MenuBottom
{
font-family: Verdana, sans-serif;
font-size: 9;
text-align: center;
}

/*** Form ***/

.FormIndentHide
{
margin-top: 0;
margin-bottom: 0;
}

.FormLabel
{
font-family: Verdana, sans-serif;
font-size: 11;
color: #002f80;
}

.FormLabelObligatory
{
font-family: Verdana, sans-serif;
font-size: 11;
color: #d40000;
}

.FormField
{
font-family: Verdana, sans-serif;
font-size: 11;
color: #002f80;
}

/*** Copyright ***/

.Copyright
{
font-family: Verdana, sans-serif;
font-size: 9;
margin-top: 4;
color: #0d244d;
}

-->

</style>
</head>

</html>

