.Heading {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #0033FF;
}
.staff {
	font-size: 16px;
	color: #0066FF;
	font-weight: bold;

}
body{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

.style1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}
.style2 {font-size: 12px}
.style3 {
	font-size: 20px;
	font-weight: bold;
	color: #0000FF;
}
.style4 {color: #FFFFFF}

.heading {
	background-color: #79B5E4;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.dotted {
	border: thin dashed #006600;

}
.bold_red {
	color: #F00;
	font-weight: bold;
}

