BODY 
	{
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		background: #1079EF;
	}

/* wyglad linkow gornych */
TD.links
	{
		background: #EFF5FC;
		vertical-align: top;
		border: none;
		text-align: center;
		font-family: Verdana;
		font-size: 8pt;
		font-style: normal;
		font-weight: bold;
		color: #000000;
	}

A.links:link { text-decoration: none; color: #000000 }
A.links:visited { text-decoration: none; color: #000000 }
A.links:hover { text-decoration: none; color: #0000FF }
A.links:active { text-decoration: none; color: #000000 }

/* wyglad lewego podmenu strony */
TD.menu
	{
		background: #EFF5FC;
		vertical-align: top;
		padding-top: 30px;
		line-height: 18px;
		border: none;
		font-family: Verdana;
		font-size: 8pt;
		font-style: normal;
		font-weight: bold;
		color: #000000;
	}

A.amenu:link { text-decoration: none; color: #0000FF }
A.amenu:visited { text-decoration: none; color: #0000FF }
A.amenu:hover { text-decoration: none; color: #0000FF }
A.amenu:active { text-decoration: none; color: #0000FF }

/* wyglad podmenu lewego aktywne linki */
A.menu:link { text-decoration: none; color: #000000 }
A.menu:visited { text-decoration: none; color: #000000 }
A.menu:hover { text-decoration: underline; color: #0000FF }
A.menu:active { text-decoration: underline; color: #000000 }

/* wyglad tresci strony */
TABLE.table
	{
		background: #EFF5FC;
		vertical-align: top;
		border: double;
		border-color: gray;
		text-align: justify;
		font-family: Verdana;
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		color: #000000;

	}
TD.tresc
	{
		background: #EFF5FC;
		vertical-align: top;
		padding-left: 18px;
		padding-right: 10px;
		border: none;
		text-align: justify;
		font-family: Verdana;
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		color: #000000;
	}
TD.table
	{
		background: #EFF5FC;
		vertical-align: middle;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		border: solid 1px;
		border-color: gray;
		text-align: left;
		font-family: Verdana;
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		color: #000000;
	}
TD.itable
	{
		background: #FFFFFF;
		vertical-align: middle;
		text-align: center;
		padding-top: 3px;
		padding-left: 3px;
		padding-right: 3px;
		border: solid 1px;
		border-color: gray;
	}

/* wyglad naglowka strony */
P.title
	{
		vertical-align: top;
		text-align: center;
		font-family: Verdana;
		font-size: 11pt;
		font-style: normal;
		font-weight: bold;
		color: #000000;
	}
P.left
	{
		vertical-align: top;
		text-align: left;
		font-family: Verdana;
		font-size: 11pt;
		font-style: normal;
		font-weight: bold;
		color: #000000;
	}
P.right
	{
		text-align: right;
		font-family: Verdana;
		font-size: 8pt;
		font-style: normal;
		font-weight: bold;
		color: #0000FF;
	}

A.tlink:link { text-decoration: none; font-weight: bold; color: #0000FF }
A.tlink:visited { text-decoration: none; font-weight: bold; color: #0000FF }
A.tlink:hover { text-decoration: underline; font-weight: bold; color: #0000FF }
A.tlink:active { text-decoration: underline; font-weight: bold; color: #0000FF }

/* wyglad i obramowanie obrazka po lewej stronie textu */
IMG.left
	{
		float: left;
		margin-top: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		border: double;
		border-color: #C0C0C0;
	}

/* wyglad i obramowanie obrazka po prawej stronie textu */
IMG.right
	{
		float: right;
		margin-top: 10px;
		margin-left: 10px;
		margin-bottom: 10px;
		border: double;
		border-color: #C0C0C0;
	}
IMG.center
	{
		align: left;
		float: none;
		border: double;
		border-color: #C0C0C0;
	}

A.mail:link { text-decoration: none; font-weight: none; color: #FFFFFF }
A.mail:visited { text-decoration: none; font-weight: none; color: #FFFFFF }
A.mail:hover { text-decoration: none; font-weight: none; color: #FFFFFF }
A.mail:active { text-decoration: none; font-weight: none; color: #FFFFFF }

UL.list
	{
		list-style-position: outside;
	}