@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	background-color: #CCC;
	background-image: url(images/Bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	margin-top:0;
}

.MenuLink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
.MenuLink:link {
	color: #666;
	text-decoration: none;
}
.MenuLink:visited {
	text-decoration: none;
	color: #666;
}
.MenuLink:hover {
	text-decoration: none;
	color: #C00;
}
.MenuLink:active {
	text-decoration: none;
	color: #F00;
}
.NormalLink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
}
.NormalLink:link {
	color: #666;
	text-decoration: none;
}
.NormalLink:visited {
	text-decoration: none;
	color: #666;
}
.NormalLink:hover {
	text-decoration: none;
	color: #000;
}
.NormalLink:active {
	text-decoration: none;
	color: #F00;
}
.YLink {
	color: #FFF;
	text-decoration: none;
}
.YLink:link {
	color: #FFF;
	text-decoration: none;
}
.YLink:visited {
	text-decoration: none;
	color: #FFF;
}
.YLink:hover {
	text-decoration: none;
	color: #000;
}
.YLink:active {
	text-decoration: none;
	color: #F00;
}
.SayfaMenuLink {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
.SayfaMenuLink:link {
	color: #900;
	text-decoration: none;
}
.SayfaMenuLink:visited {
	text-decoration: none;
	color: #900;
}
.SayfaMenuLink:hover {
	text-decoration: none;
	color: #F00;
}
.SayfaMenuLink:active {
text-decoration: none;
}
.FontStyle1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #099;
}

.FontStyle2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #930;
}
.FontStyle3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}

textarea {
	width: 95%;
}



hr {
	border: thin groove #CCC;
}

