/* main body style */
body {
	background: #F1F1F1;
	color: #000000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	margin: 0px;
}

/* styling for block elements */
td, th, div, select, textarea, input {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}

th.turuncu {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background : #F08501;
}

p {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}

/* remove border from linked images */
a img {
	border: 0px;
}

/* link classes 
Note 1: we only specify anything that changes from the base class in 
all other classes 
Note 2: we only specify individual styles for the pseudo classes 
e.g. (A:link, A:hover etc.) if styling these differently 
*/
a {
	color: #007AA8;
	font-size: 11px;
	text-decoration: underline;
	background: none;
}

/* block styles */
.sol2 {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}

.sol-blok {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

A.sol-blok:link {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
}

A.sol-blok:active {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
}

A.sol-blok:visited {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
}

A.sol-blok:hover {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
}

.sag-blok {
	background: #F1F1F1;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}

A.sag-blok:link {
	background: #F1F1F1;
	color: #007AA8;
	font-size: 10px;
	text-decoration: underline;
}

A.sag-blok:active {
	background: #F1F1F1;
	color: #007AA8;
	font-size: 10px;
	text-decoration: underline;
}

A.sag-blok:visited {
	background: #F1F1F1;
	color: #007AA8;
	font-size: 10px;
	text-decoration: underline;
}

A.sag-blok:hover {
	background: #F1F1F1;
	color: #007AA8;
	font-size: 10px;
	text-decoration: underline;
}



.alt-blok {
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
}

A.alt-blok:link {
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
}

A.alt-blok:active {
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
}

A.alt-blok:visited {
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
}

A.alt-blok:hover {
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
}

.blok-basligi {
	color: #FFFFFF;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
}

H1 {
	color: #FFFFFF;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
}

H2 {
	color: #EB5300;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

H3 {
	color: #006A92;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
	
.ebulten-baslik {
	color: #F8DA42;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
}

.ebulten-blok {
	color: #000000;
	font-size: 10px;
}

.ust-not1 {
	color: #EB5300;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.ust-not2 {
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.ust-not3 {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.ust-not4 {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 11px;
}