body {
	background-image: url(img/backgroundpattern.gif); 
	background-repeat: repeat-xy; 
	font-family: Arial, Helvetica, Sans-Serif;
}

img {
	border: none;	
}

.images {
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	-khtml-opacity: 0.8; 
	opacity: 0.8;	
	border: solid 4px; 
	border-color: #ffffff; 
}

.images:hover {
	border: none;
	border: none;
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	opacity: 1;	
	border: solid 4px; 
	border-color: #ffffff; 
}

.button {
 	cursor:pointer;
	border-width:1px; 
	border-style:solid; 
	border-color: #efefef; 
	padding-left: 6px; 
	padding-right: 6px;
	background-color: #927d62;
	color: #ffffff;
}
.button:hover {
 	cursor:pointer;
	color: #212121;
	border-width:1px; 
	border-style:solid; 
	border-color: #ffffff; 
	padding-left: 6px; 
	padding-right: 6px;
	background-color: #333333;
	color: #ffffff;
}

a:link {
	color: #ffffff; 
	text-decoration: none;
	border-bottom: Solid 1px #ffffff;
}

a:visited {
	color: #ffffff; 
	text-decoration: none;
	border-bottom: Solid 1px #ffffff;
}

a:active {
	color: #ffffff; 
	text-decoration: none;
}

a:hover {
	color: #ffffff; 
	text-decoration: none;
	border-bottom: Solid 2px #f8cd99;
}

.userbutton {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
	-moz-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	border-radius: 10px; 
	width: 30%; 
	border: solid 2px; 
	font-size: 8pt; 
	border-color: #ffffff; 
	padding-right: 5px; 
	padding-left: 5px; 
	cursor:pointer;
	color: ffffff;	
	font-weight:bold;
}

.userbutton:hover {
 	cursor:pointer;
	border-width:2px; 
	border-style:solid; 
	border-color: #4d4d4d; 
	padding-left: 6px; 
	padding-right: 6px;
	background-color: #e5e5e5;
	color: #000000;
}

.userbutton_selected {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
	background-color: #494136; 
	-moz-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	border-radius: 10px; 
	width: 30%; 
	border: solid 2px; 
	font-size: 8pt; 
	border-color: #ffffff; 
	padding-right: 5px; 
	padding-left: 5px; 
	cursor:default;
	color: ffffff;	
	font-weight:bold;
}