
/* LINKS */

a:link {
	text-decoration: none;
	cursor: hand;
	color: #BAAF2C;
}

a:active {
	text-decoration: none;
	cursor: hand;
	color: #BAAF2C;
}

a:visited {
	text-decoration: none;
	cursor: hand;
	color: #BAAF2C; 
}

a:hover {
	cursor: hand;
	color: #C6BA2F;
	text-decoration:underline;
}

textarea {
	color: #000000;
	background: #C0C0C0;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma; 
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #808080;

}

input, select {
	color: #000000;
	background: #DADADA;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma; 
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
}


/* OTHER */

.image {
	border-style: solid;
	border-width: 4px;
	border-color: #606060;
	background-color: #000000;
	-moz-border-radius:  5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	margin:2px;
}

.image:hover {
	border-style: solid;
	border-width: 4px;
	border-color: #C6BA2F;
	background-color: #000000;
	-moz-border-radius:  5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	margin:2px;
}


.a img {
	border-style: solid;
	border-width: 4px;
	border-color: #C0C0C0;
	background-color: #000000;
	-moz-border-radius:  5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	margin:2px;
}

.a img:hover {
	border-style: solid;
	border-width: 4px;
	border-color: #C6BA2F;
	background-color: #000000;
	-moz-border-radius:  5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	margin:2px;
}



