
/*CSS by Solid State Group 2007*/

body {
    background-color: #FFFFFF;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background: #e7e9ec;
    padding: 0;
    margin: 0;
    font-size: 10pt;
    }


img { border: 0; }

li { list-style-type: none; }

p {  padding: 5px 0 7px 0; }


h2 {
    color: #006d96;
    margin-bottom: 5px;
    font-size: 16pt;
    }

h3 { font-size: 14pt; }

h4 { font-size: 12pt; }

.floatright { float: right; }

.floatleft { float: left; }

.ssg-image-alignleft,
.ssg-image-alignright{
    margin: 0;
    padding: 0;
    }

    .ssg-image-alignleft {
        float: left;
        padding-right: 10px;
        background: #fff;
        }

    .ssg-image-alignright {
        float: right;
        padding-left: 10px;
        background: #fff;
        }

.ssg-paragraph-alignleft {
    text-align: left;
    }

.ssg-paragraph-aligncenter {
    text-align: center;
}

.sg-paragraph-alignright {
    text-align: right;
    }

.yellow { color:#fdcc31; }

.lightyellow { color: #ffe698; }

.blue{ color: #006d96; }

.none { display: none; }

.block { display: block; }

.center { text-align: center; }

.bold { font-weight: bold; }

.underlined { text-decoration:underline; }

select { font-size: 0.7em; }

input { font-size: 0.7em; }

dl {
    margin-top: 10px;
    }
    dt {
        float: left;
        margin:3px 10px 0 0;
        }

    dt img {
        width: 56px;
        }

    dd {
        display: table;
        }

    dl p {
          padding: 0 0 4px 0;
          margin: 0 0 0 0;
          }

a { color: #006d96; }

.clearleft { clear: left; }

.clearboth { clear: both; }

.clearright { clear: right; }

#header img { float: left; }

#header .right { float: right; }

#header .right a { display:none; }

#master-image { display: none; }

.breadcrumb {
    font-size: 8pt;
    clear: both;
}

#right { display:none; }

#footer { font-size: 8pt; }

#navigation { display: none; }

a.print { display: none; }


