/* COLORS and FONTS */
/* COLORS CSS  */
.red {color: #FF0000;}
.blue{color:#2CBBF5}
.orange{color:#FF9900}
.green{color:#99CC00}
.purple{color:#9933CC}
.white {
	color:#FFFFFF;
	font-weight: bold;
}
.white h2 
{
	font-family:Lucida Sans Unicode;
	font-size:11px;
	color:#fff;
	
	}
.white h1
{
	font-family:Lucida Sans Unicode;
	font-size:9px;
	color:white;
	}
.gray {color:#CCCCCC;}
.yellow {color:#FFCC00;}
.black {color:#000000;}
.brown {color:#333333;}
.maroon {color:#AA0957;}
.calik_blue {
	color:#063579;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
}
.blue_title
{
    color: #063579;
    font-size: 22px;
    line-height: 120%;
    font-weight: bold;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 4px;
    font-family: Arial, Helvetica, sans-serif;
    width:460px;
}
.blue_title_2 {
	color:#063579;
	font-size: 14px;
	font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    z-index:100;
}
.nav_right_title {
	color:#999999;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
}

/* TITLE CSS'LERI */
h1 
{
	font-size:25px;
	color:#063579;
	display:inline;
	font-weight: bold;
	line-height:20px;
	}

h1 span{
	font-size:15px;
	color:#333333;
	display:inline;
	font-weight: bold;
}
h2,h2 span{font-size:11px;font-weight:bold; color:#333333;display:inline;}
h3,h3 span{font-size:11px; color:#AA0957;display:inline;}
h4,h4 span {font-size:11px; color:#333333;display:inline;}
h5,h5 span{font-size:10px; color:#FF3300;display:inline;}
h6,h6 span{font-size:9px; color:#FF3300;display:inline;}


/* FONT SIZE CSS'leri */
.xzlargefont{font-size: 15px;text-decoration: none;}
.xlargefont{font-size: 13px;text-decoration: none;}
.largefont{font-size: 12px;text-decoration: none;}
.mediumfont{font-size: 11px;text-decoration: none;}
.smallfont{
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
.xsmallfont {font-size: 9px;text-decoration: none}

.justified { text-align:justify;}


/*HATA, UYARI VE YARDIM CSS'LERI   */
/*  genel hata-uyari css   */
.error{font-weight: bold;color: #FF0000;}
.error_alternative{font-weight: bold;color:#0F61AD;}

/* alert CSS */
.alert{font-weight: bold;color: #FF0000;}
.alert_alternative{font-weight: bold;color: #0F61AD;}

/*  genel yardim css   */
.help{font-weight: bold;color:#3399ff;}
.help_alternative{font-weight: bold;color:#99CC00;}

.yazi
{
	font-size:10px;
	font-family:Verdana;	
}