.text {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 17px;
}
.baslik {
	font-family: tahoma;
	font-size: 11px;
	color: BA1F24;
	text-decoration: none;
	line-height: 15px;
}

.menu:link {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.menu:visited {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.menu:active {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.menu:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;

}
.menu {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
} 

.input {
	border: 1px solid #999999;
	font-size: 10px;
	color: #333333;
	width: 130px;
}
.button {
	border: 1px solid #999999;
	background-color:#FFFFFF;
	font-size: 11px;
	color: #ba1f24;
	font-weight: bold;
}
