body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
}
.heading1 {
	font-weight: bold;
	color: #022E97;
}
.heading2 {
	font-style: italic;
	font-weight: bold;
	color: #022E97;
}
.heading3 {
	color: #022E97;
	text-decoration: underline;
}

.heading4 {
	font-style: italic;
	color: #022E97;
	text-decoration: underline;
}
.heading5 {
	font-style: italic;
	color: #022E97;
}
ul,li {
	margin-top: 5px;
	margin-right: 5px;
	list-style-type: disc;
	list-style-position: inside;
}
.bullet1 {
	list-style-image: url(../Images/bullet1.jpg);
	margin-left: 20px;
}
.bullet2 {
	margin-left: 20px;
	list-style-image: url(../Images/bullet2.jpg);
	margin-right: -5px;
}
.center {
	font-weight: bold;
	text-align: center;
	color: #022E97;
}
.right {
	text-align: right;
	color: #990000;
}
.bullet3 {
	margin-left: 20px;
	list-style-image: url(../Images/bullet3.jpg);
	margin-right: -5px;
}
.bullet {
	list-style-image: url(../Images/bullet3.jpg);
}
.coment {
	color: #990000;
}
