/*
 *  HTML element stylesheet
 *  @author Rob Simpkins (AEA Technology)
 *  @url http://www.aeat.com
 */

body {
    display: table;
    width: 100%;
    color: #000; background: #7baad4 url('../images/content_background.jpg') repeat-y top center;
    font-family: verdana, tahoma, sans-serif; font-size: 12px;
}
h2 {
    float: left; display: inline;
    width: 100%;
    padding: 15px 0;
    color: #3a99d1; background: transparent;
    font-family: arial, verdana, tahoma, sans-serif; font-size: 15px; font-weight: bold;
    line-height: 120%;
    text-transform: uppercase;
}
h3 {
    float: left; display: inline;
    width: 100%;
    padding-bottom: 5px;
    font-size: 14px;
}
h4 {
    float: left; display: inline;
    width: 100%;
    padding: 15px 0;
    color: #3a99d1; background: transparent;
    font-family: arial, verdana, tahoma, sans-serif; font-size: 13px; font-weight: bold;
    text-transform: uppercase;
}
p {
    float: left; display: inline;
    width: 100%;
    padding: 5px 0;
}
a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}