body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	text-align:justify;
}

A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold
} 

A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold
}

.haberbaslik {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #174785;
	text-decoration: none;
	font-weight: bold
} 

.paging {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px; 
	color : #000000;
	text-decoration : none;
	font-style : normal;
	text-decoration : none; 
	font-weight: bold;
} 

.paging:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #005FAE;
	text-decoration : underline;
	font-style : normal;
	font-weight: bold;
}

.yazi {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	color : #000000; 
}

.altbilgi {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px; 
	color : #000000;
	text-decoration : none;
	font-style : normal;
	font-weight: bold;
} 

.altbilgi:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #005FAE;
	text-decoration : underline;
	font-style : normal;
	font-weight: bold;
}

.arama {
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000; 
	background-color:#FFFFFF;
	border:1px solid #000000;
	  background-image:url('images/arama2.gif');
  background-repeat:no-repeat;
  padding-left:20px;
}

.aramab {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000; 
	background-color:#FFFFFF;
	border:0px solid #000000;
}

.kutu {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px;
	font-weight: bold;
 	background-color: #F0F0F0;
	text-decoration: none;
	display: block;
	color: #000000; 
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}


.anabaslik {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 16px;
font-weight: bold;
height: 25px;
color: #000000; 
border-bottom:5px solid #174585;
}

.cerceve {
border-right : 2px solid #276EC0; 
padding-right : 1px; 
border-top : 2px solid #276EC0; 
padding-left : 1px; 
border-left : 2px solid #276EC0; 
padding-top : 1px; 
border-bottom : 2px solid #276EC0; 
padding-bottom : 1px; 
}


/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


/*  YAN MENU   */

.urbangreymenu{
width: 200px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #174585; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 7px 0 7px 11px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}