.text {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
input {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
select {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
textarea {
	font-family: Tahoma, Arial;
	font-size: 11px;
}

a:link
{
	font: 11px Tahoma;
	text-align: right;
	direction: rtl;
	text-decoration: none;
	color: #023AAE;
	padding-bottom: 1px;
	border-bottom: none;
}

a:visited,
a:link:visited
{
	color: #023AAE;
	text-decoration: none;
	border-bottom: none;
	padding-bottom: 1px;
}

a:hover,
a:visited:hover
{
	text-decoration: none;
	color: #CD0202;
	border-bottom: none;
	padding-bottom: 1px;
}