body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

p, li, ol, ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #505050;
	font-size: 12px;
}

.small {
	font-size: 10px;
	color: Gray;
}

div.topic_date {
	font-size: 11px;
	color: Gray;
	margin-top: 10px;
}

div.topic {
	font-size: 11px;
	color: Gray;
	margin-top: 10px;
}

a {
	color: gray;
}

a:hover {
	color: Maroon;
}

.tytul {
	font-size: 25px;
	font-family: "Times New Roman", Times, serif;
	color: Maroon;
	letter-spacing: 4px;
	border-bottom: 1px solid silver;
	margin-top: 14px;
}

.podtytul {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: Maroon;
	font-weight: bold;
	letter-spacing: 2px;
}


td.main {
	border-left: dotted silver 1px;
}

a.stopka {
	font-size: 10px;
	color: White;
	text-decoration: none;
}

a.stopka:hover {
	color: Red;
}

div.stopka {
	font-size: 10px;
	color: White;
	text-decoration: none;
	margin-top: 7px;
	margin-left: 16px;
}


a.stopka_up {
	font-size: 10px;
	color: White;
	text-decoration: none;
	font-weight: bold;
}

a.stopka_up:hover {
	color: Red;
}

div.stopka_up {
	margin-top: 5px;
	margin-right: 16px;
	color: grey;
}

.input_txt {
	width: 300px;
	border: silver 1 solid;
	background-color: white;
}

.input_txt2 {
	width: 110px;
	border: silver 1 solid;
	background-color: white;
}


.input_button {
	border: silver 1 solid;
	background-color: white;
}





.created {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A47B00;
	margin-right: 9px;
}

a.created {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A47B00;
}

a.created:hover {
	color: maroon;
}

td.table_head {
	text-align: center;
	background-color: Maroon;
	color: White;
	font-size: 11px;
}

td.table_td1 {
	text-align: center;
	background-color: #F1F1F1;
	font-size: 11px;
}

td.table_td2 {
	text-align: center;
	background-color: #FBFBFB;
	font-size: 11px;
}



