BODY {
    background-color: white;
    background-image: url(bgimg.gif);
    background-repeat: repeat;
    margin: 0.5em 1em 0.5em 1em;
	font: 10pt/120% "‚l‚r ƒSƒVƒbƒN","‚l‚r ‚oƒSƒVƒbƒN","Osaka",serif;
}

/* Title Logo */
H1 {
    font-size: 20pt;
    text-align: center;
    color: blue;
    margin: 0.5em 0em 0.5em 0em;
}

H1 STRONG {
    font-size: 20pt;
    font-style: bold;
    color: blue;
}

/* Title Header */
H2 {
    font-family: "‚g‚fºÞ¼¯¸E-PRO","HGƒSƒVƒbƒNE","‚l‚r ‚oƒSƒVƒbƒN","Osaka",sans-serif;
    text-align: left;
    font-size: 18pt;
    color: teal;
    margin: 0.5em 0em 0.5em 0em;
}

/* Section */
H3 {
    text-align: left;
    font-size: 16pt;
    margin: 0.5em 0em 0.5em 0em;
}

P {
    font-size: 12pt;
    line-height: 140%;
    text-align: justify;
    margin: 0.75em 1em 0em 1em;
    border: 0pix none;
}

SMALL {
    font-size: 10pt;
    line-height: 120%;
    text-align: justify;
    margin: 0.75em 1em 0em 1em;
    border: 0pix none;
}

/* Message */
DIV.mnu {
    font-size: 12pt;
    text-align: left;
    border: 5pix;
    margin: 2em 0em 1em 0em;
}

DIV.mes1 {
    font-size: 12pt;
    text-align: left;
    border: 1pix;
    margin: 0.25em 0em 0.25em 0.5em;
}
DIV.mes2 {
    font-size: 12pt;
    text-align: right;
    border: 1pix;
    margin: 0.5em 0.5em 0em 0em;
}

DIV.smallmsg {
    font-size: 10pt;
    text-align: justify;
	line-height: 130%;
	color: black;
	border: 1pix;
    margin: 0.1em 0.25em 0.25em 0.1em;
}

DIV.smallmsgc {
    font-size: 10pt;
    text-align: center;
	line-height: 130%;
	color: #FF0080;
	border: 1pix;
    margin: 0.1em 0.25em 0.25em 0.1em;
}

DIV.h2mes {
    font-size: 12pt;
    line-height: 140%;
    margin: 0.5em 1em 0.5em 2em;
}

/* left align text */
DIV.lef {
    font-size: 12pt;
    line-height: 150%;
    margin: 0.5em 0em 0.5em 0em;
    text-align: left;
}

/* right align text */
DIV.rit {
    font-size: 12pt;
    line-height: 150%;
    margin: 0.5em 0em 0.5em 0em;
    text-align: right;
}

DIV.timg {
    font-size: 12pt;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border: 5pix;
    text-align: center;
}
DIV.hr1 {
    font-size: 12pt;
	margin-top: 1em;
	margin-bottom: -1em;
	border: 0em;
	text-align: left;
}

/* anchor */
A:link {
    text-decoration: underline;
    color: blue;
}
A:visited {
    text-decoration: none;
    color: olive;
}
A:hover {
    text-decoration: underline;
    color: red;
}
DT {
    font-weight: bold;
    color: teal;
    margin-top: 0.5em;
}
TABLE {
	font-size: small;
}

TH {
	background-color: #EEEEEE;
}
TD.pname {
	font-size: 12pt;
	background-color: yellow;
}
TD.cont {
	font-size: 10pt;
	text-align: justify;
	line-height: 120%;
	background-color: white;
}
TD.exc1 {
	font-size: 10pt;
	font-color: blue;
	text-align: left;
	background-color: #CEFFCE;
}
TD.exc2 {
	font-size: 10pt;
	font-color: black;
	text-align: center;
	background-color: #FFFFD7;
}
