html,body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body {
    font-family: Verdana;
    font-size: 12px;
}

a {
    color: #009CEA;
    text-decoration: none;
}

a:hover {
    color: #007DBB;
    text-decoration: underline; 
}

table {
    border-collapse: collapse;
}

th,td {
    text-align: left;
    vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Helvetica;
    margin: 10px 0px 15px 0px;
}

h1 { font-size: 2.2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }

#container {
    margin: 0 auto;
}

#header {
    margin: 0px;
    padding: 10px 0px;
}

#header * {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: bold;
}

#header a {
    color: #000000;
    text-decoration: none;
}

#header a:hover {
    color: #009CEA;
}

#content {
    padding: 10px 0px 40px 0px;
}

#footer {
    font-family: Helvetica;
    font-size: 11px;
    color: #666666;
    padding: 10px 0px;
}

.border {
    height: 1px;
    overflow: hidden;
    background-color: #CCDDFF;
}

.box {
    margin-bottom: 15px;
}

.container {
    margin: 0 auto;
}

.column {
    float: left;
}

.clear {
    clear: both;
}

.small {
    font-size: 10px;
}

.b {
    font-weight: bold;
}

.light {
    color: #666666;
}
