body {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0px;
		width: 100%;
		height: 100%;
		background: #D0D0D0;
	}
	.mnormal {
		font: normal 9pt "georgia", "times new roman", serif;;
		color: #5C5C5C;
	}
	.mbtm {
		font: normal 7pt "georgia", "times new roman", serif;;
		color: #5C5C5C;
	}
	.bold_black {
	font: bold 11px tahoma;
	color: #404040;
}
.dark_grey {
	font: normal 10px tahoma;
	color: #404040;
	line-height: 1.1;
}
.link {
	font: normal 10px tahoma;
	color: #ffffff;
	text-decoration: none;
}
.link:hover {
	font: normal 10px tahoma;
	color: #CECECE;
	text-decoration: none;
}
.big_white {
	font: normal 11px tahoma;
	color: #ffffff;
}