.norepeat {
	background-repeat: no-repeat;
	
}
.norepeatcenter {
	background-repeat: no-repeat;
	background-position: 75% 75%;
}
.norepeatbottomleft {
	background-repeat: no-repeat;
	background-position: 0% 100%;
}
a {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FB8400;
	text-decoration: none;
	font-weight: bold;
}
p {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	text-align: justify;

}

.fadelink {
	font-family: Arial;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	
	}
	
.fadelink:hover {
	font-family: Arial;
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	
	}
	
.baslik {
	font-family: Arial;
	font-size: 12pt;
	color: #336699;
	text-align: center;
	font-weight: bold;
}
.tablo1 {border-bottom: solid 2px #336699;border-left: solid 2px #336699;border-right: solid 2px #336699;border-top: solid 2px #336699;}
