/* style things go here*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#style01 {
	color: #166481;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#style01 a:link {
	color: #000000;
	text-decoration: underline;
	}

#style01 a:visited {
  color: #000000;
  text-decoration: underline;
	}

#style01 a:hover {
	text-decoration: underline;
	color:#ff0000;
	}

#style01 a:active {
	color: #000000;
	text-decoration: none;
	}

#style02 {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	font-family: "Trebuchet MS";
	}

#style02 a:link {
	color: #0099FF;
	text-decoration: underline;
	}

#style02 a:visited {
  color: #0099ff;
  text-decoration: underline;
	}

#style02 a:hover {
	text-decoration: underline;
	color:#ff0000;
	}

#style02 a:active {
	color: #0099ff;
	text-decoration: underline;
	}

.style01 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.baslik01 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
	}
	
.izoBaslik {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight:bold;
	}
	
/* divs goes here*/	

#middleHole {
	width: 900px;
	float: left;
	}
	
#topLogo {
	width: 900px;
	height: 100px;
	float: left;
	clear: both;
	}
	
#mainMenu {
	width: 900px;
	height: 35px;
	float: left;
	clear: both;
	}
	
#mainBanner {
	width: 900px;
	float: left;
	margin-bottom: 10px;
	}

.flvFloat {
	float:left;
	margin-bottom:15px;
	margin-right:15px;
	}
	
.padOnbes {
	padding: 0px 10px 10px 0px;
	}