/* =====--- © 2009 STICK-N-SLIDE ---===== */

/* =====--- general styles ---===== */
* { margin: 0px; padding: 0px; }

html, body { background-color: #001200; color: #E0A62A; font-family: verdana, arial, sans-serif; line-height: 1.36em; }






#ntt { width: 720px; }
#ntt img { border: thin none; }

#mn { width: 720px; }
#mn div.mnttl {
	height: 18px;
	background-color: #336699/*6699CC*/;
	border: solid 1px #6699FF;
	font-size: 84%;
	line-height:1.44em;
	>line-height:1.24em;
	font-weight: bold;
	margin: 36px 0px 8px 0px;
	padding: 1px 0px 1px 4px;
	text-align: left;
}
#mn div.mncnt p { font-size: 72%; margin-left: 148px; text-align:left; }
#mn div.mncnt p span { color: #339966; }
#mn div.mncnt img { float: left; }


table.tbm { border-collapse: collapse; font-size: 84%; margin: 36px 0px; width: 720px; }
table.tbm td { border: thin none; padding: 12px 42px 12px 42px; text-align: justify; vertical-align: top; width: 240px; }
table.tbm td.ntr { font-size: 136%; text-align: center; }
table.tbm td p { border: double 4px #E0A62A; padding: 24px; min-height: 144px; width: 128px; }
table.tbm td p a:link, a:visited { color: #E0A62A; text-decoration: none; }
table.tbm td p a:hover, a:active { color: #999900; text-decoration: underline; }
table.tbm td p.g { background-color: #666600; }
table.tbm td p.c { background-color: #993300; }
table.tbm td p.d { background-color: #666699; }


table.tblmn { border-collapse: collapse; }
table.tblmn td { border: thin none; }
table.tblmn td.cpy { text-align: center; }



#cpr { color:#666666; clear: both; font-size: 64%; margin-top: 72px; }




/* =====--- division ---===== */

div.dvshow { border: thin none; display: block; position: absolute; visibility: visible; }
div.dvhide { display: none; position: static; visibility: hidden; }





/* =====--- hyperlink ---===== */

a:link, a:visited { color: #E0A62A; text-decoration: none; }
a:hover, a:active { color: #999900; text-decoration: underline; }

a.lnk:link, a.lnk:visited { color: #E0A62A; text-decoration: underline; }
a.lnk:hover, a.lnk:active { color: #999900; text-decoration: none; }




/* =====--- test with border ---===== */

.brd { border: solid 1px #FFFFFF; }
