﻿html, body {
    background-color: #ffffff;
    font: 14px Tahoma, Geneva, sans-serif;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    font-weight: normal;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 22px;
}

.content-wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 6px;
    width: 100%;
    max-width: 1820px;
}

.content {
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    min-height: 700px;
}

.header,
.footer {
    padding: 3px 0;
    margin: 3px auto;
    text-align: center;
    font-size: 12px;
}

.templateTitle {
    float: left;
    margin-left: 15px;
    margin-top: 11px;
    font-size: 28px;
}

.loginControl {
    float: right;
    margin-top: 17px;
    margin-right: 25px;
    font-size: 12px;
}

.myCenteredGrid {
    margin: 0 auto;
    text-align: left;
}

.myTDCaption {
    height: 30px;
    text-align: right;
    font-size: medium;
}

.myTDText {
    height: 30px;
    text-align: left;
    font-size: medium;
}

#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 10px 15px;
    font-size: 20px;
    color: white;
    cursor: pointer;
}

a:link, a:visited {
    text-decoration: none;
    color: Gray;
}

a:hover {
    text-decoration: none;
    color: red;
}

a:active {
    text-decoration: underline;
    color: red;
}
