html {
    min-height: 100%;
    overflow-y: scroll;
}
body {
    position: relative;
}
a:hover, a:active {
    outline: medium none;
}
textarea {
    overflow: auto;
}
img::-moz-selection {
    background: none repeat scroll 0 0 transparent;
}
fieldset, img, iframe {
    border: 0 none;
}
input[type="button"], input[type="submit"], input[type="checkbox"], input[type="image"], input[type="radio"], input[type="reset"], select, button, label {
    cursor: pointer;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}
body {
    margin: 0;
}
p, hr, ul, ol, dl, blockquote, pre, fieldset, figure {
    margin: 15px 0;
}
blockquote.quotation {
    background: url("../../images/speechleft.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px !important;
    padding: 10px 35px;
    text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
    margin: 25px 0 15px;
}
ul, ol, dl {
    padding-left: 30px;
}
dd {
    margin-left: 40px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    font-size: 36px;
    line-height: 36px;
}
h2 {
    font-size: 24px;
    line-height: 24px;
}
h3 {
    font-size: 18px;
    line-height: 18px;
}
h4, h5, h6 {
    font-size: 16px;
    line-height: 16px;
}
a, a:hover {
    text-decoration: none;
}
small {
    font-size: 11px;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
dfn[title] {
    font-style: normal;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    height: 1px;
    padding: 0;
}
q, blockquote {
}
blockquote {
    color: #AAAAAA;
    font-size: 11px;
    line-height: 18px;
    padding: 0 20px;
}
blockquote.quotation p {
    background: url("../../images/speechright.png") no-repeat scroll 100% 100% transparent;
    margin: 0 -35px -10px 0;
    padding: 0 35px 10px 0;
}
code, pre {
    font-family: trebuchet MS;
}
code {
}
pre {
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
    white-space: pre-wrap;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th, td {
    padding: 1px;
}
input, select {
    vertical-align: middle;
}
select, input, textarea, button {
    font: 12px Arial,sans-serif;
}
form, textarea {
    margin: 0;
}
legend, fieldset, input {
    padding: 0;
}
textarea, input[type="text"], input[type="password"], select {
    border: 1px solid #E0E1E3;
    margin-left: 10px;
    padding: 2px;
    width: 150px;
}
select {
    line-height: 19px;
}
button, input[type="button"], input[type="submit"] {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAABcCAYAAABugpUMAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMS8yMS8xMRTK2QYAAAAedEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzUuMasfSOsAAABpSURBVFiF7ZexDQBBCMPg9fsvS0PHDQFFpDgDWHYH2d0Th/suYRER/8ypoKOhYbK+Icn76SfrGwIECBAgQIAAdZZcDgbA82VV8dGLAfWT9Q0Nk/UNSd5PP1nfkOT9SN7P0NAwWd8Q4H4PLnBKWdfS9MUAAAAASUVORK5CYII=") repeat-x scroll 0 0 transparent;
    border-color: #D9D9D9 #D9D9D9 #BFBFBF;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.05);
    color: #777777;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 5px;
    margin-left: 40px;
    margin-top: 5px;
    padding: 3px 10px 2px;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background-position: 0 -50px;
    border-color: #CFCFCF #CFCFCF #B5B5B5;
}
