p {
    font-family: Arial, sans-serif;
    font-size: small;
}

.highlight {
    color: #0000FF;
    font-style: italic;
    font-weight: bold;
}

h2 {
    color: #0000FF;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-style:italic;
    font-size: medium;
}

h3 {
    font-family: Arial, sans-serif;
    font-size: small;
    font-weight: bold;
}

div.guarantee {
    width:145px;
    margin-top: 20px;
    font-family: Helvitica, Arial;
    border: 1px;
    border-color: white;
    border-style: solid;
    
}

div.gh {
    padding: 2px;
}

div.gh1 {
    font-size: 20px;
    text-align:center;
    color: white;
}
div.gh2 {
    font-size: 11px;
    text-align:center;
    color: white;
    font-weight: 100;
}

div.gc {
    padding: 5px;
    font-size: 11px;
    color: #0082c8;;
    text-align: left;
    font-weight: bold;
    background-color: white;

}
div.gc ol {
    text-align: left;
    padding-left:0px;
    margin-left:20px;
}

div.gc li {
    padding-left:0px;
    margin-left: 0px;
    margin-bottom: 7px;
    border-left: 0px;
}

div.gf {
    font-size: 20px;
    text-align:center;
    color: white;
    padding: 12px;
}

.sidebar {
    background-image:url("images/gradient_side.jpg");
    background-repeat: repeat-x;
    background-color: #6ab6e2;
}

div.link_home {
    color:white;
    font-size: 13px;
    padding: 10px;
    font-family: Arial, sans-serif;
}
div.link_home_on {
    color:white;
    font-size: 13px;
    padding: 10px;
    font-family: Arial, sans-serif;
    background-image: url("images/nav_on.png")


}

div.link {
    color:white;
    padding: 10px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 100;
    border-top: 1px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: white;
    border-style: solid;
    text-decoration: none;
}
div.link_bottom {
    color:white;
    padding: 10px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 100;
    border-top: 1px;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-color: white;
    border-style: solid;
    text-decoration: none;
}

div.link_on {
    color:white;
    padding: 10px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 100;
    background-image: url("images/nav_on.png");
    border-top: 1px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: black;
    border-style: solid;
}
div.link_bottom_on {
    color:white;
    padding: 10px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 100;
    background-image: url("images/nav_on.png");
    border-top: 1px;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-top-color: black;
    border-bottom-color: white;
    border-style: solid;
}

.sidebar a {
    text-decoration: none;
}