a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

.text {
	font-family: "Arial", Courier, mono;
	font-size: 12px;
	color: #646464;
	text-decoration: none;
}

.error {
	font-family: "Arial", Courier, mono;
	font-size: 12px;
	color:Red!important;
}

.adminmenu {
	font-family: "Verdana", Courier, mono;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.tabletext {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.gomb {
	font-family: "Verdana", Courier, mono;
	font-size: 9 px;
	font-weight: bold;
	color: #d2cfc0;
	text-decoration: none;
	text-align: center;
	background-color: #646464;
	border: 1 px;
	border-color: #646464;
}

.gomb2 {
	font-family: "Trebuchet MS", Courier, mono;
	font-size: 10px;
	background-color: #ffddee;
	border: thin;
   border-color: #b0aca0;
}
.checkbox {
	font-family: "Trebuchet MS", Courier, mono;
	font-size: 10px;
	background-color: #cac6ba;
	border: thin;
   border-color: #cac6ba;
}
.radio {
	font-family: "Trebuchet MS", Courier, mono;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: none;
}
input {
	font-family: "Verdana", Arial, mono;
	font-size:  9px;
	color: #000000;
	text-decoration: none;
	background-color: #EEEEEE;
	border: 1 px;
}
select {
	font-family: "Trebuchet MS", Courier, mono;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: thin solid #AFAB9F;
}
textarea {
	font-family: "Trebuchet MS", Courier, mono;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: thin solid #000000;
}


