body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 150%;
    color: #737373;
}

p,ul {
    margin: 0 0 1em 0;
}

.contentheading,.componentheading {
    font-family: Arial, Helvetica, sans-serif;
}

#syndicate,#footer,#debug {
    text-align: center;
}

.panel {
    color: #FFFFFF;
    font-size: 13px;
}

/*
 * headings
 */
h1,h2,h3,h4,h5,h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 5px;
    line-height: 100%;
}

#content h1,#content .contentheading,#content .componentheading {
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    padding: 6px 0px 10px 0px;
}

a.contentpagetitle,a.contentpagetitle:hover {
    font-weight: normal;
    text-decoration: none;
}

table.contentpaneopen {
    width: 100%;
}

h2 {
    font-size: 150%;
    color: #b4b4be;
}

h3 {
    font-size: 140%;
    color: #646478;
}

h4 {
    font-size: 130%;
    font-weight: normal;
    color: #7887A0;
}

h5 {
    font-size: 120%;
    color: #878796;
}

h6 {
    font-size: 100%;
    color: #7887A0;
}

/*
 * Anchor Tags
 */
a {
    color: #F6921E;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #F6921E;
    text-decoration: none;
    font-weight: bold;
}