/*
    css for bearheartgroup web sites
    2009-05-03 bw
*/

div#outer {
    width: 800px;
}

body {
    background-color: #fff;
}

body, p, a {
    font-family: lucida sans, tahoma, verdana, sans-serif;
    color: #335;
    font-size: 12pt;
}

p, h1, h2, h3, h4, h5, h6 {
    margin-left: 20pt;
}

p {
    line-height: 130%;
}

h1 {
    font-size: 130%;
}

/* span */
.intitle {
    font-weight: bold;
    color: #833;
}

.leadin {
    font-weight: bold;
    color: #558;
}

/* anchor */
a {
    color: #039;
}

a:hover {
    color: #600;
}

/* elements */
p.menu {
    margin: 50px 0 0 0;
    font-size: 80%;
    text-align: center;
}

p.copyright {
    color: #666;
    text-align: right;
    margin-top: 10px;
    margin-left: 0pt;
    border-top: solid #999 1px;
    font-size: 70%
}

