body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: black;
}

p {
    font-size: 14px;
    line-height: 17px;
    text-align: justify;
}

td {
    font-size: 14px;
    line-height: 17px;
    text-align: justify;
}

form {
    font-size: 12px;
    background-color: #d9e3ee;
}

input {
    font-size: 10px;
}

select {
    font-size: 10px;
}

li {
    font-size: 14px;
    line-height: 17px;
    text-align: justify;
}

h1 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 0px;
    border-bottom: solid;
    border-left: solid;
    border-width: 1px;
    border-left-width: 10px;
    margin-bottom: 6px;
    padding-left: 4px;
    border-color: #80a0c6;
}


h2 {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    text-decoration: underline;
}

a:link {
    text-decoration: none;
    color: #204076;
}
a:active {
    text-decoration: underline;
    color: #204076;
}
a:visited {
    text-decoration: none;
    color: #204076;
}
a:hover {
    text-decoration: underline;
    color: #204076;
}

.large {
    font-size: 24px;
    line-height: 14px;
    text-align: left;
}

.small {
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}

.right {
    font-size: 14px;
    line-height: 17px;
    text-align: right;
}

.indent {    
    padding-left: 3em;
}

.smallleft {
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}

.smallright {
    font-size: 12px;
    line-height: 14px;
    text-align: right;
}

.left {
    font-size: 14px;
    line-height: 17px;
    text-align: left;
}

.center {
    text-align: center;
}


.calbox {
    background-color: #e8e8e8;
    font-size: 12px;
}

.caltit {
    background-color: black;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.calday {
    line-height: 1.15;
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 12px;
}

.calevent {
    line-height: 1.15;
    text-align: left;
    margin-bottom: 2px;
    font-size: 12px;
}


.calbox2 {
    line-height: 1.15;
    background-color: #d9e3ee;
    font-size: 12px;
    overflow: hidden;
    width: 90px;
}


.calbox2t {
    line-height: 1.15;
    background-color: white;
    font-size: 12px;
    overflow: hidden;
    width: 90px;
}


.calbox3 {
    line-height: 1.15;
    font-weight: bold;
    background-color: #d9e3ee;
    font-size: 12px;
    width: 100px;
}

