BODY {
	margin: 0px;
	color : #333;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #2a2ab0;
	text-decoration: none;
}
a:hover {
	color : #3d3dff;
	text-decoration : underline;
}
a:active {
	color : #333333;
	text-decoration : underline;
}

.button {
	border-top : solid 1px #d5d5d5;
	border-right : solid 1px #808080;
	border-bottom : solid 1px #808080;
	border-left : solid 1px #d5d5d5;
	color : #333;
	font-weight : bold;
}


/* GLOWNY LAYOUT */

h1 {
    font-size: 16px;
	color : #999;
	font-weight : bold;  
	
	border-bottom : solid 1px #808080;
	margin: 5px;

}

img {
    border: 0;
}

table.main {
    background-color: #FFF;
	margin: 0px;
	padding: 0px;
	border: none;
	border-spacing: 0px;
	width: 760px;
	border-collapse: collapse;
}

table.main th.header {
	background-color: #EEE;
	height: 100px;
	border: 1px solid #AAA;
}

table.main th.footer {
    background-color: #FFF;
    font-size: 10px;
}


table.main td.left {
    width: 160px;
    text-align: left;
    vertical-align: top;
    background-color: #EEE;
    padding: 5px;
    border-left: 1px dotted #AAA;
    border-right: 1px dotted #AAA;
    border-bottom: 1px solid #AAA;
}

table.main td.center {
    vertical-align: top;
    text-align: left;
    width: 500px;
    height: 100%;
    border-spacing: 0px;
    border-bottom: 1px solid #AAA;
}

table.main td.right {
    width: 100px;
    vertical-align: top;
    background-color: #EEE;
    padding: 5px;
    border-left: 1px dotted #AAA;
    border-right: 1px dotted #AAA;
    border-bottom: 1px solid #AAA;
}





p.contact {
    font-size: 9px;
    text-align: left;
}

p.contact strong {
    font-size: 11px;
    font-weight: bold;
}

p.menulinks a {
    font-size: 14px;
    font-weight: bold;

}


p.links strong {
    font-size: 11px;
    font-weight: bold;
}
p.links a {
    font-size: 9px;
    font-weight: normal;
}

p.eufinanced {
    color: blue;
    font-size: 9px;
    text-align: center;
}

/* LISTA PLIKOW */

table.filelist td {
    vertical-align: top;
    border: none;
}

/* LISTA NEWS */

table.list {
	width: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
    xborder-collapse: collapse;
}

table.list th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	font-size: 11px;
	color: #000;
}
table.list th.title {
	text-align: left;
	font-size: 14px;
}

table.list th.date {
	text-align: right;
}

table.list th a:link, table.list th a:visited {
	color: #c64934;
	text-decoration: none;
}

table.list th a:hover {
	text-decoration: underline;
}

table.list tr.row0 {
	background-color: #F9F9F9;
}

table.list tr.row1 {
	background-color: #FFF;
}


table.list td {
	border-bottom: 1px dotted #AAA;
	margin 4px;
}

