/* CSS Document */
body {
        margin: 0;
        background: url(../images/bg_top.gif) top repeat-x;
}

body,td,th {
        font-size: 12px;
        color: #000000;
        font-family:Tahoma
}

a {
        text-decoration:underline;
        color:#42597c
}

a:hover {
        text-decoration:none;
        color:#F3565B
}

.redorange, a.redorange {
        text-decoration:underline;
                color: #ca0207
}

a.redorange:hover {
        text-decoration:none;
                color: #F3565B
}

.top {
        border-bottom:4px #ff7e00 solid;
        color:#001c97;
        font-size:4.5em;
        font-weight:bold;
}

.line {
        border-bottom:4px #808080 solid;
}

.t {
    font-size:18pt;
    font-family:Tahoma
}

.user_nav {
        list-style-type:none;
        margin:0;
        padding:8px 10px 0 0
}

.user_nav li {
        position:relative;
        float:right;
        padding:2px;
        padding-left:15px;
}

.small {
        font-size:7.5pt
}

.search {
                 border:1px #ccc solid;
                 font-size:14px;
                 width:400px
}

.response_ajax {
                 padding:2px;
                 margin:1px;
                 cursor:pointer
}

.response_ajax:hover {
                 padding:2px;
                 margin:1px;
                 background-color:#eee;
                 cursor:pointer
}