/* CSS Document */
a:link {
	text-decoration: none;
	color: #515681;
}

a:visited {
	text-decoration: none;
  	color: #515681;
}

a:hover {
	text-decoration: none;
	color: #248EBF;
}

a:active {
	text-decoration: none;
	color: #515681;
}

.menu {
	color: #515681;
	font-size: 12px;
	font-weight: normal;
	font-family: "Eras Demi ITC", "Eras Bold ITC";
	list-style-type: disc;
	list-style-position: outside;

}

.home_menu{
	color: #515681;
	font-size: 13px;
	font-weight: normal;
	font-family: "Eras Demi ITC", "Eras Bold ITC";
	list-style-type: disc;
	list-style-position: outside;
}

.home_body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3c3e4b;
}

.txtBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c3e4b;
}
.txtHeading {
	font-family: "Eras Demi ITC", "Eras Bold ITC";
	font-size: 18px;
	color: #515681;
}
