*, body * {
	margin: 0;
	padding: 0;
}

body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color : #5A554A;
	background-color:#2B516F;
	background: url(../images/bg_bottom.gif);
	}

TD	{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #5A554A;
	line-height: 17px;
}

P	{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #fff;
	margin: 0;
}

UL	{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px 0px 0px 17px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/gf_bullet.gif);
}
LI {
	vertical-align:middle;
}
OL	{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-position: outside;
	vertical-align: middle;
	color : #515151;
}

blockquote {
    margin-left: 15px;
}

A:link 
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :12px;
	text-decoration: none;
	font-weight: bold;
	color: #2B8759;
}

A:active
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :12px;
	text-decoration: none;
	font-weight: bold;
	color: #2B8759;
}

A:visited
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :12px;
	text-decoration: none;
	font-weight: bold;
	color: #2B8759;
}

A:hover
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :12px;
	text-decoration: underline;
	font-weight: bold;
	color: #DF0000;
}

h1	{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #DF0000;
	margin-bottom: 20px;
	border-bottom: 1px solid #E4E1DC;
}

h2	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :16px;
	font-weight: bold;
	color : #FCB200;
	margin-bottom: 9px;
	margin-top: 0px;
}

h3	{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #268254;
	margin-bottom: 3px;
}

.content {
	padding:0px 20px 20px 20px;
	font-size: 12px;
	background-color:#4476A7;
	text-align:justify;
	vertical-align:top;
}
.left_column {
	width: 206px;
	background-color:#F6F3EE;
	background-image:ur(../images/left_column_bg.gif);
	background-repeat:repeat-x;
	border-top:6px solid #E4E1DC;
	border-left:3px solid #E4E1DC;
	border-right:3px solid #E4E1DC;
	padding: 18px;
}
.right_column {
	padding:0px 20px 20px 20px;
	width:551px;
	background-color:#fff;
	border-right:3px solid #E4E1DC;
}
.footer {
	color:#fff;
	text-align:left;
	vertical-align:middle;
	background-color: #268254;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	padding-left:15px;
	padding-right:15px;
	height:29px;
}

input,.input
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #515151;
	vertical-align: middle;
}

textarea	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #515151;
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

select	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #515151;
	font-size : 11px;
	BACKGROUND-COLOR: #FFF;
	border-bottom: #CCCCCC;
	border-left: #CCCCCC;
	border-right: #CCCCCC;
	border-top: #CCCCCC;
	border: solid 1px #BFBFBF;
	vertical-align: middle;
}

textarea.error
		{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #f00;
    background-color: #FFFFFF;
    border: 1px solid #f00;
}

input.error
			{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #f00;
    background-color: #FFFFFF;
    border: 1px solid #f00;
}

.success
			{
    font-weight: bold;
	color: #94DEFF;
}

.error
			{
    font-weight: bold;
	color: #94DEFF;
}

.image
	{
	border: 2px solid #FFFFFF;
}

#popup, #popUpAnim {
    background: #268254;
}

#animStart {
    text-align: center;
    cursor: pointer;
}

.zoom {
    border: none;
}

hr {
	height: 0; border: 0;
	border-bottom: 1px solid #E4E1DC;
	margin-top: 9px;
	margin-bottom: 9px;
}

.hide {
    display: none;
}


.row {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5C5C5;
}

.searchButton {
	background: transparent url('../images/bu_ok.gif') no-repeat;
	width: 24px;
	height: 18px;
	border: 0;
	cursor: pointer;
}

.button {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
	background-color: #268254;
	margin: 0px;
	padding: 2px;
	vertical-align: middle;
}

button {
	cursor: pointer;
	border: 0;
	background-color: #F3F3EE;
	margin: 0;
	padding: 0;
	vertical-align: middle;	
}

.radio {
	border: 0px none;
}

.data {
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	font-weight: bold;
	color : #000000;
}

.small {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tytul {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DF0000;
	margin-top:3px;
	margin-bottom:3px;

}

.image_background {
	background-color: #E2DED8;
}

#search, #search * {
	margin: 0;
	padding: 0;
}