article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin:0px;left:0px;position:absolute;top:0px;width:100%;font-size:10pt;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;color:#193040;
	font-size:13px;line-height:19px;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.style1 {font-family: Verdana;

font-size:10pt;

}

.style2 {font-family:Verdana;

font-size: 10px;

}


h1 {
	font-family: Tahoma, Arial;font-size:11px;
}

h2 {
	font-family: Tahoma, Arial;font-size:11px;
	font-weight:normal ;
}

.style3 {font-family:Verdana;

font-size: 10pt;

color:#FF0000;

}

.linkyazi {
	font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;text-decoration:none; color:#000;
}


.clear {
	clear: both;
}

a {
	height: 5px;
	text-decoration:none;
	color:#340006;
}


.main-wrapper {
	width: 1000px;
	margin: 0 auto;
}

#bar
{
	 background: #000;
	 bottom:0;
	 position:fixed;
	 width:100%;
     height:65px;
	 left:0;
	 border-top:1px solid #f4f4f4;
}

#slideshow {
    position:relative;
    height:550px;
	margin-top:10px;
	margin-bottom:10px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 550px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 550px;
    display: block;
    border: 0;
    margin-bottom: 10px;
	
}