/* CASCADING STYLE SHEET */

/* ----General--------------------------------------------------------- */
BODY { margin: 0px; padding: 0px; }
BODY { background-color: #CCCCCC; }
BODY, P, TD, TH, DIV { color: #000000; font-size: 10px; line-height: 14px; }

.body { background: #FFFFFF url(/main/_img/bg.gif) no-repeat bottom; }

/* Links */
A { text-decoration: underline; }
A:link { color: #333333; }
A:visited { color: #666666; }
A:active, A:hover { color: #89B312;}


/* Indent */
DIV.indent { padding-left: 12px; }

/* Footnote */
DIV.footnote { font-size: 10px; }
DIV.footnote A { font-weight: bold; text-decoration: none}
A.footnote { font-size: 9px; vertical-align: super; }

/* Emphasis */
EM { font-style: normal; background-color: #E7F2C8; }

/* Note */
.note { color: #666666; }

/* Title */
.title { background-color: #DFDFDF; }

/* Horizontal */
HR {
	margin-top: 10px; margin-bottom: 10px;
	padding: 0px;
	height: 1px; color: #999999;
	}

/* -------------------------------------------------------------------- */
/* IMAGE */
DIV.image { font-size: 10px; text-align: center; }

/* -------------------------------------------------------------------- */
/* LIST */
DT { font-weight: bold; }
DD { padding: 0px 0px 0px 2em; margin: 0px 0px 1em 0px; }

UL { list-style-type: square; }

/* -------------------------------------------------------------------- */
/* TIME TABLE */
TABLE.time-table TH { background-color: #CCCCCC; font-weight: normal; }
TABLE.time-table TD { background-color: #DFDFDF; }