	body {
		font-family:verdana, arial, sans-serif;
		color:#333333;
		margin:10px;
		text-align:right;
	}

	.body-text {
		color:#333;
		font-size:small;
		font-weight:bold;
		margin:20px 10px 10px 10px;
	}

	.type1 {
		color:#333;
		font-size:large;
		margin:20px 10px 10px 10px;
	}

    .lcd {
        font-size: x-small;
        font-style: italic;
        padding:0px 5px 0px 5px;
        border:1px solid #666;
    }

/* table elements style */

    .tables {
        text-align:center;
        margin:10px;
    }

    .note-in-table {
        margin:10px;
        padding:3px 0px 3px 0px;
    }

    .table-bodytable {
        width:90%;
        border-spacing:0px;
        border-collapse:collapse;
	    border-top: 2px solid #666666;
	    border-right: 2px solid #666666;
    }

    .th {
        border-bottom: 2px solid #666666;
        border-left: 2px solid #666666;
    }
    
    .td {
        border-bottom: 2px solid #666666;
        border-left: 2px solid #666666;
    }

    .table-text {
        font-size:x-small;
        line-height:120%; 
        margin:5px 5px 5px 5px;
    }

/* title style */

    .section-title {
        color:#333;
        margin:30px 10px 10px 10px;
        font-size:large;
    }

    .note-title {
        margin:3px 0px 0px 3px;
        background:url('mark_no.gif') no-repeat 0px 0px;
        background-position: top right;
        padding:5px 30px 2px 0px;
        text-align:right;
        font-size:small;
        font-weight:bold;
    }

    .caution-title {
        margin:0px 0px 0px 0px;
        background:url('mark_ca.gif') no-repeat 0px 0px;
        background-position: top right;
        padding:5px 30px 2px 0px;
        text-align:right;
        font-size:small;
        font-weight:bold;
    }

    .important-title {
        margin:0px 0px 0px 0px;
        background:url('mark_im.gif') no-repeat 0px 0px;
        background-position: top right;
        padding:5px 30px 2px 0px;
        text-align:right;
        font-size:small;
        font-weight:bold;
    }

    .warning-title {
        margin:0px 0px 0px 0px;
        background:url('mark_wa.gif') no-repeat 0px 0px;
        background-position: top right;
        padding:5px 30px 2px 0px;
        text-align:right;
        font-size:small;
        font-weight:bold;
    }

/* body style */

    .bullet {
        font-size:x-small;
        line-height:130%;
        margin:10px 10px 10px 10px;
        padding:0px 20px 0px 0px;
        background:url('bg_bull.gif') no-repeat 0px 5px;
        background-position: top right;
    }

    .bullet-ind {
        font-size:x-small;
        line-height:130%;
        margin:10px 10px 10px 10px;
        padding:0px 0px 0px 20px;
    }

    .images {
        text-align:center;
        margin:20px 0px 20px 0px;
    }

    .itemiz {
        margin:0px 20px 5px 10px;
    }

    .indent {
        font-size:x-small;
        margin:20px 30px 10px 10px;
    }


/* note style */

    .table-note {
        width:90%;
        border-spacing:0px;
        border-collapse:collapse;
        border: 2px solid #666666;
    }

    .note-text {
        color:#333;
        font-size:x-small;
        margin:10px 10px 10px 10px;
    }


