body {
/*    background-color: #DFDFDF;*/
    background: url("/images/disikusyan.jpg") no-repeat fixed;
}
body {
    background-color: #FFFFFF;
    background: url("/images/bg.png") top repeat-x fixed;
}
.anaTable {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;

    background: url("/images/btn.png");

}

.menuTd {
    background-color: #CE0019;
}

.menuText {
    color: #FFFFFF;
    font-family: 'arial';
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
}

.menuText:hover {
    color: #00C100;
    font-family: 'arial';
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
}

.copyRight {
    background-color: #000000;
    text-align: center;
    height="25px"
}

.copyRightText {
    font-family: 'verdana';
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

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

.manset_head {
    font-family: arial;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.manset_text {
    font-family: 'verdana';
    font-size: 15px;
    text-align: center;
    text-align: justify;
}

.manset_text a {
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    color: #ff0000;
    text-decoration: none;
}
.manset_text a:hover {
    text-decoration: underline;
}

.image {
    padding: 0px 5px 5px;
}

.image_manset {
    padding: 3px 3px 3px;
    border-width: 2px;
    border-style: solid;
    border-color: #000000;
}

.image_manset:hover {
    border-color: #FF0000;
}


.yazarHead {
    background-color: #CE0019;

    font-family: 'arial';
    font-size: 13px;
    color: #FFFFFF;
}


.yazarHead2 {
    background-color: #DFDFDF;
    font-family: 'arial';
    font-size: 13px;
    color: #FFFFFF;
}

.yazarHead2 a {
    font-family: arial;
    color: #800000;
    font-size: 10px;
    text-decoration: none;
}
.yazarHead2 a:hover {
    text-decoration: underline;
}

.haber_head {
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    color: #000040;
}

.haber_text {
    font-family: verdana;
    text-align: justify;
    font-size: 13px;
    color: #000000;
}

.haber_text a {
    color: #CE0019;
    text-decoration: none;
}

.haber_text a:hover {
    text-decoration: underline;
}

.imageHaber {
    padding: 0px 2px 0px;
}
.banner
{
background-image : url('/images/disikusyan.jpg');
background-repeat : no-repeat;
background-attachment : fixed;
background-position: top right;
}