.text  {
	font-size : 11px;
	font-family : Verdana,Arial, Helvetica;
	font-weight : normal;
	color : #ffffff;
	text-decoration : none;
}

.text:Hover  {
	font-size : 11px;
	font-family : Verdana,Arial, Helvetica;
	font-weight : normal;
	color : #fafafa;
	text-decoration : underline;
}

.textbold  {
	font-size : 12px;
	font-family : Verdana,Arial, Helvetica;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
}
.textbold:Hover  {
	font-size : 12px;
	font-family : Verdana,Arial, Helvetica;
	font-weight : bold;
	color : #ffffff;
	text-decoration : underline;
}

.textyel {
	font-size : 12px;
	font-family : Verdana,Arial, Helvetica;
	font-weight : bold;
	color : #FFE400;
	text-decoration : none;
}

.textyel:Hover {
	font-size : 12px;
	font-family : Verdana,Arial, Helvetica;
	font-weight : bold;
	color : #78E520;
	text-decoration : underline;
}
.textbl {
	font-size : 12px;
	font-family : Verdana,Arial, Helvetica;
	font-weight : bold;
	color : #000000;
	text-decoration : none;
}

.textblack {
	font-size : 11px;
	font-family : Verdana,Arial, Helvetica;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
}

.textblackbig {
	font-size : 16px;
	font-family : Verdana,Arial, Helvetica;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
}

input {
	border-style: groove;
	BORDER-RIGHT: 1px solid #000000;
	PADDING-RIGHT: 3px;
	BORDER-TOP: 1px solid #000000;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: 1px solid #000000;
	COLOR: #000000;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: 1px solid #000000;
	BACKGROUND-COLOR: #BBBBBB;
}

select {
	border-style: groove;
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	COLOR: #000000;
	BACKGROUND-COLOR: #BBBBBB;
	background : #BBBBBB;
	border : 1px solid #000000;
}

textarea {
	border-style: groove;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	COLOR: #000000;
	BACKGROUND-COLOR: #BBBBBB;
	background : #BBBBBB;
	border : 1px solid #000000;
	font : normal normal normal 11 Verdana, Geneva, Arial, Helvetica, sans-serif;
}