@charset "utf-8";
/* CSS Document */

body {
	background: #FFFFFF url(images/bg.jpg) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0 0 0 0 ;
}

/* Linkler */
a:link, a:visited {

	text-decoration: none;
	color: #016263;
}
a:hover {
	color:  #ff007f;	
}
.Normal {
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.YesilNormal {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #016263;
}
.PembeNormal {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ff007f;
}
.beyazNormal {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #ffffff;
}
.Kalın {
	font-family: "Trebuchet MS";
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;

}
.YesilKalın {
	font-family: "Trebuchet MS";
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #016263;
}
.PembeKalın {
	font-family: "Trebuchet MS";
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #ff007f;
}

