@charset "UTF-8";
/* CSS Document */
a {
    color:#191919;
}
p a{
    color:#191919;
}

h1 {
    font-family:"Times New Roman", Times, serif;
    font-weight:lighter;
    margin:0;
    font-size:2.5em;
    letter-spacing:-1px;
    margin:0 0 20px 0;
   text-transform:uppercase;    
}
h2 {
    font-family:"Times New Roman", Times, serif;
    font-weight:lighter;
    margin:0;
    font-size:2.0em;
    letter-spacing:-1px;
}
h3 {
    font-family:"Times New Roman", Times, serif;
    font-weight:lighter;
    margin:0;
    font-size:1.7em;
    letter-spacing:-1px;
    text-transform:uppercase;
}
p {
    margin:0 0 1.3em 0;
    padding:0;
    font-size:1.3em;
    line-height:1.6em;
}

h2.redTitle{
    color:#da291e;
    background:url(../images/colors/title_bg_red.gif) no-repeat scroll right 3px;
    clear:both;
    float:left;
    padding-right:360px;
    margin-bottom:18px;
}

p.images{
    
    
}

p.images img{
    margin-right:10px;
    margin-bottom:10px;
  
}
