/* Start of CMSMS style sheet 'KIIRVALIK' */
div#kiirvalik {
  margin: 1em 0 1em 0.5em;  /* margin for the entire div surrounding the news list */
  border: 0px; 
  background: #ffc;
}

div#kiirvalik h4 {
   background: #fff url(images/cms/left_h4_bg.gif);
   height: 20px; /* Fixes IE7 whitespace bug */
}

div#kiirvalik h5 {
   background: #fff url(images/cms/left_h4_bottom_bg.gif);
   height: 6px; /* Fixes IE7 whitespace bug */
}

div#kiirvalik p {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0em 0.5em 0em 0.5em; /* some air for it */
   font-size: 8pt;
   font-weight: bold;
   color: #960; /* this will be link color for all levels */
   }

div#kiirvalik a {
   color: #960; /* this will be link color for all levels */
   }
/* End of 'KIIRVALIK' */

