html, body {
    font-family: Arial, Helvetica, sans-serif;
}

p {
    font-size: 12px;
    color: #000000;
}

.WhiteBold16 {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.WhiteBold {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.Bold36 {
    font-size: 36px;
    font-weight: bold;
}

a {
    font-size: 12px;
    color: #000099;
}

ul {
    font-size: 12px;
    margin-bottom: 0in;
    list-style-type: disc;
}

.planName {
    font-size: 24px;
    font-weight: bold;
}

.divList {
    float: left;
    width: 130px;
    margin-bottom:12px;
}

.divList img {
    border: 0;
}

.divListData {
    font-size: 10px;
    color: #000;
}

.divListTitle {
    border-bottom: 1px solid #eee;
}

.divListTitle h1 {
    font-size:16px;
}

#divInfo {
    width: 500px;
    font-size: 12px;
    font-weight: bold;
    margin:5px auto;
    overflow: hidden;
}

#sq, #bed, #bath, #size, #pdf {
    float: left;
    width:100px;
    text-align: center;
}

#sq span, #bed span, #bath span, #size span {
    font-weight: normal;
}

#divMainImage {
    text-align: center;
    margin:5px auto;
    border: 1px solid #000;
    background-color: #fff;
    width:460px;

}

img {
    border: 0;
}

.jcarousel-skin-ie7 .jcarousel-container {
    margin:auto;
}