/* @group Text */

body {
    font: 75%/1.5em Arial, Helvetica, sans-serif;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 100%;
}

p {
    color: #111;
    word-spacing: 0.08em;
    margin-bottom: 1em;
    letter-spacing: 0.03em;
}

p.discreet {
    color: #76797C;
    font-size: 85%;
    font-weight: normal;
}

div.pullquote {
    background-color: White;
    border-left:4px solid #8CACBB;
    clear: right;
    color: #CC9933;
    float: right;
    font-weight: bold;
    margin: 0 0 1em 1em;
    padding: 0 1em;
    width: 35%;
}

p.callout {
    color: #CC9933;
    font-weight: bold;
    padding: 0 1em;
}

p.pageBreak { 
    page-break-after: always;
}

.visualHighlight {
    background-color:#FFFFCC;
}

.justify-left {
    text-align: left;
}

.justify-right {
    text-align: right;
}

.justify-center {
    text-align: center;
}

.justify-justify {
    text-align: justify;
}

h1, h2 {
    font-weight: normal;
    color: #333;
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 2px;
    word-spacing:0.1em;
}

h3, h4, h5, h6 {
    font-weight: normal;
    color: #333;
    font-family: Georgia, "Times New Roman", serif;
}

h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 1.9em;
}

h3 {
    font-size: 1.7em;
}

h4 {
    font-size: 1.4em;
}

h5, h6 {
    font-size: 1.3em;
}

a {
    color: #035292;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

abbr, acronym {
    border-bottom: 1px dotted #000;
}

address {
    margin-top: 1.5em;
    font-style: italic;
}

del {
    color: #000;
}

blockquote {
    padding-left: 1.5em;
    margin: 1.5em;
    border-left: 3px solid #ccc;
    font-style:italic;
}

strong {
    font-weight: bold;
}

em, dfn {
    font-style: italic;
}

dfn {
    font-weight: bold;
}

pre, code {
    margin: 1.5em 0;
    white-space: pre;
    background-color:#DEE7EC;
    border:1px solid #8CACBB;
    color:#4E4E4E;
    overflow:auto;
    padding:1em;
}

pre, code, tt {
    font-family:Monaco,"Courier New",Courier,monospace;
    line-height: 1.5;
}

tt {
    display: block;
    margin: 1.5em 0;
}

/* @end */

/* @group Lists */

li ul, li ol {
    margin: 0 1.5em;
}

ul, ol {
    margin: 0 1.5em 1.5em 1.5em;
}

dl {
    margin: 0 0 1.5em 0;
}

dl dt {
    font-weight: bold;
}

dl dd {
    margin-left: 1.5em;
}

/* @end */

/* @group Tables */

table {
    margin-bottom: 1.5em;
    border-collapse: collapse;
}

th {
    font-weight: bold;
}

tr, th, td {

}

tfoot {
    font-style: italic;
}

caption {
    text-align: center;
    font-family: Georgia, serif;
}

/* @end */

/* @group Other */

hr {
    margin-bottom: 1.5em;
}

.main {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    margin: 1em;
}

.mainnavig {
    margin: 1em;
}

.dialog {
    display: none;
}

/* @end */

