body {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #222222;
    font-family: tahoma, arial, verdana, sans-serif;
    font-size: 12px;
    height: 100%;
    line-height: 1.6em;
    text-rendering: optimizelegibility;
}

iframe {
    border: 0px;
}

p {
    margin: 0 0 1em;
}

h1, h2, h3, h4, h5 {
    color: #222222;
    font-weight: bold;
}

h1 {
    font-size: 1.8em;
    line-height: 1.35em;
    margin: 0 0 0.7em;
}

h2 {
    font-size: 1.3em;
    line-height: 1.3em;
}

h3 {
    font-size: 1.1em;
    line-height: 1.1em;
    margin: 0 0 5px;
}

h4 {
    font-size: 1em;
    line-height: 1em;
}

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

a:hover, a:link, a:active, a:visited {
    outline: none;
}

a:hover {
    text-decoration: underline;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.alignc {
    text-align: center;
}

.alignr {
    text-align: right;
}