 .text {
font-family: Arial ;
font-size: 12px;
color:#000000;
text-decoration: none;
font-weight: regular;

}
 .text1 {
font-family: Arial ;
font-size: 12px;
color:#ffffff;
text-decoration: none;
font-weight: regular;

}
 .big {
font-family: Arial ;
font-size: 15px;
color:#000000;
text-decoration: none;
font-weight: bold;

}

.link {
font-family: Arial ;
font-size: 12px;
color:#ffffff;
text-decoration: underline;
font-weight: bold;

}

 .link:hover {
font-family:  Arial;
font-size: 12px;
color:#ffffff;
text-decoration: none;
font-weight: bold;
}

 .main {
font-family: Arial ;
font-size: 12px;
color:#ffffff;
text-decoration: none;
font-weight: bold;

}

 .main:hover {
font-family:  Arial;
font-size: 12px;
color:#ffffff;
text-decoration: underline;
font-weight: bold;
}


.textniz {
font-family: Arial;
font-size: 12px;
color:#4D77FF;
text-decoration: none;
font-weight: bold;
}

body{
        background-color:#151E45;
        margin:0;
        padding:0;
        SCROLLBAR-FACE-COLOR: #415295;
        SCROLLBAR-HIGHLIGHT-COLOR: #474578;
        SCROLLBAR-SHADOW-COLOR: #FFFFFF;
        SCROLLBAR-3DLIGHT-COLOR: #D0DBE3;
        SCROLLBAR-ARROW-COLOR: #411C06;
        SCROLLBAR-TRACK-COLOR: #D3D1D2;
        SCROLLBAR-DARKSHADOW-COLOR: #474578;
        font: 8pt tahoma;
        color: #ffffff; }

/* classes */

.def_table {
        background-color:        #151e45; }

.tbl_header {
        background-color:        #6d7cbb;
        font-weight:                bold; }

/* links */

a {
        color:                        #010a4e;
        text-decoration:        underline; }



a:hover {
        color:                        #eb2e05;
        text-decoration:        underline; }

/* menu links */

a.menu:link,
a.menu:active,
a.menu:visited {
        font:bold 12pt tahoma;
        text-decoration:none;
        color:#3B55B8; }
a.menu:hover {
        text-decoration:none;
        color:#EB2E05; }

/* white links */

a.white:link,
a.white:visited {
        color:                        #CCF;
        font-size:                10px;
        text-decoration:        none; }

a.white:hover {
        color:                        #FFF;
        font-size:                10px;
        text-decoration:        underline; }

/* fonts */

#normal {
        color:                        #010a4e;
        font-family:                Tahoma, Verdana, Arial;
        font-size:                12px; }
