body.background	{
	background-color: #74914F;
	overflow: hidden;
}

body.border{
	background: url(IMG/texture.jpg) fixed;
	overflow: hidden;
	color: #FFFFFF;
	font-family: arial;
}
 
body.content	{
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #999999;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #333333;
	scrollbar-shadow-color: #333333;
	scrollbar-track-color: #FFFFFF;
	
	background-image: url('IMG/paddo.jpg');
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
}

body.bg {
	background: url(IMG/geocaching.png) fixed;
	background-position: top right;
	background-repeat: no-repeat;
}
 
 
a:link{
	color: #000000;
}
a:visited{
	color: #000000;
}
a:hover {
	color: #FF6600;
}
a:focus {
	color: #FF6600;
}

a.copyright{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

h1{
	font-family: arial;
	font-size: 22;
	font-style: bold;
	color: FF6600;
}

h2 {
	font-family: arial;
	font-size: 12px;
	font-style: bold;
	color: FF6600;
	margin: 2px;
}

p.fullstyle:first-letter {
	font-family: arial;
	font-size: 18;
	font-style: bold;
	color: FF6600;
}

p.fullstyle	{
	font-family: arial;
	font-size: 12;
	text-align: justify;
}
 
p.nostyle {
	font-family: arial;
	font-size: 12
}
 
td.text {
	vertical-align: top;
}

td.img {
	vertical-align: center;
	text-align: right;
}

input {
	font-family: arial;
	font-size: 10px;
}

input#char2 {
	width: 21px;
}

input#char3 {
	width: 27px;
}

input#char100 {
	width: 600px;
}

textarea {
	font-family: arial;
	font-size: 10px;
	width: 600px;
	height: 250px;
}

select {
	font-family: arial;
	font-size: 10px;
}

select#char {
	width: 40px;
}
