body {
	background-color: #CCCCCC;
	background-image: url(images/back.jpg);
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.button {
	background-color:#ffffff;
	background-image:url(images/icon.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:20px;
	width:170px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	color:#5c5c5c;
	}

.button_up {
	background-color:#EB0042;
	background-image:url(images/icon1.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:20px;
	width:170px;
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#FFFFFF;
	}

.stripe {
	background-image:url(images/stripe.jpg);
	background-position:center;
	background-repeat:repeat-x;
	height:4px;
	}

.anabaslikgri {
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	color:#666666;
	}

.anabaslikbeyaz {
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	color:#fff;
	}

.footerlink {
	font-size:14px;
	font-family:Tahoma;
	color: #ffffff;
	text-decoration:none;
}

.footerlink:hover {
	font-size:14px;
	font-family:Tahoma;
	color: #ffffff;
	text-decoration:none;
}

.iclink {
	font-size:13px;
	font-family:Tahoma;
	color: #E40136;
	text-decoration:none;
}

.iclink:hover {
	font-size:13px;
	font-family:Tahoma;
	color: #E40136;
	font-weight:bold;
	text-decoration:none;
}

.grikucuk {
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#5c5c5c;
	}

.redkucuk {
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#FF0000;
	}

.icerikbaslik {
	font-family:Tahoma;
	font-size:17px;
	font-style:normal;
	color:#E40136;
	}
	
.kocaman {
	font-family:Tahoma;
	font-size:36px;
	font-style:normal;
	color:#E40136;
	}
	
.altbaslik {
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	color:#666666;
	}
	
fieldset { border:0;margin:0;padding:0; }
	
label { display:block; }
	
input.text,textarea { width:300px;font:12px/12px 'courier new',courier,monospace;color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; }

input.submit { padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; }

