@charset "UTF-8";
/* CSS Document */
/* Design by Nur Layout Stylesheet */ 

html, body {
	margin: 0px;
	color: #000;
	background-color: #ccc;
	background-image: url(../bg/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

#top {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	background-image: url(../bg/header.gif);
	background-repeat:repeat-x;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #fff;
	text-align: center;
	word-spacing: 2px;
	letter-spacing: 3px;
}


#main {
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	}
	
#yaz {
	padding: 12px;
	
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	color: #333;
	background: #fff;
	background-image: url(../bg/alt.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 13px;
	text-align: center;	
	border-bottom: #5C4500 3px solid;	
}
	
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #030;
}
a:visited {
	text-decoration: none;
	color: #C30;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #CC0033;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #339900;
	font-weight: bold;
}

.color {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F8F5EC;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}

.im {
	padding : 2px;
	border: 4px double #D0C5A2;
	background-color: #eeeeee;
}	

.bold {
	color: #336600;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	word-spacing: 2px;
}	

.sm {
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding:5px;
	text-align: center;
}
.gri {
	color: #346982;
	font-size: 12px;
	}

.hd {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #630;
	font-weight: bold;
	word-spacing: 2px;
}	

.brd {
	padding : 4px;
	border: 3px double #727255;
	background-color: #fff;
