body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.txt {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
.red {
	font-size: 15px;
	line-height:20px;
	color: #FF6600;
	font-weight: bold;
}

.green {
	font-size: 15px;
	line-height:20px;
	color: #136900;
	font-weight: bold;
}

.red2 {
	font-size: 15px;
	line-height:20px;
	color: #DC143C;
	font-weight: bold;
}

A.btn:hover {
	position:relative;
	top:1px;
	left:1px;
}


strong {
	font-size: 15px;
	line-height: 30px;
	
	color: #007507;
	font-weight: bold;
}
