a { color: #555555; text-decoration: none; font-family: tahoma; font-size:12px;}
a:hover { color: #CC0000; text-decoration: none; font-family: tahoma; font-size:12px;}
a.menu { color: #666666; font-weight:bold; text-decoration: none; font-size:11px; font-family: Tahoma;}
a.menu:hover { color: #CC0000; font-weight:bold; text-decoration: none; font-size:11px; font-family: Tahoma;}
a.manbut { font-weight:bold; text-decoration: none; font-size:12px; font-family: Tahoma;}
a.manbut:hover { font-weight:bold; text-decoration: none; font-size:12px; font-family: Tahoma;}
a.ortabaslik { color: #555555; font-weight:bold; text-decoration: none; font-size:13px; font-family: Tahoma;}
a.ortabaslik:hover { color: #CC0000; font-weight:bold; text-decoration: none; font-size:13px; font-family: Tahoma;}
a.uclubaslik { color: #666666; font-weight:bold; text-decoration: none; font-size:11px; font-family: Tahoma;}
a.uclubaslik:hover { color: #CC0000; font-weight:bold; text-decoration: none; font-size:11px; font-family: Tahoma;}
a.ozet { color: #555555; font-weight:none; text-decoration: none; font-size:12px; font-family: Tahoma;}
a.ozet:hover { color: #CC0000; font-weight:none; text-decoration: none; font-size:12px; font-family: Tahoma;}
a.ucluozet { color: #555555; font-weight:none; text-decoration: none; font-size:11px; font-family: Tahoma;}
a.ucluozet:hover { color: #000000; font-weight:none; text-decoration: underline; font-size:11px; font-family: Tahoma;}
a.yazarbaslik { color: #666666; font-weight:bold; text-decoration: none; font-size:11px; font-family: Tahoma;}
a.yazarbaslik:hover { color: #000000; font-weight:bold; text-decoration: none; font-size:11px; font-family: Tahoma;}
a.yazibaslik { color: #000000; font-weight:none; text-decoration: none; font-size:11px; font-family: Tahoma;}
a.yazibaslik:hover { color: #000000; font-weight:none; text-decoration: none; font-size:11px; font-family: Tahoma;}
a.linkk2 { color: #666666; font-family: Tahoma; text-decoration: none; font-size: 11px;}
a.linkk2:hover { color: #CC0000; font-family: Tahoma; font-size: 11px;}
a.analiz { color: #444444; font-weight:bold; font-family: Tahoma; text-decoration: none; font-size: 12px;}
a.analiz:hover { color: #CC0000; font-weight:bold; font-family: Tahoma; font-size: 12px;}
a.menu_sel { color: #FFFFFF; font-weight:bold; text-decoration: none; font-size:12px; font-family: Tahoma;}
a.menu_sel:hover { color: #FFFF33; font-weight:bold; text-decoration: underline; font-size=12px; font-family: Tahoma;}
a.link2 { color: #CC0000; text-decoration: none; font-family: tahoma; font-size:12px;}
a.link2:hover { color: #CC0000; text-decoration: none; font-family: tahoma; font-size:12px;}
ul { 
margin: 0 0 0 0; 
padding: 0;
color: #CC0000;
list-style-type: square;
} 
li { 
margin: 0; 
list-style-position: inside; 
border: 0px none;; padding-left:0; padding-right:0; padding-top:0; padding-bottom:0 
}

#basic-accordian{
	border:0px;
	padding:0px;
	width:300px;
	margin-left:0px;
	z-index:2;
	margin-top:0px;
}
 
 
.accordion_headings{
	background: url('accordion_a.gif') no-repeat;
	color:#777;
	border:1px solid #fff;
	cursor:pointer;
	font-weight:bold; padding-left:25px; padding-right:5px; padding-top:5px; padding-bottom:5px
}
.accordion_headings:hover{
	background-position: left -25px;
	color:#000;
}
 
#basic-accordian .header_highlight{
	color: #000;
	background-position: left -50px;
	cursor: text;
}
.accordion_child{
	padding:5px;
	background:#FFF;
}
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 50px;
	height: 50px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

p {line-height:130%;}