.white {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.white:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.whiteb {
	font-family: Arial;
	font-size: 16pt;
	color: #FFFFFF;
	font-weight: bold;
}
.inp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.red {
	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.black {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.black:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.gray {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.link {
	font-family: Tahoma;
	font-size: 11px;
	color: #114D80;
	text-decoration: none;
}
.link:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

td {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.nokta1 {
	border-bottom-width: 1px;
	border-top-style: 1;
	border-bottom-style: dotted;
	border-bottom-color: #000066;
}