.Menu {
	font-family: Arial;
	font-size: 11px;
    padding: 0px 0px;
	color: white;
}

.MenuBottom{
	font-family: Arial;
	font-size: 11px;
    padding: 0px 0px;
	font-weight:bold;
	color: white;
}

.Copyright{
	font-family: Arial;
	font-size: 11px;
    color: black;
}
.BodyBold{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
    color: black;
}
.Header{
	font-family: Arial;
	font-size: 22px;
	font-weight:bolder;
    color: #7c725c;
}

.SubHeader{
	font-family: Arial;
	font-size: 16px;
	font-weight:bolder;
    color: #7c725c;
}
.Body{
	font-family: Arial;
	font-size: 12px;
	text-align:justify;
	color: black;
	
}
.BodyCon{
	font-family: Arial;
	font-size: 12px;
	text-align:justify;
	color: black;


}

.BodyWhiteContent{
	font-family: Arial;
	font-size: 12px;
	text-align:justify;
	color: white;
}

.BodyLeft{
	font-family: Arial;
	font-size: 12px;
	text-align:left;
	color: black;
}
.BodyCenter{
	font-family: Arial;
	font-size: 12px;
	text-align:center;
	color: black;
}

.BodyWhiteBOlder{
	font-family: Arial;
	font-size: 16px;
	color: white;
	font-weight:bolder;
	text-transform: capitalize;
	
}
.BodyWhite{
	font-family: Arial;
	font-size: 12px;
	color: white;
	font-weight:bolder;
	
}
.txtRedBold{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.txtRedCancelBold{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.txtGreenConfirmBold{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #33ff00;
}

.txtOrangePostponedBold{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
}

