/* CSS Document */
.body{
	background-color: #000000;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom:40px;
}
.bodypop{
	background-color: #000000;
	margin: 20px;
}
.c{
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 15px;
	color: #00FF00;
	text-decoration: none;
}
.cl{
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 15px;
	color: #00FF00;
	text-decoration: none;
}
.cl:hover{
	text-decoration: underline;
}
.cls{
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 15px;
	color: #00FF00;
	text-decoration: underline;
}
.cls:hover{
	color: #00FF00;
	text-decoration: underline;
}
.l{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 20px;
	color: #00FF00;
	text-decoration: none;
}
.ll{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 20px;
	color: #00FF00;
	text-decoration: none;
}
.ll:hover{
	text-decoration: underline;
}
.lls{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 20px;
	color: #00FF00;
	text-decoration: underline;
}
.lls:hover{
	color: #00FF00;
}
.n{
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 15px;
	color: #00FF00;
	text-decoration: none;
}
.n:visited{
	text-decoration: none;
}
.n:active{
	text-decoration: underline;
}
.n:hover{
	text-decoration: underline;
}
.noff{
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 15px;
	color: #00FF00;
	text-decoration: line-through;
}
.t{
	font-family: "Courier New", Courier, mono;
	font-size: 15px;
	line-height: 15px;
	color: #00FF00;
	text-decoration: none;
	font-weight: bold;
}
.line{
	width: 100%;
	height: 1px;
	border-bottom : 0px none;
	border-left : 0px none;
	border-right : 0px none;
	border-top : 1px dashed #00FF00;
}