/* news.css - arkusz stylów dla aktualnoci */

body {
	background-color: #fff;
} 

p {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

a:link, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-decoration: none;
	color: #0c0;
	border-bottom: 1px dashed;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid;
}

li {
	background-color: #dbffa6;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	list-style-type: square;
}

hr {
	color: #0c0;
	line-height: 1px;
}

.newsheader {
	color: #0c0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: 1px solid #0c0;
}

.newsdate {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: italic;
}

.newsauthor {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: normal;
}

.imageboxnews {
	border-bottom-color: #c0c0c0;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-left-color: #c0c0c0;
	border-left-style: dashed;
	border-left-width: 1px;
	border-right-color: #c0c0c0;
	border-right-style: dashed;
	border-right-width: 1px;
	border-top-color: Green;
	border-top-style: solid;
	border-top-width: 3px;
	background-color: #dbffa6;
	padding: 5px 5px 5px 5px;
}

.imageboxtext {
	background-color: transparent;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 6pt;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
}

.listatext {
	background-color: #dbffa6;
	border-bottom-color: #c0c0c0;
	border-left-color: #c0c0c0;
	border-top-color: Green;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 5px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	list-style-type: square;
	border-right-color: #c0c0c0;
	border-right-style: dashed;
	border-right-width: 1px;
}

.strongtext {
	color: #0c0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
}

.contentheader {
	color: #fff;
	background-color: #0c0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
}

.supindex {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
}
