A:link      { text-decoration: none;color: black;}
A:visited   { text-decoration: none;color: black;}
A:active    { text-decoration: none;color: black;}
A:hover    { text-decoration: underline; color: black;}

A.1:link      { text-decoration: none;color: white;}
A.1:visited   { text-decoration: none;color: white;}
A.1:active    { text-decoration: none;color: white;}
A.1:hover    { text-decoration: underline; color: white;}

A.2:link      { text-decoration: none;color: red;}
A.2:visited   { text-decoration: none;color: red;}
A.2:active    { text-decoration: none;color: red;}
A.2:hover    { text-decoration: underline; color: red;}
						
body 
{
	margin-left : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	scrollbar-face-color:#E4E4E4;
	scrollbar-shadow-color:#00652C;
	scrollbar-highlight-color:#FFFFFF ;
	scrollbar-3dlight-color:BLACK ;
	scrollbar-darkshadow-color:#EEE9E9 ;
	scrollbar-track-color:#EEE9E9;
	scrollbar-arrow-color:#00652C;
}



input, textarea, option, select {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a6667;
	border-color:  #6a6667 #6a6667 #6a6667 #6a6667;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}



input.none {
	font-size: 11px;
	color: #3887A5;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

input.date {
	border: 1px;
	font-family: Arial, Helvetica, sans-serif;
	border-color: #B3B3B3 #E5E3DE #E5E3DE #B3B3B3;
	background-image: url(img/css_back.gif);
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF
}

/* ---------------- // Buttons // -------------------*/
input.button1 {
	color: #FFFFFF;
	background-color: #d78e4f;
	border-style: solid;
	border-color:  #FFD293 #A05D01 #A05D01 #EEF1F8;
	letter-spacing: .1em;
	border-width: 1px;
	font-family: Verdana ;
	font-weight: normal;
	font-size: 11px;
	text-align : center;
}

input.button2 {
	background-color: #BBD9F5;
	border-style: solid;
	border-color: #8DBEED #0F5DA7 #0F5DA7 #E0EEFB;
	letter-spacing: .1em;
	font-family: Verdana ;
	font-weight: normal;
	font-size: 11px;
	text-align : center;
	border-width: 1px;
}
/* ---------------- // Buttons // -------------------*/

table
{
	color: #676767;
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font : normal;
}

table.home
{
	color: #5c5c5c;
	font-size: 12px;
	font-family : Trebuchet MS;
	font-style : normal;
	font-weight : normal;
	font : normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	line-height: 15px;
}

ul,li {
	list-style: circle;
	color: black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	width : auto;
} 


.baslik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ff6600;
	text-decoration: none
}


.smallbaslik {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-decoration: none;
	line-height: 20px;
}

.textbaslik {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-decoration: none;
}