body, td, p, select {
    font-family: verdana;
    font-size: 8pt;
    color: #FFFFFF;

/*scrollbar color setting */
        scrollbar-face-color: #086dcc;
        scrollbar-highlight-color: #FFFFFF;
        scrollbar-shadow-color: #000000;
        scrollbar-3dlight-color: #dddddd;
        scrollbar-arrow-color:  #FFFFFF;
        scrollbar-track-color: #FFFFFF;
        scrollbar-darkshadow-color: #666666;
}

/* href link (BOLD) ve duz button  font ayarlari*/

.font1 {position:absolute; visibility:hidden;}

.font2 {COLOR: #CC0000; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; FONT-WEIGHT: bold}
.font2 a:link      {text-decoration: UNDERLINE; color : #CC0000;}
.font2 a:active    { text-decoration: UNDERLINE; color : #CC0000;}
.font2 a:visited   { text-decoration: UNDERLINE; color : #CC0000;}
.font2 a:hover     { text-decoration: UNDERLINE; color : #FFFF00;}


.font3 {COLOR: #CC0000; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; FONT-WEIGHT: bold}
.font3 a:link      { text-decoration: UNDERLINE; color : #000000;}
.font3 a:active    { text-decoration: UNDERLINE; color : #000000;}
.font3 a:visited   { text-decoration: UNDERLINE; color : #000000;}
.font3 a:hover     { text-decoration: UNDERLINE; color : #FFFF00;}

/*Dinleyici ismi ve linksiz button font ayarlari*/
.font4 {COLOR: #000000; FONT-FAMILY: Verdana; FONT-SIZE: 8pt}
.font4 a:link      { text-decoration: UNDERLINE; color : #000000;}
.font4 a:active    { text-decoration: UNDERLINE; color : #000000;}
.font4 a:visited   { text-decoration: UNDERLINE; color : #000000;}
.font4 a:hover     { text-decoration: UNDERLINE; color : #FFFF00;}

h1 {font-family: Verdana;
    color: #ff7b02;
    font-size:20px;
    font-weight:bold;
    LETTER-SPACING:1pt;
    TEXT-ALIGN:CENTER;
    FONT-STYLE:ITALIC;
    TEXT-DECORATION:none;
}

h2 {font-family : Verdana;
    color:#CC0000;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    LETTER-SPACING:1pt;
    TEXT-DECORATION:underline;
}

A:link
{
        color: #086dcc;
        font-family: Verdana;
        font-size: 12px; text-decoration: underline;
}

A:visited
{
        color: #054ba2;
        font-family: Verdana;
        font-size: 12px;
        text-decoration: none;
}

A:hover
{
        color: #FFFF00;
        font-family: Verdana;
        font-size: 12px;
        text-decoration: underline;
        background: url('images/btnbg2.gif');
}


.top {
        border-style:outset;
        border-width:2px;
        padding:0;
        color:#086dcc;
        background-image: url('images/but.gif');
        font-size:10pt;
        font-family:Verdana;
        font-weight:bold;
        text-align: center;
        width: 70%;
}

.button {
        border-style:outset;
        border-width:1px;
        background-image: url('images/but2.gif');
        height: 15px;
        padding-left:5px;
        padding-right:5px;
        padding-top:1px;
        padding-bottom:1px
}

.submit {
        color : White;
        background-color : #086dcc;
        font : bold;
}

input {
        text-indent : 2px;
}