.heading {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.text {
	font-family: Arial;
	font-size: 11px;
	color: #000000;

}
li {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	list-style-image: url(images/bullet.jpg);

}
.text1 {

	font-family: Arial;
	font-size: 11px;
	color: #546292;
}
.text:link {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;

}
.text:visited {

	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.text:hover {
	font-family: Arial;
	font-size: 11px;
	color: #546292;
	text-decoration: none;

}
.text:active {

	font-family: Arial;
	font-size: 11px;
	color: #546292;
	text-decoration: none;
}
.border {
	border: 1px solid #546292;

}
.heading1 {

	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #546292;
}
