/* Copyright www.offroad.kowu.pl */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
body {
	background-image: url(../images/bg_01.gif);
	background-position:top;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.links {
	color:#666666;
	font-size:9px;
	font-weight:normal;
}
a:link.links {
	color:#666666;
	text-decoration: none;
}
a:visited.links {
	text-decoration: none;
	color:#666666;
}
a:hover.links {
	text-decoration: none;
	color:#666666;
}
a:active.links {
	text-decoration: none;
	color:#666666;
}
#scroll {
	height:500px;
	overflow:auto;
}
.photo {
	margin-bottom:16px;
	margin-left:8px;
	margin-right:8px;
	border: 3px #FFFFFF dotted;
}
textarea {
	border: #FFFFFF dotted 2px;
	background:none;
	color:#FFFFFF;
}
input {
	border: #FFFFFF dotted 2px;
	background:none;
	color:#FFFFFF;
}
select {
	border: #FFFFFF dotted 2px;
	background:none;
	color:#FFFFFF;
}
option {
	border: #FFFFFF solid 1px;
	background-color:#AAAAAA;
	color:#FFFFFF;
}