/* forms */
input,select,textarea {
    border: solid 1px #99ADC2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #444444;
    line-height: 13px;

}
.button {
    background-color: #99ADC2;
    font-weight: bold;
    border-bottom:2px solid #6E8AA9;
    border-right:2px solid #6E8AA9;
    border-top:2px solid #DDE4EB;
    border-left:2px solid #DDE4EB;
}
A img {
    border: 1px solid #000000;
}

/* guestbook */
.guestbook_form {
}
.guestbook_results {
}
.guestbook_head {
    background-color: #99ADC2;
    font-weight: bold;
}
.guestbook_row1 {
    background-color: #f6f6f6;
    margin: 5px 5px 5px 5px;
}
.guestbook_row2 {
    background-color: #ffffff;
}
.guestbook_date {
  font-size: 80%;
}
/* news */
.newshead {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #003366;
    margin: 10px 0px 10px 0px;
    text-decoration: none;
}
.newshead A:hover {
    text-decoration: none;
}
.newsdate {
    font-size: 80%;
}
.newsbody {
}
.newsmore A:link, .newsmore A:hover, .newsmore A:visited, .newsmore A:active {
    font-size: 80%;
    font-style: italic;
}
.newshr {
    background-color: #99ADC2;
    height: 1px;
    width: 100%;
}

/* gallery */
.gallery_name {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #003366;
    margin: 10px 0px 10px 0px;
    text-decoration: none;
}
.gallery_date {
    font-size: 80%;
    font-style: italic;
}
.gallery_description {
}
.gallery_row1 {
    background-color: #f6f6f6;
}
.gallery_row2 {
    background-color: #ffffff;
}

/* schedule */
.schedule_table {
    width: 100%;
}
.schedule_head {
    background-color: #99ADC2;
    font-weight: bold;
}
.schedule_row1 {
    background-color: #f6f6f6;
}
.schedule_row2 {
    background-color: #ffffff;
}
