.linki {
	font-size: 14pt;
	padding: 0 0 10px 30px;
	background: #C0C0C0;
	display: block;

}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
}
a:hover.image {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
.frame_text1 { width: auto;
	text-align: left;
        padding: 2px;
        margin: 4px;
        font-size: 8pt;
}

.frameheader {
	font-size: 8pt;
	font-weight: bold;
	color: #DFDFDF;
	text-align: center;
        margin-bottom: 2px;
        padding: 1px;
}

.date {
    background-color: #DDDDDD;
    color: #808080;
    border-right: solid 1px #5B5B5B;
    border-bottom: solid 1px #5B5B5B;
    padding: 6px 2px;
    font-size: 7pt;
    float: left;
    margin-right: 4px;
    width: 48px;
    overflow: hidden;
}

.news {
      border-bottom: white 1px solid;
      padding: 5px 0px;
      font-size: 11pt;
      color: #867A6C;
      font-family: "Trebuchet MS", sans-serif;
}

.newstitle {
           font-size: 14pt;
           font-weight: bold;
           color: #000000;
      font-family: "Trebuchet MS", sans-serif;
}
.newsdate {
	font-size: 7pt;
        font-style: italic;
        color: #888888;
}