body {

    background-image: URL(../images/header/bgLine.jpg);
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 10px;

}

.pic {
    border: 2px solid #000000;
}


a:hover .pic, a:active .pic {
    border: 2px solid #FFFFFF;
}


p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;

}

.title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;

}

a {

	color: #12704E;
    text-decoration: none;

    }


a:visited {

    color: #12704E;
    text-decoration: none;

    }


a:active {

    color: #12704E;
    text-decoration: none;
    }


a:hover {

    color: #12704E;
    text-decoration: underline;

    }

.bottom {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
]