body
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: center;
}

a
{
	color: #000000;
}
a:hover
{
	text-decoration: underline;
}

.nifty {
	-moz-opacity: 0.90;
	opacity: 0.90;
}

.soft0 {
	-moz-opacity: 0.85;
	opacity: 0.85;
}

.soft1 {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.soft2 {
	-moz-opacity: 0.75;
	opacity: 0.75;
}

div#document
{
	width: 759px;
	padding: 0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*	background: url("../gfx/body2.gif") repeat; */

}
div.quote
{
	font-size: 12px;
	line-height: 125%;
	background: white;
	border: #000000 solid 1px;
	padding:2px;
	margin-left: 30px;
	margin-right: 30px;
	-moz-opacity: 0.6;
	filter: Alpha(Opacity=80, FinishOpacity=70, Style=2);
	opacity: 0.6;
}
div.title {
	height: 30px;
	font-weight: bold;
}

/*
hr {
	border: 0;
	color: #aaa;
	background-color: #aaa;
	height: 1px;
	width: 100%;
}
*/

hr {
	border: none 0;
	border-top: 1px dashed #858585;/*the border*/
	width: 80px;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-left: 60px;
}

/* głowna tabela i dzieci*/
table
{
	padding: 0px;
	font-size: 14px;
	border-width: 0px; 
	border-spacing: 0px;
	border-collapse: collapse;
}
table.centered {
	margin-left: auto;
	margin-right: auto;
}
table.maximized {
	margin: 0;
	width: 100%;
}

/* glowna komórka tabeli i dzieci */
td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background: transparent;
}
td.head {
	background: white;
	width: 100%;
}
td.nav {
	padding: 5px 0px 0px 5px;
	/* border: #000000 solid 1px; */
	border-right: #858585 dashed 1px;
	width: 140px;
	height:100%;
	-moz-border-radius: 16px 0% 0% 16px; 
	/* -moz-border-radius: 17px; */
	/* background: #9af4c2; */
	background: #ddbf73;
}
td.content {
	padding: 3px;
	/* border: #000000 solid 1px; */
	-moz-border-radius: 0% 16px 16px 0%;
	width: 619px;
	background: #f4e69a;
}
td.spacer {
	padding: 0px;
	margin: 0px;
}

/* komorki tabeli w zaleznosci od tabel */
table.maximized td {
	padding: 3px;
	text-align: justify;
}
table.centered td {
	padding: 5px;
	text-align: center;
}
img {
	border: #000000 solid 0px;
	border-collapse: collapse;
}
