body{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: normal;
  

}
div{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: normal;

}

.heading_text {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  color: rgb(255, 255, 255);
  text-align: right;
  background-color: rgb(51, 51, 51);
  font-size: 9px;
  line-height: 11px;
  text-decoration: none;
  }

.heading_text:hover {
  text-decoration: underline;
  }

.heading_text_top {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: rgb(242, 162, 47);
  background-color: rgb(51, 51, 51);
  text-align: right;
  line-height: 12px;
  font-weight: bold;
  text-decoration: none;
  }

.heading_text_top:hover {
  text-decoration: underline;
  }

.footer {
  color: #eeeeee;
  background-color: #000000;
  vertical-align: middle;
  text-align: center;
  height: 20px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
  }

table.heading {
  text-align: left;
  border-color: #000000;
  empty-cells: show;
  border-spacing: 2;
  border-collapse: separate;
  }

table {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: normal;
  border-collapse: collapse;
  border-color: #F2A22F;

  border-spacing: 0;
  }

  
tr {
  vertical-align : top;
   border-color: #000000;
  }

td {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: normal;
  color : #000000;
  border-color: #000000;
  
  }

th {
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 12px;
  /*color : #ffffff;*/
   border-color: #000000;
  background : rgb(242, 162, 47);
  text-align : left;
  }
  
  
.main {
  font-family: "Arial, Helvetica, Sans-Serif";
  color : #000000;
  background: #fef6df;
  padding: 5px;
  }

hr {
  color: #f1a044;
  line-color: #f1a044;
  height: 4px;
  }

h1 {
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 18px;
  color: #f1a044;
  }

h2 {
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 16px;
  color: #f1a044;
  }
  
h3 {
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 14px;
  color: #f1a044;
  }

h4 {
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 12px;
  color: #f1a044;
  }
  
  p {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: normal;
  }
    
.mainlist {
  list-style-image: url('images/dots_grey_small.gif');
  list-style-position: outside ;
  }

.menu {
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 16px;
  font-weight: bold;
  color: #dddddd;
  vertical-align: bottom;
  text-decoration: none;
  }

.menu:hover {
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  vertical-align: bottom;
  text-decoration: underline;
  }

.link {
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 16px;
  font-weight: bold;
  color: #606060;
  vertical-align: bottom;
  text-decoration: none;
  }

.link:hover {
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 16px;
  font-weight: bold;
  color: #a0a0a0;
  vertical-align: bottom;
  text-decoration: underline;
  }

.tablerow-odd {
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 12px;
  color: #000000;
  /*background: #ffffff;*/
  }

.tablerow-even {
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 12px;
  color: #000000;
  background: #cccccc;
  }
    
html {
  overflow: -moz-scrollbars-vertical;
  }
  
.menuitem {
  background: rgb(242, 162, 47);
  color: #000000;
  text-weight: bold;
  text-align: center;
  }
  
  .baslik {
    font-family: Arial,Helvetica,sans-serif;

  color: #F1A044;
  text-weight: bold;
  font-size: 16px;
  /*text-align: center;*/
  }
  
.menuitem_active {
  color: #ffffff;
  background-color: #909090;
  text-weight: bold;
  text-align: center;
  }  

a {
  font-weight: bold;
  color: #404040;
  text-decoration: none;
  }
  
a:hover {
  color: #808080;
  text-decoration: underline;
  }
  


