/* Layout Stylesheet */ 

html, body {
	margin: 0;
	color: #000;
	background-color: #145d8f;
	font-family: Tahoma, Geneva, sans-serif;
	list-style-image:url(../images/arw.gif);
	list-style-position: outside;
}


#top {
	padding: 0px;
	height: 70px;
	background-image: url(70.gif);
	background-repeat:repeat-x;
	text-align: center;
	font-family: "Lucida Console", Monaco, monospace;
	font-weight: bold;
	font-size: 20px;
	color: #FFC;
}

#main {
	width: 100%;
	padding: 0px;
	background: #fff;
}

#yaz {	padding: 5px;
	width: 95%;
	margin-right:auto;
	margin-left:auto}



#top a:link {
	padding: 6px;
	color: #ffffff;
    text-decoration: none; 
}

#top a:hover {
	padding: 6px;
	color: #F00;
	text-decoration: none;
}

#top a:visited {
	padding: 6px; color: #eee;
	text-decoration: none;
}
#top a:active {
	padding: 6px;
	color: #F96;
	text-decoration: none;
}


a:link {
	font-weight: bold;
	text-decoration: none;
	color: #03C;
}
a:visited {
	text-decoration: none;
	color: #069;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #6C0;
}

#footer {
	text-align: center;
	color: #FFFFCC;
	background-color: #fff;
	background-image: url(ftr.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
	
.color {
	color: #85BD25;
	font-weight: bold;
}

.im {
	padding : 2px;
	border: 4px double #999999;
	background-color: #efecdc;

}	

.bold {
	color: #CC3300;
	font-weight: bold;
	font-size: 18px;
}	

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

.hd {
	
	font-size: 18px; font-weight: bold;
	color: #333333;
}	