@CHARSET "utf-8";

H1 {
    border: thin none;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-bottom: 2px;
    margin-top: 6px;
    padding-bottom: 0px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 0px;
}

H2, H3, H4, H5 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-bottom: 2px;
    margin-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
}

HR {
    color: Teal;
    font-weight: bolder;
    margin-left: 12%;
    margin-right: 12%;
    text-align: left;
}

IMG {
    border: thin outset;
    margin: 2px 2px 2px 2px;
    padding: 1px 2px 3px 3px;
}

P {
    padding: 2px 4px 2px 4px;
    text-align: left;
    text-indent: 6%;
}

TABLE {
    background: Window none;
    empty-cells: hide;
    padding-left: 6px;
    padding-right: 6px;
}

TD {
    background: White none;
    border: thin solid Teal;
    padding-left: 6px;
    padding-right: 6px;
    vertical-align: top;
}

TR {
    background: White none;
}

UL{
    list-style: square outside;
}

.BTNNAV {
    background-color: ButtonFace;
    border: thin;
    border-color: #CC3333;
    border-style: outset;
    color: Blue;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-variant: small-caps;
    font-style: normal;
    margin-bottom: 3px;
    margin-left: 5px;
    margin-right: 5px;
    outline-color: Teal;
    outline-style: outset;
    text-decoration: None;
    text-indent: 3px;
    white-space: nowrap;
}

.BTNNAVBOX, .LISTNAV {
    background-color: ButtonFace;
    border: thin;
    border-color: #CC3333;
    border-style: outset;
    color: Green;
    margin-bottom: 3px;
    margin-left: 5px;
    margin-right: 5px;
    outline-color: Teal;
    outline-style: outset;
    text-decoration: None;
    text-indent: 3px;
    white-space: nowrap;
}

.IMGCLICK{
    background-color: #E0DFE3;
    border: medium solid;
}

.MAINPAGE {
    background: #CCF0CC none;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-style: normal;
    margin-left: 3%;
    margin-right: 1%;
}

.TBLBODY {
    background-color: White;
    border: thin solid Teal;
    padding: 0px 6px 0px 6px;
    text-align: left;
    text-indent: 1cm;
    vertical-align: top;
}

.TBLLTBLUE {
    background-color: #CCCCFF;
    border: none;
    margin: auto auto auto auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.TBLMAIN {
    background: White;
    border: thin solid Teal;
    padding-left: 6px;
    padding-right: 6px;
    text-align: left;
    text-indent: 6%;
}

.TBLPIX {
    background-color: White;
    border: thin solid Teal;
    margin-left: auto;
    margin-right: auto;
    padding: 1px 1px 1px 1px;
    text-align: center;
    vertical-align: top;
}

.TBLPLAIN {
    background: White none;
    border: none;
    margin: auto auto auto auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.TBLSILVER {
    background: White none;
    border: thin solid Silver;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.TBLSILVERHEAD {
    background: transparent none;
    border: thin solid Silver;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: top;
}

.TBLTIGHT {
    background-color: White;
    border: thin solid Teal;
    margin: auto auto auto auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.TBLYELLOW {
    background: #FFFF66 none;
    border: thin solid Silver;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.TDBUTTON {
    background: White none;
    border: none;
    padding: 6px 6px 6px 6px;
    text-align: center;
    vertical-align: middle;
}

.TRAVELPAGE {
    background: #FFFF66 none;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-style: normal;
    margin-left: 3%;
    margin-right: 1%;
}

.TRIPPAGE {
    background: #CCCCCC none;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-style: normal;
    margin-left: 3%;
    margin-right: 1%;
}

.WHATSNEWPAGE {
    background: #FFCC99 none;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-style: normal;
    margin-left: 3%;
    margin-right: 1%;
}

A:ACTIVE {
    color: Lime;
    text-decoration: underline;
}

A:LINK {
    color: Blue;
    text-decoration: underline;
}

A:VISITED {
    color: Purple;
    text-decoration: underline;
}