/******************************************************************************/

body {
    font-family: helvetica, tahoma, arial;
}

h1, h2, h3, h4, h5, h6 {
    color: #86d800;
}


/******************************************************************************/

.location {
    color: #999999;
    font-size: 9pt;
    padding: 3px;
}

.location .right {
    text-align: right;
}

/******************************************************************************/

.head1 {
    background-color: #86d800; color: #cccccc;
}

.head1 .left {
    padding: 5px;
    font-size: 15pt;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;    
}

.head1 .left a {
    color: #cccccc;
    text-decoration: none;
}

.head1 .right {
    padding: 5px;
    font-size: 11pt;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    color: #333333
}

/******************************************************************************/

.head2 .left {
    background-color: #86d800;
    width: 230px;
}

.head2 .right {
    padding: 1px; padding-left: 15px;
    background-color: #395c00; color: #ffffff;
    font-size: 10pt;
    white-space: nowrap;
}

.head2 .right a {
    color: #ffffff; text-decoration: none;
}

.head2 .right a:hover {
    color: #ffffff; text-decoration: underline;
}

/******************************************************************************/

.main .left {
    width: 190px;
}

.main .right {
    padding-top: 15px;
    padding-left: 15px;
}

.main {
    font-size: 10pt;
    color: #999999;
    line-height: 1;
}
/******************************************************************************/

.nav {
    list-style: none;
    margin: 0px;
    font-size: 10pt;
    background-color: #e1f6c0;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
    font-size: 9pt;
}

.nav a:hover {
    background-color: #cccccc; border: 1px solid #999999;
}

.nav a.bottom {
    display: block;
    background-color: #e1f6c0;
    text-align: center;
    padding: 10px;			
}

/******************************************************************************/

.foot hr {
    height: 1px;
    color: #86d800;
}

.foot {
    text-align: center;
    font-size: 8pt;
    color: #999999;
}


.foot a {
    color: #999999;
    text-decoration: none;
}

.foot a:hover {
    text-decoration: underline;
}

