.mb1 {
	   margin-bottom:1px; 
}
.mb2{
	margin-bottom:2px;
}
.mb5{
	margin-bottom:5px;
}
.mb7{
	margin-bottom:7px;
}
.mt1 {
	margin-top:1px;
}
.mt2 {
	margin-top:2px;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.Red {
	color:Red
}

.leftmg{
	margin:0px 0px 0px 5px;
}