body	{
	margin:	0;
	padding:	0;
	color:	#666666;
	background-color:	#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
A:link { 	
	color: #000000; 
	text-decoration:	none; }         /* odsyacz nie odwiedzany */
	
A:visited {	
	color: #666666; 
	text-decoration:	none; }   /* odsyacz odwiedzony */
	
A:active { 
	color: #666666;
	text-decoration:	none; }    /* odsyacz aktywny */

a:hover	{
	color:	#006CFF;
	text-decoration:	none;
	}
	
.newstopic {
	font-size: 11px;
	color: #000000;
}
.newstext {
	font-size: 11px;
	color: #777777;
}
.text {
	font-size: 12px;
	color: #333333;
}
.texttopic {
	font-size: 14px;
	/*color: #DC251D; /*czerwony*/
	color: #006CFF; /* niebieski */
	font-weight: bold;
}
.textwrite {

	font-size: 11px;
	color: #333333;
}
.textsubmenu {
	font-size: 11px;
	color: #333333;
	cursor: pointer;
	font-weight: bold;
}
.textsubmenu:hover {
	text-decoration:	underline;

}
.textsmall {
	font-size: 10px;
	color: #333333;
	line-height: 13px;
}
.input {
	font-size: 10px;
	color: #555555;
	height: 17px;
	width: 86px;
	background-position: left top;
	background-attachment: fixed;
	background-image: url(../images/bkgn_input_33.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: 1px solid #A5ACB2;
	vertical-align: middle;
}

.submenu_top {
	color: #ffffff;
	cursor: pointer;
	background-image: url(../images/submenu_topic.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 36px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	padding-right: 10px;
}
.submenu_middle {
	color: #FFFFFF;
	cursor: pointer;
	background-image: url(../images/submenu_middle.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 28px;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	padding-right: 10px;
}
.submenu_middle a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.submenu_middle a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.submenu_middle a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.submenu_bottom {
	color: #FFFFFF;
	cursor: pointer;
	background-image: url(../images/submenu_bottom.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 33px;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	padding-right: 10px;
}

.submenu_bottom a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.submenu_bottom a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.submenu_bottom a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.textsearch {


	font-size: 10px;
	color: #FFFFFF;
}
.input2 {

	font-size: 10px;
	color: #555555;
	height: 17px;
	width: 118px;
	background-position: left top;
	background-attachment: fixed;
	background-image: url(../images/bkgn_input_33.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: 1px solid #A5ACB2;
	vertical-align: middle;
}

.topic {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #3C80FF;
}

.smalltopic {
	font-size: 11px;
	font-weight: normal;
	color: #3C80FF;
	margin-left: 0px;
	margin-top: 0px;
}
.smalltopic a:link{
	color: #3C80FF;
	text-decoration: none;
}
.smalltopic a:visited{
	color: #3C80FF;
	text-decoration: none;
}
.smalltopic a:hover{
	color: #3C80FF;
	text-decoration: underline;
}

