html			{ overflow: -moz-scrollbars-vertical; }
body			{ font: 75% Arial, sans-serif; color: #000 ; }
body{
    /* fallback (Opera) */
    background: #C0CFE2;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #C0CFE2, #fff);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#C0CFE2), to(#fff));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#C0CFE2', EndColorStr='#ffffff', GradientType=0);
  }

a:link			{ color: #000; text-decoration: none; font-weight:bold;}
a:visited 		{ color: #000; text-decoration: none; font-weight:bold;}
a:hover			{ color: orange; text-decoration: underline; }
a:active		{ color: #000; text-decoration: none; font-weight:bold;}
select:focus, textarea:focus, input[type=text]:focus, input[type=password]:focus
				{ background-color:  #feea87;  border:2px solid silver;}
h1				{ font-size:150%; }
h1 span			{ margin-left:10px; }
h2				{ font-size:130%; }
h3				{ margin:0; padding:0; font-size:90%; font-weight:normal }
h4				{ font-size:100%; margin:0; padding:0; font-weight:normal; }
h6				{ font-size:14px; color:#61A214; margin:4px 0 4px 0; padding:0; }
.f9				{ font-size:85%; }
.f10			{ font-size:90%; }
.f11			{ font-size:95%; }
.f12			{ font-size:100%; }
.f13			{ font-size:110%; }
.f14			{ font-size:120%; }
.f16			{ font-size:130%; }
.f18			{ font-size:150%; }
.grinokta 
{  
border-style:dotted;
border-color:#C0C0C0;
border-width: 1px;
}
