BODY {
	background-image: url(http://brw.rubikon.pl/brw/img/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top
}

* {
	font-family: Verdana, Verdana CE, Tahoma, Helvetica, Arial, Arial CE, Sans-serif;
	font-size: 9pt
}

H1 {
	font-size: 18pt
}

H2 {
	font-size: 13pt
}


H3 {
	font-size: 11pt
}

A {
	color: #5599aa;
	font-weight: bold
}

A:link, A:visited, A:active {
	text-decoration: none
}

A:hover {
	text-decoration: underline
}

A.red {
	color: red;
}

A.red:link, A.red:visited, A.red:active {
	text-decoration: underline
}

A.black {
	color: black;
	text-decoration: underline
}

TABLE {
	border-color: green;
	border-style: solid;
	border-width: 0px
}

TABLE TD {
	border-color: green;
	border-style: solid;
	border-width: 0px
}

TABLE.t0 {
	border-width: 0px 0px 1px 1px
}

TABLE.t0 TD {
	padding: 1px;
	border-width: 1px 1px 0px 0px;
	font-size: 8pt
}

TABLE.t0 TD.h0 {
	background: #99cc99;
	font-weight: bold;
	text-align: center;
	font-size: 8pt
}

INPUT, SELECT, TEXTAREA {
	padding: 1px;
	border: green solid 1px
}

INPUT.submit {
	background: #e5f6ee
}

INPUT.importent_submit {
	background: #99cc99;
	font-weight: bold
}

INPUT.submit, INPUT.importent_submit {
	padding: 0px
}

SPAN {
	font-weight: bold
}

SPAN.red {
	color: red
}

SPAN.orange {
	color: #ff8800
}

SPAN.black {
	color: black;
	font-weight: bold;	
	font-size: 8pt

}