﻿
.links {
    width: 1160px;
    margin: 0px 10px;
}
.links-tile {
    background: rgb(51, 51, 51) none repeat scroll 0% 0%;
    height: 28px;
}
.links-con ul li a {
    color: rgb(51, 51, 51);
    text-decoration: none;
}

.links-con ul li a:link {
}
.links-con ul li a:visited {
    text-decoration: none;
    color: rgb(19, 19, 19);
}
.mt20 {
    margin-top: 20px;
}

.links-tile h3 {
    font-size: 12px;
    color: rgb(255, 255, 255);
    background: rgb(138, 0, 33) none repeat scroll 0% 0%;
    display: block;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

.links-tile p {
    font-size: 12px;
    float: right;
    margin-top: -28px;
    height: 28px;
    line-height: 28px;
    padding-right: 15px;
    color: rgb(255, 255, 255);
}

.links-con {
    border-width: medium 1px 1px;
    border-style: none solid solid;
    border-color: currentcolor rgb(153, 153, 153) rgb(153, 153, 153);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    padding: 10px;
}

.foot {
    padding-bottom: 30px;
    background: rgba(0, 0, 0, 0) url('./fg8/footer-bg.jpg') repeat scroll right top;
    padding-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.clearfix {
    clear: left;
}

.f-title {
    text-align: center;
}

.foot p {
    text-align: center;
    padding-top: 20px;
}

