body, html {
margin:0px;
padding:0px;
background-image:url("images/body_bg.jpg");
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}

* {
    margin: 0;
    padding: 0;
}

a {color: #999; text-decoration: none; }
a:hover {color: #000; text-decoration: none; }
a.active {color: #999; text-decoration: none; }
a.visited {color: #999; text-decoration: none; }

h1, h2, h3 {
padding:0px;
margin:0px;
font-weight:normal;
}

h1 {
font-size:15px;
color:#E2001A;
font-weight:bold;
padding-bottom:15px;
}

h2 {
font-size:13px;
color:#AEAEAE;
font-weight:bold;
padding-bottom:6px;
}

.teaserTitle {
color:#AEAEAE;
font-weight:bold;
padding-bottom:3px;
}

hr {
    border: 0;
    border-bottom: 1px solid #CECECE;
}
