.msg1 {
	position: relative;
	width: 160px; height: 60px;
	font-weight: normal;
	font-size: 9pt;
	line-height: 11pt;
	text-align: justify;
	font-family: Courier, 'Courier New', monospace;
	font-style: normal;
	margin-top: 5;
	margin-bottom: 5;
	color: #C8D7D2;
}	
.tnorm { 
	font-weight: bold;
	font-size: 9pt;
	line-height: 11pt;
	text-align: justify;
	font-family: Courier, 'Courier New', monospace;
	font-style: normal;
	margin-top: 5;
	margin-bottom: 5;
         }
.tbig { 
	font-weight: bold;
	font-size: 12pt;
	line-height: 13pt;
	text-align: justify;
	font-family: Courier, 'Courier New', monospace;
	font-style: normal;
	margin-top: 5;
	margin-bottom: 5;
         }
.title { 
	text-align: right;
	font-weight: bold;
	font-size: 13pt;
	line-height: 14pt;
	font-family: Courier, 'Courier New', monospace;
	font-style: normal;
	text-decoration: underline;
	margin-top: 5;
	margin-bottom: 5;
         }
.mbutton {
	font-weight: bold;
	font-size: 14pt;
	line-height: 28pt;
	letter-spacing:2px;
	font-family: Courier, 'Courier New', monospace;
	text-align: center;
	color: #3C5046;
	position: absolute;
	width: 170px; height: 30px; 
	background-image: url("but-1-off.gif");
	z-index: 2;
}
.lbutton {
	font-weight: bolder;
	font-size: 14pt;
	line-height: 28pt;
	letter-spacing:2px;
	font-family: Courier, 'Courier New', monospace;
	text-align: center;
	color: white;
	position: absolute;
	width: 170px; height: 30px; 
	visibility: hidden;
	z-index: 1;
}
#light		{ color: #C8D7D2; }
#middle	{ color: #6E8C82; }
#dark		{ color: #3C5046; }

    BODY.main {
	background-color: #000000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	cursor: crosshair;
}
#rm	{ background-image: url("main-r.jpg"); background-position: center left; }
#lm	{ background-image: url("main-l.jpg"); background-position: center right; }