/* MTMD */
.Comment{
	width:98%;
	height:auto;
	border:1px dashed gray;
	background:#ffffcc;
	color:blue;
	font-size:15px;
	letter-spacing:1px;
	padding:5px;
	display::bolck;
	position:relative;	
}

.Big{
	font-size:200px;
}

.em{
	font-size:20px;
	font-style:italic;
}

.img_right{
	clear:both;
	margin: 0 0 5px 5px;	
	float:right;
}

.img_left{
	clear:both;
	margin: 0 5px 5px 0;
	float:left;
}

.img_mtmd{

}

.no_border
{
	clear:all;
	border:0px;
	border-spacing:0px;	
}

.editor_note
{
	height:0px;
	width:500px;
	overflow:hidden;
}

#note
{
	height:0px;
	width:500px;
	overflow:hidden;
	padding:2px;
}
