BODY {
        font-family: Lucida Sans Unicode;
        font-size: 10pt;
        color: #666666;
        background: #CCCCCC;
				text-align: center;
}

INPUT {
        font-family: Lucida Sans Unicode;
        font-size: 7pt;
        color: #666666;
        background: #CCCCCC;
        border: 1px solid #666666;
}

a {
        text-decoration: none;
        color: #666666;
}

a:hover {
        text-decoration: underline;
        color: #393839;
}


div#title {
        border-left: 5px solid #718F49;
        padding-left:3px;
        font-weight: bold;
}
        
div#date {
        text-align: right;
        padding:5px;
        font-style: italic;
}

div#txt {
        text-align: left;
        padding:2px;
        font-style: italic;
}

div#archive {
        padding-left: 25px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: left;
}

div#wrapperAll {
        width: 660px;
				margin: auto;
}

div#top {
        height: 60px;
        background-image: url('top.png');
        background-repeat: no-repeat;
        margin:0px;
				text-align: right;
}

div#topWrapper {
        clear: both;
        padding-left:20px;
        padding-right:20px;
}

div#logo {
        width: 272px;
        height: 37px;
        text-align: left;
				font-size: 27px;
				padding-left:3px;
        float:left;
}

div#menu {
        text-align: right;
        height: 57px;
        padding-right:10px;
        
}

div#sep {
        background-image: url('sep.png');
        background-repeat: no-repeat;
        height:14px;
        clear: both;
}

div#content {
        background-image: url('border.png');
        background-repeat: repeat-y;
        margin:0px;
        clear: both;
}

div#wrapperContent {
        clear: both;
				text-align: center;
}

div#wrapperNote {
        margin-left: auto;
        margin-right: auto;
        width: 591px;
}

div#noteTop {
        background-image: url('note_top.png');
        background-repeat: no-repeat;
        height:16px;
}

div#noteContent {
        background-image: url('note_bg.png');
        background-repeat: repeat-y;
        text-align: justify;
        padding-left: 10px;
        padding-right: 10px;
}

div#noteBottom {
        background-image: url('note_bot.png');
        background-repeat: no-repeat;
        height:16px;
}

div#bottom {
        height: 60px;
        background-image: url('bottom.png');
        background-repeat: no-repeat;
        margin:0px;
        padding-top:20px;
}



