@charset "iso-8859-1";
/* CSS Document */

body {
        margin: 0px;
        padding: 0px;
        background-color: #FFFFFF;}
form {
        margin: 0px;
        padding: 0px;}
body, td, th {
        font-family: verdana, Arial, tahoma;
        font-size: 11px;
        color: #4A6695;}

/* Styles for text */
.txt-copy {
        color: #FFFFFF;
}
.txt1 {
        color: #123B97;
        font-size: 11px;
}
.l {
        color: #4A6695;
        font-size: 11px;
        text-decoration: none;
}
.red {
        color: #960600;
        font-weight: bold;
}
/* end */

/* Styles for links */
a.links-bottom {
        font-family: Tahoma, verdana, arial;
        font-size: 9px;
        font-weight: bold;
        color: #353E41;
        text-decoration: none;
}
}
a.links-copy {
        color: #FB473E;
}
a.links-copy:hover {
        text-decoration: none;
}
a.red {
        color: #D32F37;
        font-size: 9px;
        text-decoration: none;
}
a.black {
        color: #353E41;
        text-decoration: none;
}
/* end */

/* Styles for forms */
.form-search {
        width: 127px;
        height: 20px;
        background-image: url(images/form-search.gif);
        border: 0px solid;
        padding: 4px;
        font-family: Arial;
        font-size: 10px;
}
/* end */

/* Styles for buttons */
.but-go {
        background-image: url(images/button-go.gif);
        width: 46px;
        height: 31px;
        border: 0px;
        cursor: hand;}

.input {
    border: #123B97 1px solid;
    width: 205px;
    height: 24px;
    background-color: #ffffff;
    font-size: 12px;
    color: #123B97;}

.button {
    border: 0px solid;
    width: 82px;
    height: 21px;
    background-color: #960600; 
    font-family: arial, tahoma, verdana;
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    cursor: hand;}

/* end */