/**
 * Font size
 * http://www.diveintoaccessibility.org/day_26_using_relative_font_sizes.html
 * http://www.thenoodleincident.com/tutorials/box_lesson/font/index.html
 * http://www.alistapart.com/stories/sizematters/
 */
body, div, p, th, td, td p, li, dd {
    color: #666666;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
}













/**
 * Anchor Links
 */
a {
    font-weight: bold;
    text-decoration: underline;
}

a:link {
    color: #0066cc;
}

a:visited {
    color: #0066cc;
}

a:hover {
    text-decoration: underline;
}

/**
 * Forms
 */
form {
    margin: 0px 0px 0px 0px;
}

input {
    font-size: 10px;
}

select {
    font-size: 10px;
}

textarea {
    font-size: 10px;
}

/**
 * Headings
 */
h1 {
    color: #0066CC;
    font-size: 11px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
}

h2 {
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
}

h3 {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}

h4 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}

h5 {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}

h6 {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}

/**
 * Images
 */
img {
    border: 0;
}

/**
 * Lists
 */
ol, ul, li {/*
    list-style: none;*/
    font-size: 11px;
    line-height: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/**
 * Paragraphs
 */
p, td p, li p {
    font-size: 11px;
    line-height: 12px;
    margin: -1px 0px 12px 0px;
}

/**
 * Preformatted text
 */
pre {
    font-family: monospace;
    font-size: 11px;
}

/**
 * Tables
 */
td {
    font-size: 11px;
}

tr.rowA {
    background: #FFFFFF;
}

tr.rowB {
    background: #EFEFEF;
}

/**
 * Text formatting
 */
strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

/**
 * Content
 */
.content {
    margin: 0px;
    padding: 40px 60px 20px 60px;
}

.lead {
    margin-top: 0px;
}

.narrow {
    line-height: 13px;
    width: 50%;
}

/**
 * News Module
 */
.newsHeadline {
    color: #cccccc;
    font-weight: bold;
    text-transform: uppercase;
}

.copyright {
    color: #999999;
    margin: 30px 0px 10px 0px;
    text-align: center;
}
