/*############ Body ##################*/
body { margin :
           0 0 0 0;
           padding :
           0 0 0 0 ;
}
BODY { SCROLLBAR-FACE-COLOR: #bcc5d7; SCROLLBAR-HIGHLIGHT-COLOR: #bcc5d7; SCROLLBAR-SHADOW-COLOR: #bcc5d7; SCROLLBAR-3DLIGHT-COLOR: #dce5f8; SCROLLBAR-ARROW-COLOR: #6c7b9c; SCROLLBAR-TRACK-COLOR: #bcc5d7; SCROLLBAR-DARKSHADOW-COLOR: #626e89 }

INPUT, SELECT, OPTION, TEXTAREA { BORDER-COLOR: #6C7B9C; FONT-FAMILY: tahoma, arial, helvetica, geneva; FONT-SIZE: 10px;background-color:transparent; border: 1px solid #6C7B9C; }

/*############ Text ##################*/
.text-xl {
        font-family : tahoma, arial, helvetica, geneva;
        font-size : 15px;
}

.text-xl-bold {
        font-family : tahoma, arial, helvetica, geneva;
        font-size : 15px;
        font-weight : 800;
}

.text-headl {
        font-family : tahoma, arial, helvetica, geneva;
        font-size : 15px;
        font-weight : 600;
        color : #000060;
        text-decoration : underline;
}

.text-xxl-bold {
        font-family : tahoma, arial, helvetica, geneva;
        font-size : 20px;
        font-weight : 800;
}

.text {
        font-family : tahoma, arial, helvetica, geneva;
        font-size : 13px;
}

.text-italic {
        font-family : tahoma, arial, helvetica, geneva;
        font-size : 13px;
        font-style : italic;
}

.text-white {
        font-family : tahoma, arial, helvetica, geneva;
        font-size : 13px;
        color : #ffffff;
}

.text-light-green {
        font-family : tahoma, arial, helvetica, geneva;
        font-size : 13px;
        color : #79937e;
}

.text-light-green-big {
        font-family : tahoma, arial, helvetica, geneva;
        font-size : 14px;
        color : #79937e;
}

.text-green {
        font-family : tahoma, arial, helvetica, geneva;
        font-size : 13px;
        color : #2f5637;
}

.text-green-big {
        font-family : tahoma, arial, helvetica, geneva;
        font-size : 14px;
        color : #2f5637;
}

.text-bold {
        font-family : tahoma, arial, helvetica, geneva;
        font-size : 13px;
        font-weight : bold;
}

.text-bold-highlight {
        font-family : tahoma, arial, helvetica, geneva;
        font-size : 13px;
        font-weight : bold;
        color : #ff0000;
}

.text-bold-white {
        font-family : tahoma, arial, helvetica, geneva;
        font-size : 13px;
        font-weight : bold;
        color : #ffffff;
}

.text-small {
        font-family : tahoma, arial, helvetica, geneva;
        font-size : 11px;
}

.text-small-white {
        font-family : tahoma, arial, helvetica, geneva;
        font-size : 11px;
        color : #ffffff;
}

.text-small-bold {
        font-family : tahoma, arial, helvetica, geneva;
        font-size : 11px;
        font-weight : bold;
}

.text-small-bold-white {
        font-family : tahoma, arial, helvetica, geneva;
        font-size : 11px;
        font-weight : bold;
        color : #ffffff;
}


/*  check it out man

a.text  {
        border-bottom : 1px solid;
        border-bottom-color : #000000;
        text-decoration : none;
        color: #2b2b2b;
        }

a.text:hover  {
        border-bottom : 1px solid;
        border-bottom-color : #0000ff;
        text-decoration : none;
        color: #ff0000;
        }

  ****************  */




a.cool  {
        text-decoration : none;
        color: #2b2b2b;
        }
a.cool:hover  {
        color: #ff0000;
        text-decoration : overline underline;
        }

a  {
/*        border-bottom : 1px solid; */
/*        border-bottom-color : #ff0000; */
        text-decoration : underline;
        color: #2b2b2b;
        }
a:hover  {
/*        border-bottom : 1px solid; */
/*        border-bottom-color : #ff0000; */
        text-decoration : underline;
        color: #ff0000;
        }

a.navi  {
        font-family : tahoma, arial, helvetica, geneva;
        text-decoration : none;
        color: #79937e;
        font-size : 13px;
        }

a.navi:hover  {
        text-decoration : none;
        color: #940A09;
        font-size : 13px;
        text-decoration : underline;
        }

a.navi1  {
        font-family : tahoma, arial, helvetica, geneva;
        text-decoration : none;
        color: #940A09;
        font-size : 13px;
        }

a.navi1:hover  {
        text-decoration : none;
        color: #940A09;
        font-size : 13px;
        text-decoration : underline;
        }

a.navi-yellow  {
        font-family : tahoma, arial, helvetica, geneva;
        text-decoration : none;
        color: #F0FF00;
        font-size : 10px;
        text-decoration:none;
        }
a.navi-yellow:hover  {
        text-decoration : none;
        color: #F0FF00;
        font-size : 10px;
        text-decoration:underline;
        }