a {
	color: #006699;
	text-decoration: none;
}
a:link {
	color: #9b5f9c;
	text-decoration: none;
}
a:visited {
	color: #9b5f9c;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

a.a { 
    background-color: #00A0EB; /*Arkaplan Rengi*/
    border-radius: 5px 5px 5px 5px; /*Kenar Yuvarlama*/
    color: #FFFFFF; /*Yazı Rengi*/
    display: inline-block; /*Hücreye Sığdır*/
    font-size: 10px;  /*Yazı Boyutu*/
    font-weight: normal; /*Kalınmı İncemi*/
    padding: 2px 10px; /*Çerçeve Boyutu*/
}

a.a:hover {
	background-color: #000000; /*Üstüne Gelince Arkaplan Rengi*/
}

a.a:visited {
	background-color: #FF6D29; /*Üstüne Gelince Arkaplan Rengi*/
}

a.b { 
    background-color: #00A0EB; /*Arkaplan Rengi*/
    border-radius: 5px 5px 5px 5px; /*Kenar Yuvarlama*/
    color: #FFFFFF; /*Yazı Rengi*/
    display: inline-block; /*Hücreye Sığdır*/
    font-size: 14px;  /*Yazı Boyutu*/
    font-weight: bold; /*Kalınmı İncemi*/
    padding: 3px 40px; /*Çerçeve Boyutu*/
}

a.b:hover {
	background-color: #000000; /*Üstüne Gelince Arkaplan Rengi*/
}

a.b:visited {
	background-color: #FF6D29; /*Üstüne Gelince Arkaplan Rengi*/
}


.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.textBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
}
.baslik {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20;
	font-weight: bold;
}
.baslik1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16;
	font-weight: bold;
}
.baslik2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12;
	font-weight: bold;
}
.yanbaslik {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	font-weight: bold;
}
.textGray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #999999;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11;
}
.text2 {
	font-family: tahoma;
	font-size: 8px;
	font-weight: normal;
	color: #000000;
}
.text3 {
	font-family: tahoma;
	font-size: 40px;
	color: #FF3366;
	font-weight: bold;
	padding-left: 0px; /*Soldan Boşluk*/
	text-shadow: #000000 4px 2px 1px; /*Yazıya Gölge IE'de çalışmaz*/
	letter-spacing: 8px; /*Harfler Arası Boşluk*/		
}
.bgHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #003399;
	background-color: #FFFFFF;
	background-image: url(bg_banner.gif);

}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #003399;
}
